thrift/debian
2023-02-15 22:20:10 +01:00
..
changelog bump version 2023-02-15 22:20:10 +01:00
compat THRIFT-3460 Improve provided Debian packaging solution 2016-01-10 16:25:57 +01:00
control java to use jdk 17 (#2686) 2022-10-14 13:16:18 +08:00
copyright Replace ThriftTest.thrift with v0.16/ThriftTest.thrift to allow for merging the partially completed uuid implementation to master 2022-09-05 22:04:22 +02: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-5562: remove gradle wrapper and use installed gradle 6.9 2022-04-19 18:40:52 +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!