[libdbix-xmlmessage-perl] 06/11: Fix lintian warning debian-rules-missing-recommended-target

Axel Beckert abe at deuxchevaux.org
Sun Dec 15 19:14:58 UTC 2013


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

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

commit 36cbb599bb148e9ce597352aa057919c52a645a5
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun Dec 15 20:04:14 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 7aa8f62..c49b18e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -28,6 +28,8 @@ libdbix-xmlmessage-perl (0.05-10) UNRELEASED; urgency=low
   * Apply wrap-and-sort
   * 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:28:55 +0200
 
diff --git a/debian/rules b/debian/rules
index 63152fd..798ad10 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/libdbix-xmlmessage-perl.git



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