gorealis/vendor/git.apache.org/thrift.git/debian
Renan DelValle 8d445c1c77
Moving from govendor to dep, updated dependencies (#48)
* Moving from govendor to dep.

* Making the pull request template more friendly.

* Fixing akward space in PR template.

* goimports run on whole project using ` goimports -w $(find . -type f -name '*.go' -not -path "./vendor/*" -not -path "./gen-go/*")`

source of command: https://gist.github.com/bgentry/fd1ffef7dbde01857f66
2018-01-07 13:13:47 -08:00
..
changelog Moving from govendor to dep, updated dependencies (#48) 2018-01-07 13:13:47 -08:00
compat Moving from govendor to dep, updated dependencies (#48) 2018-01-07 13:13:47 -08:00
control Moving from govendor to dep, updated dependencies (#48) 2018-01-07 13:13:47 -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 Moving from govendor to dep, updated dependencies (#48) 2018-01-07 13:13:47 -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!