From 098742a9367a9b155159f9b18a4d1b53704aacf3 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Thu, 29 Mar 2012 18:18:46 +0000 Subject: [PATCH] Add build-arch and build-indep --- debian/changelog | 1 + debian/rules | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e9ef4e8..f95600a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ postfwd (1.32-2) UNRELEASED; urgency=low * Updating standards version to 3.9.3, no changes needed * 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 Fri, 23 Dec 2011 09:24:04 +0100 diff --git a/debian/rules b/debian/rules index a56d6f5..46f9092 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -build: +build: build-arch build-indep +build-arch: +build-indep: clean: dh_testdir