[libmath-vec-perl] 05/15: Fix lintian warning debian-rules-missing-recommended-target

Axel Beckert abe at deuxchevaux.org
Mon Dec 23 01:28:59 UTC 2013


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

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

commit a2d8f5a3997d7e47410ccb6ab15683dcdb3c3950
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Mon Dec 23 02:03:46 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 e6310b0..a0d9e12 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -34,6 +34,8 @@ libmath-vec-perl (1.01-2) UNRELEASED; urgency=low
     + Fixes package-uses-deprecated-debhelper-compat-version warning
   * Fix lintian warning package-has-a-duplicate-build-relation
   * Switch to source format "3.0 (quilt)"
+  * Revamp debian/rules:
+    + Fix lintian warning debian-rules-missing-recommended-target
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:30:31 +0200
 
diff --git a/debian/rules b/debian/rules
index 464161b..b62573f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,9 @@ PERL   ?= /usr/bin/perl
 PACKAGE = $(shell dh_listpackages)
 TMP     = $(CURDIR)/debian/$(PACKAGE)
 
-build: build-stamp
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
 build-stamp:
 	dh_testdir
 	$(PERL) Build.PL installdirs=vendor

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmath-vec-perl.git



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