mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-06 18:35:19 +00:00
93bbdc8127
This closes #965 |
||
---|---|---|
.. | ||
changelog | ||
compat | ||
control | ||
copyright | ||
dirs | ||
docs | ||
libthrift0.install | ||
libthrift-dev.install | ||
php5-thrift.dirs | ||
README.md | ||
rules | ||
substvars | ||
thrift-doc.docs | ||
thrift-doc.install |
Some tips on Debian Packaging
- Debian New Maintainers' Guide [http://www.debian.org/doc/debian-policy/]
- Debian Policy Manual [http://www.debian.org/doc/manuals/maint-guide/]
- Machine-readable debian/copyright file [http://dep.debian.net/deps/dep5/]
- DebSrc 3.0 guidelines [https://wiki.debian.org/Projects/DebSrc3.0]
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!