[libwebservice-cia-perl] 01/07: Fix 2x lintian warning debian-rules-missing-recommended-target

Axel Beckert abe at deuxchevaux.org
Mon Jun 2 01:13:55 UTC 2014


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

abe pushed a commit to branch master
in repository libwebservice-cia-perl.

commit f0827704b5fe545199fb6f6c33b6c2bf4fe89460
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Mon Jun 2 02:57:11 2014 +0200

    Fix 2x lintian warning debian-rules-missing-recommended-target
---
 debian/changelog | 2 ++
 debian/rules     | 4 +++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index cb1900d..8c58fd3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -28,6 +28,8 @@ libwebservice-cia-perl (1.4-2) UNRELEASED; urgency=low
   * Switch to source format "3.0 (quilt)"
   * Add patch to update data-source URL, data-matching regular
     expression and test data. (Closes: #744779)
+  * Revamp debian/rules:
+    + Fix 2x lintian warning debian-rules-missing-recommended-target
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:48:55 +0100
 
diff --git a/debian/rules b/debian/rules
index d6653ac..00a45df 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,7 +24,9 @@ endif
 
 TMP     =$(CURDIR)/debian/$(PACKAGE)
 
-build: build-stamp
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
 build-stamp:
 	dh_testdir
 

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



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