diff --git a/debian/changelog b/debian/changelog index e92fe64..fc43271 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Wed, 10 Mar 2010 00:09:56 +0100 + -- Jan Wagner Thu, 29 Mar 2012 18:26:14 +0200 dns-flood-detector (1.12-6) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 8e44d80..44b8cd0 100755 --- a/debian/rules +++ b/debian/rules @@ -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.