Add build-arch and build-indep

This commit is contained in:
Jan Wagner 2012-03-29 16:26:44 +00:00
parent 69fc7dbadb
commit 3645abb1fa
2 changed files with 6 additions and 3 deletions

5
debian/changelog vendored
View file

@ -1,12 +1,13 @@
dns-flood-detector (1.12-7) UNRELEASED; urgency=low
dns-flood-detector (1.12-7) unstable; urgency=low
* Add trailing trunk/ at Vcs-Svn-field
* Updating standards version to 3.9.3, no changes needed
* Switch over to packaging format 3.0 (quit) (closes: #664409)
* Remove build-dependency of dpatch
* Use dh_prep instead of dh_clean -k
* Add build-arch and build-indep targets to debian/rules
-- Jan Wagner <waja@cyconet.org> Wed, 10 Mar 2010 00:09:56 +0100
-- Jan Wagner <waja@cyconet.org> Thu, 29 Mar 2012 18:26:14 +0200
dns-flood-detector (1.12-6) unstable; urgency=low

4
debian/rules vendored
View file

@ -13,7 +13,9 @@ else
CFLAGS += -O2
endif
build: build-stamp
build: build-arch build-indep
build-arch: build-stamp
build-indep: build-stamp
build-stamp:
dh_testdir
# Add here commands to compile the package.