tree: 249ca3bf81428ad6d3dc4d582b6c2a8468a8197b [path history] [tgz]
  1. changelog
  2. compat
  3. control
  4. copyright
  5. dirs
  6. docs
  7. libthrift-dev.install
  8. libthrift0.install
  9. php5-thrift.dirs
  10. README.md
  11. rules
  12. substvars
  13. thrift-doc.docs
  14. thrift-doc.install
debian/README.md

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!