[libunicode-maputf8-perl] 05/12: Fix lintian warning debian-rules-missing-recommended-target

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


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

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

commit 994ba7a68a58dd2a7c6b1340c0be7c9fcd87fc99
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sat Dec 14 00:42:57 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 c8c8b12..b833400 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -33,6 +33,8 @@ libunicode-maputf8-perl (1.11-3) UNRELEASED; urgency=low
     + Fixes lintian warning no-upstream-changelog
   * Also fix the following lintian warnings:
     + binary-control-field-duplicates-source (priority, section)
+  * Revamp debian/rules:
+    + Fix lintian warning debian-rules-missing-recommended-target
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:33:04 +0200
 
diff --git a/debian/rules b/debian/rules
index b0132a5..393eb9a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,9 @@ clean:
 		dh_clean
 		rm -f build-stamp install-stamp
 
-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/libunicode-maputf8-perl.git



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