[libdublincore-record-perl] 09/17: Fix lintian warning debian-rules-missing-recommended-target

Axel Beckert abe at deuxchevaux.org
Tue Dec 24 03:57:52 UTC 2013


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

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

commit 7b46831f613c409f3501a389dfdfb4151fec8d42
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Tue Dec 24 04:32:48 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 6bdb87d..31a6510 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -27,6 +27,8 @@ libdublincore-record-perl (0.03-2) UNRELEASED; urgency=low
     + copyright-refers-to-symlink-license
   * Bump debhelper compatibility to 9
     + Update versioned debhelper build-dependency accordingly
+  * Revamp debian/rules:
+    + Fix lintian warning debian-rules-missing-recommended-target
 
  -- gregor herrmann <gregoa at debian.org>  Wed, 06 Aug 2008 18:23:27 -0300
 
diff --git a/debian/rules b/debian/rules
index f3f8e15..277e3e9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,7 +22,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/libdublincore-record-perl.git



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