[libmath-round-perl] 07/17: Fix lintian warning debian-rules-missing-recommended-target

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


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

abe pushed a commit to branch master
in repository libmath-round-perl.

commit 4500235e35db263c0924848f9bc36ebbce04c4d2
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Tue Dec 24 03:44:26 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 42a8f60..11baf91 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -30,6 +30,8 @@ libmath-round-perl (0.06-4) UNRELEASED; urgency=low
     + Update versioned debhelper build-dependency accordingly
   * Switch to source format "3.0 (quilt)"
     + Add Makefile.old to debian/clean to be able to build twice in a row
+  * Revamp debian/rules:
+    + Fix lintian warning debian-rules-missing-recommended-target
 
  -- Carlo Segre <segre at debian.org>  Mon, 26 Oct 2009 08:44:11 -0500
 
diff --git a/debian/rules b/debian/rules
index 58709f9..073e4b1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,9 @@
 
 PERL ?= /usr/bin/perl
 
-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/libmath-round-perl.git



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