[libtest-object-perl] 01/07: Fix lintian warning debian-rules-missing-recommended-target

Axel Beckert abe at deuxchevaux.org
Mon Dec 23 14:30:06 UTC 2013


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

abe pushed a commit to branch master
in repository libtest-object-perl.

commit 7812174087d2d223d105a49fc65d47c20748b77f
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Mon Dec 23 15:18: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 a25445d..0e5e168 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -30,6 +30,8 @@ libtest-object-perl (0.07-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
 
  -- Axel Beckert <abe at debian.org>  Mon, 23 Dec 2013 13:26:02 +0100
 
diff --git a/debian/rules b/debian/rules
index f823d11..9a9b702 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,8 @@
 #!/usr/bin/make -f
 
-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/libtest-object-perl.git



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