[libcgi-xml-perl] 05/14: Fix lintian warning debian-rules-missing-recommended-target

Axel Beckert abe at deuxchevaux.org
Sat Dec 14 00:57:49 UTC 2013


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

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

commit ba56782dd8e6e957065195db09531559658ffd3c
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sat Dec 14 01:30:03 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 9e1b025..a72e07e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -43,6 +43,8 @@ libcgi-xml-perl (0.1-14) UNRELEASED; urgency=low
   * Update debian/copyright to mention the correct Perl license terms
   * Bump debhelper compatibility to 9
     + Update versioned debhelper build-dependency accordingly
+  * Revamp debian/rules:
+    + Fix lintian warning debian-rules-missing-recommended-target
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:54 +0200
 
diff --git a/debian/rules b/debian/rules
index d7a3af1..6b5ca7e 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/libcgi-xml-perl.git



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