thrift/debian
Konrad Grochowski 3b5dacba44 THRIFT-2849: spelling errors fixed using codespell tool
Client: All
Patch: Anatol Pomozov

This closes #281
2014-11-24 10:55:31 +01:00
..
changelog THRIFT-1825 Debian Packaging: cpp libs no longer included since 0.8 2013-01-08 23:12:28 +01:00
compat THRIFT-1825 Debian Packaging: cpp libs no longer included since 0.8 2013-01-08 23:12:28 +01:00
control Thrift-2601:Fix vagrant to work again for builds again 2014-07-09 23:39:34 -04:00
copyright THRIFT-1825 Debian Packaging: cpp libs no longer included since 0.8 2013-01-08 23:12:28 +01:00
dirs THRIFT-1825 Debian Packaging: cpp libs no longer included since 0.8 2013-01-08 23:12:28 +01:00
docs Thrift-2601:Fix vagrant to work again for builds again 2014-07-09 23:39:34 -04:00
libthrift0.install THRIFT-1825 Debian Packaging: cpp libs no longer included since 0.8 2013-01-08 23:12:28 +01:00
libthrift-dev.install THRIFT-1825 Debian Packaging: cpp libs no longer included since 0.8 2013-01-08 23:12:28 +01:00
php5-thrift.dirs THRIFT-1825 Debian Packaging: cpp libs no longer included since 0.8 2013-01-08 23:12:28 +01:00
README.md THRIFT-2407 use markdown (rename README => README.md) 2014-03-19 06:47:47 +01:00
rules THRIFT-2849: spelling errors fixed using codespell tool 2014-11-24 10:55:31 +01:00
substvars THRIFT-1825 Debian Packaging: cpp libs no longer included since 0.8 2013-01-08 23:12:28 +01:00
thrift-doc.docs THRIFT-1825 Debian Packaging: cpp libs no longer included since 0.8 2013-01-08 23:12:28 +01:00
thrift-doc.install THRIFT-1825 Debian Packaging: cpp libs no longer included since 0.8 2013-01-08 23:12:28 +01:00

some tips on Debian Packaging

build $ dpkg-buildpackage -d -tc -d do not check build dependencies and conflicts. -tc clean source tree when finished.

update changelog $ date -R

check packages $ dpkg -c *.deb $ lintian *.deb

todo make it perfect!