use dh_prep
This commit is contained in:
parent
65ebbf4ec2
commit
3591935d0e
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -3,6 +3,7 @@ postfwd (1.32-2) UNRELEASED; urgency=low
|
||||||
* Switch over to packaging format 3.0 (quilt) (Closes: #664409)
|
* Switch over to packaging format 3.0 (quilt) (Closes: #664409)
|
||||||
* Updating standards version to 3.9.3, no changes needed
|
* Updating standards version to 3.9.3, no changes needed
|
||||||
* Remove build-dependency of dpatch
|
* Remove build-dependency of dpatch
|
||||||
|
* Use dh_prep instead of dh_clean -k
|
||||||
|
|
||||||
-- Jan Wagner <waja@cyconet.org> Fri, 23 Dec 2011 09:24:04 +0100
|
-- Jan Wagner <waja@cyconet.org> Fri, 23 Dec 2011 09:24:04 +0100
|
||||||
|
|
||||||
|
|
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -14,7 +14,7 @@ clean:
|
||||||
install: build
|
install: build
|
||||||
dh_testdir
|
dh_testdir
|
||||||
dh_testroot
|
dh_testroot
|
||||||
dh_clean -k
|
dh_prep
|
||||||
|
|
||||||
# install binaries
|
# install binaries
|
||||||
install -D -m 644 sbin/postfwd debian/postfwd/usr/sbin/postfwd1
|
install -D -m 644 sbin/postfwd debian/postfwd/usr/sbin/postfwd1
|
||||||
|
|
Loading…
Reference in a new issue