[libauthen-simple-passwd-perl] 05/11: Fix lintian warning debian-rules-missing-recommended-target

Axel Beckert abe at deuxchevaux.org
Sun May 25 01:38:31 UTC 2014


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

abe pushed a commit to branch master
in repository libauthen-simple-passwd-perl.

commit 2dec25d0b47bd153007e93f728d8aa9773744ead
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun May 25 03:25:02 2014 +0200

    Fix lintian warning debian-rules-missing-recommended-target
---
 debian/changelog | 1 +
 debian/rules     | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index da2e59e..b994334 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -36,6 +36,7 @@ libauthen-simple-passwd-perl (0.6-3) UNRELEASED; urgency=low
   * Revamp debian/rules:
     + Use dh_auto_{configure,build,test,install,clean}
     + Remove obsolete dh_installchangelogs and dh_clean parameters
+    + Fix lintian warning debian-rules-missing-recommended-target
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:39:52 +0100
 
diff --git a/debian/rules b/debian/rules
index ff232e8..d57a1a4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,9 @@ ifndef PERL
 PERL = /usr/bin/perl
 endif
 
-build: build-stamp
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
 build-stamp:
 	dh_testdir
 	dh_auto_configure

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libauthen-simple-passwd-perl.git



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