From: Roger Meier Date: Thu, 10 Jan 2013 22:18:14 +0000 (+0100) Subject: add debian/README X-Git-Tag: 0.9.1~202 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=f5305b0b6a923ee324249aa8ca8ecdf1ea6506d9;p=common%2Fthrift.git add debian/README --- diff --git a/debian/README b/debian/README new file mode 100755 index 00000000..98d4da0c --- /dev/null +++ b/debian/README @@ -0,0 +1,19 @@ +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/] + +build +$ dpkg-buildpackage -d -tc + -d do not check build dependencies and conflicts. + -tc clean source tree when finished. + +update changelog +$ date -R + +check packages +$ dpkg -c *.deb +$ lintian *.deb + +todo +make it perfect!