[libtk-splashscreen-perl] 04/12: Fix lintian warning debian-rules-missing-recommended-target

Axel Beckert abe at deuxchevaux.org
Wed Jan 1 05:48:57 UTC 2014


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

abe pushed a commit to branch master
in repository libtk-splashscreen-perl.

commit 37849f49e6bc38a0dbabfbce5d031b98fd1407b5
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Jan 1 06:38:57 2014 +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 68d492a..dd44f70 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -46,6 +46,8 @@ libtk-splashscreen-perl (1.0-4) UNRELEASED; urgency=low
   * Bump debhelper compatibility to 9
     + Update versioned debhelper build-dependency accordingly
   * No more install README as documentation (no additional information)
+  * Revamp debian/rules
+    + Fix lintian warning debian-rules-missing-recommended-target
 
  -- Frank Lichtenheld <djpig at debian.org>  Thu, 08 Nov 2007 19:06:22 +0100
 
diff --git a/debian/rules b/debian/rules
index 12ab2da..6a374f3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,9 @@ version := $(shell head -1 debian/changelog | \
                         perl -nle 'm/\S+\s+\((\S+)\)/ && print $$1')
 debtmp  := $(CURDIR)/debian/$(package)
 
-build: build-stamp
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
 build-stamp:
 	dh_testdir
 	perl Makefile.PL verbose INSTALLDIRS=vendor

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



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