Back to Thrift

README

debian/README.md

0.23.0713 B
Original Source

Some tips on Debian Packaging

Build using dpkg-buildpackage:

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

Update changelog:

bash
$ date -R

One can also install devscripts package and run:

bash
$ dch -i

Check packages:

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

TODO

Make it perfect!