thrift/debian
Akira f457780fac THRIFT-3796 There's no --dbg for dh_strip, maybe someone has mistaken this for --dbg-package.
Client: Build process
Patch: Akira <matyapiro31@...>

This closes #988
2016-04-22 22:01:53 +02:00
..
changelog THRIFT-3460 Improve provided Debian packaging solution 2016-01-10 16:25:57 +01:00
compat THRIFT-3460 Improve provided Debian packaging solution 2016-01-10 16:25:57 +01:00
control THRIFT-3761 Add debian package for Python3 2016-03-29 12:03:34 +09:00
copyright THRIFT-3460 Improve provided Debian packaging solution 2016-01-10 16:25:57 +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-3460 Improve provided Debian packaging solution 2016-01-10 16:25:57 +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-3460 Improve provided Debian packaging solution 2016-01-10 16:25:57 +01:00
rules THRIFT-3796 There's no --dbg for dh_strip, maybe someone has mistaken this for --dbg-package. 2016-04-22 22:01:53 +02:00
substvars THRIFT-3760 Fix install paths etc of debian packages for py and perl 2016-03-29 12:03:34 +09: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 using dpkg-buildpackage:

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

Update changelog:

$ date -R

One can also install devscripts package and run:

$ dch -i

Check packages:

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

TODO

Make it perfect!