thrift/debian
Fokko Driesprong 1686c87024 THRIFT-4766: Fix JDK11 build (#1723)
* [THRIFT-4766] Enable JDK9 build
* THRIFT-4766: build on bionic using native jdk (java-11-openjdk)
Change from headless to the normal JDK. Maybe the libasound is pulled
in transitively.
2019-02-01 14:31:58 -05:00
..
changelog Merge remote-tracking branch 'origin/0.12.0' into consume-0.12.0 2018-12-30 11:06:00 -05:00
compat THRIFT-3460 Improve provided Debian packaging solution 2016-01-10 16:25:57 +01:00
control THRIFT-4766: Fix JDK11 build (#1723) 2019-02-01 14:31:58 -05:00
copyright THRIFT-4719: remove cocoa 2019-01-14 08:13:52 -05: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-4717: fix up make clean with autoconf 2019-01-25 23:33:54 -05: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!