update to recent release
This commit is contained in:
parent
73984312a1
commit
3e24c21906
5 changed files with 25 additions and 8 deletions
7
debian/rules
vendored
7
debian/rules
vendored
|
@ -18,8 +18,12 @@ install: build
|
|||
dh_testroot
|
||||
dh_clean -k
|
||||
|
||||
# install binaries
|
||||
install -D -m 644 sbin/postfwd debian/postfwd/usr/sbin/postfwd1
|
||||
install -D -m 644 sbin/postfwd2 debian/postfwd/usr/sbin/postfwd2
|
||||
# install man page
|
||||
mkdir -p debian/tmp/
|
||||
cp man/man8/postfwd.8 debian/tmp/postfwd1.8
|
||||
|
||||
# Build architecture-independent files here.
|
||||
binary-indep: build install
|
||||
|
@ -29,7 +33,8 @@ binary-indep: build install
|
|||
dh_installdocs tools
|
||||
dh_installexamples etc/postfwd.cf.sample debian/example-cfg*
|
||||
dh_installinit -- defaults 19 21
|
||||
dh_installman man/man8/postfwd.8
|
||||
dh_installman man/man8/postfwd2.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_fixperms
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue