[libio-string-perl] 03/13: Fix lintian warning debian-rules-missing-recommended-target

Axel Beckert abe at deuxchevaux.org
Fri Dec 13 21:18:07 UTC 2013


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

abe pushed a commit to branch master
in repository libio-string-perl.

commit 17a70670d2dda3904500c8f88d3b2d29db2df102
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Fri Dec 13 22:04:37 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 defeefa..72dd7fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -27,6 +27,8 @@ libio-string-perl (1.08-3) 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 <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:54 +0200
 
diff --git a/debian/rules b/debian/rules
index 6273e0a..3e6baeb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,9 @@ configure-stamp:
 
 	touch configure-stamp
 
-build: build-stamp
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
 build-stamp: configure-stamp
 	dh_testdir
 

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



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