[libmarc-crosswalk-dublincore-perl] 03/08: Fix lintian warning debian-rules-missing-recommended-target

Axel Beckert abe at deuxchevaux.org
Mon Dec 23 23:11:47 UTC 2013


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

abe pushed a commit to branch master
in repository libmarc-crosswalk-dublincore-perl.

commit 1934fdf2e810029a224db2a8ffe5b0365bc7f401
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Tue Dec 24 00:02:35 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 b67f570..c4fd6b5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -26,6 +26,8 @@ libmarc-crosswalk-dublincore-perl (0.02-2) UNRELEASED; urgency=low
   * Switch to source format "3.0 (quilt)"
   * 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:42 -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/libmarc-crosswalk-dublincore-perl.git



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