australis/vendor/git.apache.org/thrift.git/debian
2018-10-23 23:32:59 -07:00
..
changelog Checking in vendor folder for ease of using go get. 2018-10-23 23:32:59 -07:00
compat Checking in vendor folder for ease of using go get. 2018-10-23 23:32:59 -07:00
control Checking in vendor folder for ease of using go get. 2018-10-23 23:32:59 -07:00
copyright Checking in vendor folder for ease of using go get. 2018-10-23 23:32:59 -07:00
dirs Checking in vendor folder for ease of using go get. 2018-10-23 23:32:59 -07:00
docs Checking in vendor folder for ease of using go get. 2018-10-23 23:32:59 -07:00
libthrift-dev.install Checking in vendor folder for ease of using go get. 2018-10-23 23:32:59 -07:00
libthrift0.install Checking in vendor folder for ease of using go get. 2018-10-23 23:32:59 -07:00
php5-thrift.dirs Checking in vendor folder for ease of using go get. 2018-10-23 23:32:59 -07:00
README.md Checking in vendor folder for ease of using go get. 2018-10-23 23:32:59 -07:00
rules Checking in vendor folder for ease of using go get. 2018-10-23 23:32:59 -07:00
substvars Checking in vendor folder for ease of using go get. 2018-10-23 23:32:59 -07:00
thrift-doc.docs Checking in vendor folder for ease of using go get. 2018-10-23 23:32:59 -07:00
thrift-doc.install Checking in vendor folder for ease of using go get. 2018-10-23 23:32:59 -07: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!