thrift/debian
2021-06-17 22:59:32 +02:00
..
changelog Version 0.14.2 2021-06-11 00:55:22 +02:00
compat THRIFT-3460 Improve provided Debian packaging solution 2016-01-10 16:25:57 +01:00
control THRIFT-5349 Add net5.0 as supported platform 2021-02-15 09:12:56 +01:00
copyright THRIFT-5348: Update debian/copyright [skip ci] 2021-02-10 20:25:47 +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-4982 Remove deprecated C# bindings from the code base 2020-02-28 19:18:34 +01: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!