Add build-arch and build-indep
This commit is contained in:
parent
69fc7dbadb
commit
3645abb1fa
5
debian/changelog
vendored
5
debian/changelog
vendored
|
@ -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
4
debian/rules
vendored
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue