gorealis-v2/vendor/git.apache.org/thrift.git/debian
2018-11-27 18:03:50 -08:00
..
changelog Upgrading dependency to Thrift 0.12.0 2018-11-27 18:03:50 -08:00
compat Moving from govendor to dep, updated dependencies (#48) 2018-01-07 13:13:47 -08:00
control Upgrading dependency to Thrift 0.12.0 2018-11-27 18:03:50 -08:00
copyright Moving from govendor to dep, updated dependencies (#48) 2018-01-07 13:13:47 -08:00
dirs Moving from govendor to dep, updated dependencies (#48) 2018-01-07 13:13:47 -08:00
docs Moving from govendor to dep, updated dependencies (#48) 2018-01-07 13:13:47 -08:00
libthrift-dev.install Moving from govendor to dep, updated dependencies (#48) 2018-01-07 13:13:47 -08:00
libthrift0.install Moving from govendor to dep, updated dependencies (#48) 2018-01-07 13:13:47 -08:00
php5-thrift.dirs Moving from govendor to dep, updated dependencies (#48) 2018-01-07 13:13:47 -08:00
README.md Moving from govendor to dep, updated dependencies (#48) 2018-01-07 13:13:47 -08:00
rules Upgrading dependency to Thrift 0.12.0 2018-11-27 18:03:50 -08:00
substvars Moving from govendor to dep, updated dependencies (#48) 2018-01-07 13:13:47 -08:00
thrift-doc.docs Moving from govendor to dep, updated dependencies (#48) 2018-01-07 13:13:47 -08:00
thrift-doc.install Moving from govendor to dep, updated dependencies (#48) 2018-01-07 13:13:47 -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!