polishing the package

This commit is contained in:
Jan Wagner 2010-12-08 21:14:57 +00:00
parent b60d3a2540
commit 0be2b10c9c
4 changed files with 4 additions and 2 deletions

1
debian/changelog vendored
View file

@ -11,6 +11,7 @@ postfwd (1.20-1) unstable; urgency=low
* Add dpatch infrastructure * Add dpatch infrastructure
* Provide update-alternatives for choosing the postfwd variant * Provide update-alternatives for choosing the postfwd variant
* Install also CHANGELOG2 * Install also CHANGELOG2
* Bump Standards-Version to 3.9.1, no changes needed
-- Jan Wagner <waja@cyconet.org> Wed, 08 Dec 2010 22:04:01 +0100 -- Jan Wagner <waja@cyconet.org> Wed, 08 Dec 2010 22:04:01 +0100

2
debian/control vendored
View file

@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 5), dpatch
Homepage: http://www.postfwd.org/ Homepage: http://www.postfwd.org/
Vcs-Browser: https://scm.uncompleted.org/projects/debian/repository/show/postfwd Vcs-Browser: https://scm.uncompleted.org/projects/debian/repository/show/postfwd
Vcs-Svn: https://scm.uncompleted.org/svn/debian/postfwd/trunk Vcs-Svn: https://scm.uncompleted.org/svn/debian/postfwd/trunk
Standards-Version: 3.8.4 Standards-Version: 3.9.1
Package: postfwd Package: postfwd
Architecture: all Architecture: all

View file

@ -1,5 +1,7 @@
#!/bin/sh #!/bin/sh
set -e
if [ "$1" = remove ] || [ "$1" = deconfigure ]; then if [ "$1" = remove ] || [ "$1" = deconfigure ]; then
update-alternatives --remove postfwd /usr/sbin/postfwd1 update-alternatives --remove postfwd /usr/sbin/postfwd1
update-alternatives --remove postfwd /usr/sbin/postfwd2 update-alternatives --remove postfwd /usr/sbin/postfwd2

1
debian/rules vendored
View file

@ -35,7 +35,6 @@ binary-indep: build install
dh_installinit -- defaults 19 21 dh_installinit -- defaults 19 21
dh_installman man/man8/postfwd2.8 dh_installman man/man8/postfwd2.8
dh_installman debian/tmp/postfwd1.8 dh_installman debian/tmp/postfwd1.8
# dh_link usr/share/man/man1/postfwd.1.gz usr/share/man/man1/postfwd2.1.gz
dh_compress dh_compress
dh_fixperms dh_fixperms
dh_perl dh_perl