gorealis/vendor/git.apache.org/thrift.git/debian
Renan DelValle 03278a882b
Moving from govendor to dep.
Vendor folder has been deleted. Use dep to regenerate vendor folder.
2018-01-02 16:59:08 -08:00
..
changelog Moving from govendor to dep. 2018-01-02 16:59:08 -08:00
compat Moving from govendor to dep. 2018-01-02 16:59:08 -08:00
control Moving from govendor to dep. 2018-01-02 16:59:08 -08:00
copyright Moving from govendor to dep. 2018-01-02 16:59:08 -08:00
dirs Moving from govendor to dep. 2018-01-02 16:59:08 -08:00
docs Moving from govendor to dep. 2018-01-02 16:59:08 -08:00
libthrift-dev.install Moving from govendor to dep. 2018-01-02 16:59:08 -08:00
libthrift0.install Moving from govendor to dep. 2018-01-02 16:59:08 -08:00
php5-thrift.dirs Moving from govendor to dep. 2018-01-02 16:59:08 -08:00
README.md Moving from govendor to dep. 2018-01-02 16:59:08 -08:00
rules Moving from govendor to dep. 2018-01-02 16:59:08 -08:00
substvars Moving from govendor to dep. 2018-01-02 16:59:08 -08:00
thrift-doc.docs Moving from govendor to dep. 2018-01-02 16:59:08 -08:00
thrift-doc.install Moving from govendor to dep. 2018-01-02 16:59:08 -08: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!