[libtest-pod-coverage-perl] 03/11: Fix lintian warning debian-rules-missing-recommended-target

Axel Beckert abe at deuxchevaux.org
Wed Sep 11 22:27:03 UTC 2013


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

abe pushed a commit to branch master
in repository libtest-pod-coverage-perl.

commit b854b74c17cd63a13189dd808306a5acc28be375
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Thu Sep 12 00:00:41 2013 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 195d24d..de604bf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -31,6 +31,7 @@ libtest-pod-coverage-perl (1.08-4) UNRELEASED; urgency=low
     + Update versioned debhelper build-dependency accordingly
   * Fixes the following lintian-warnings:
     + dh-clean-k-is-deprecated
+    + debian-rules-missing-recommended-target
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:47:58 +0100
 
diff --git a/debian/rules b/debian/rules
index 24b2ab3..ac32536 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,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/libtest-pod-coverage-perl.git



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