[postfwd] 78/96: Add build-arch and build-indep

Jan Wagner waja at alioth.debian.org
Tue Nov 5 20:09:47 UTC 2013


This is an automated email from the git hooks/post-receive script.

waja pushed a commit to branch master
in repository postfwd.

commit 098742a9367a9b155159f9b18a4d1b53704aacf3
Author: Jan Wagner <waja at cyconet.org>
Date:   Thu Mar 29 18:18:46 2012 +0000

    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 <waja at cyconet.org>  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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/postfwd.git



More information about the Pkg-perl-cvs-commits mailing list