[Logcheck-commits] Hannes von Haugwitz: d/rules: added build-indep and build-arch targets

Hannes von Haugwitz hvh-guest at alioth.debian.org
Thu Sep 8 07:36:58 UTC 2011


Module: logcheck
Branch: master
Commit: 61d906365e52f22e059f4746776e116bce3be2fc
URL:    http://git.debian.org/?p=logcheck/logcheck.git;a=commit;h=61d906365e52f22e059f4746776e116bce3be2fc

Author: Hannes von Haugwitz <hannes at vonhaugwitz.com>
Date:   Thu Sep  8 09:00:21 2011 +0200

d/rules: added build-indep and build-arch targets

---

 debian/changelog |    2 ++
 debian/rules     |    5 ++++-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ea7288a..20399d8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -72,6 +72,8 @@ logcheck (1.3.14) unstable; urgency=low
     - allow subdirectories for quarantine messages and made Message-ID in
       "Passed BAD-HEADER" log lines optional, thanks to John Clements
     - allow compressed quarantine messages (closes: #639839)
+  * debian/rules:
+    - added build-indep and build-arch targets
 
   [ Gerfried Fuchs ]
   * Remove myself from uploaders.
diff --git a/debian/rules b/debian/rules
index 537bdbf..f5932ef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,10 @@
 
 .PHONY: build clean binary-indep binary-arch binary cvs-build checkpo help
 
-build: build-stamp
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
+
 build-stamp:
 	dh_testdir
 




More information about the Logcheck-commits mailing list