Add build-arch and build-indep
This commit is contained in:
parent
3591935d0e
commit
098742a936
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -4,6 +4,7 @@ postfwd (1.32-2) UNRELEASED; urgency=low
|
||||||
* 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
|
* Use dh_prep instead of dh_clean -k
|
||||||
|
* Add build-arch and build-indep targets to debian/rules
|
||||||
|
|
||||||
-- 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
|
||||||
|
|
||||||
|
|
4
debian/rules
vendored
4
debian/rules
vendored
|
@ -4,7 +4,9 @@
|
||||||
# Uncomment this to turn on verbose mode.
|
# Uncomment this to turn on verbose mode.
|
||||||
#export DH_VERBOSE=1
|
#export DH_VERBOSE=1
|
||||||
|
|
||||||
build:
|
build: build-arch build-indep
|
||||||
|
build-arch:
|
||||||
|
build-indep:
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
dh_testdir
|
dh_testdir
|
||||||
|
|
Loading…
Reference in a new issue