update to 1.10 upstream and drop dpatch
This commit is contained in:
parent
eb1fef3fe6
commit
219ae7d9a6
5 changed files with 9 additions and 32 deletions
9
debian/rules
vendored
9
debian/rules
vendored
|
@ -4,11 +4,9 @@
|
|||
# Uncomment this to turn on verbose mode.
|
||||
#export DH_VERBOSE=1
|
||||
|
||||
include /usr/share/dpatch/dpatch.make
|
||||
build:
|
||||
|
||||
build: patch-stamp
|
||||
|
||||
clean: unpatch
|
||||
clean:
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_clean
|
||||
|
@ -22,6 +20,7 @@ install: build
|
|||
install -D -m 644 sbin/postfwd debian/postfwd/usr/sbin/postfwd
|
||||
install -d -m 0755 debian/postfwd/usr/share/doc/postfwd/examples/
|
||||
cp debian/example-cfg*.txt debian/postfwd/usr/share/doc/postfwd/examples/
|
||||
cp etc/postfwd.cf debian/postfwd/usr/share/doc/postfwd/examples/example-cfg.txt
|
||||
|
||||
# Build architecture-independent files here.
|
||||
binary-indep: build install
|
||||
|
@ -30,7 +29,7 @@ binary-indep: build install
|
|||
dh_installchangelogs doc/CHANGELOG
|
||||
dh_installdocs tools
|
||||
dh_installinit -- defaults 19 21
|
||||
dh_installman man/man1/postfwd.1
|
||||
dh_installman man/man8/postfwd.8
|
||||
dh_link
|
||||
dh_compress
|
||||
dh_fixperms
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue