[libcoy-perl] 04/14: Fix lintian warning debian-rules-missing-recommended-target

Axel Beckert abe at deuxchevaux.org
Tue Dec 17 20:40:23 UTC 2013


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

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

commit 6d7db5d63372d441d54d3157fe3f29c921ee2eb4
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Tue Dec 17 21:24:41 2013 +0100

    Fix 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 47bb89f..9104ced 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -43,6 +43,8 @@ libcoy-perl (0.06-7) UNRELEASED; urgency=low
     + Remove quilt traces from debian/rules and debian/control
   * Add Uploaders field and add myself.
   * Fix lintian warning quilt-patch-missing-description
+  * Revamp debian/rules
+    + Fix lintian warning debian-rules-missing-recommended-target
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:21 +0200
 
diff --git a/debian/rules b/debian/rules
index bf8795a..adedb75 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,9 @@ PERL   ?= /usr/bin/perl
 PACKAGE = $(shell dh_listpackages)
 TMP     = $(CURDIR)/debian/$(PACKAGE)
 
-build: build-stamp
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
 build-stamp:
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor

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



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