[libclone-pp-perl] 07/15: Fix lintian warning debian-rules-missing-recommended-target
Axel Beckert
abe at deuxchevaux.org
Sat Jan 4 03:52:47 UTC 2014
This is an automated email from the git hooks/post-receive script.
abe pushed a commit to branch master
in repository libclone-pp-perl.
commit 14c7a67eceb2587e8ba9b84e95911d0bfa9d9005
Author: Axel Beckert <abe at deuxchevaux.org>
Date: Sat Jan 4 04:40:17 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 a91e4f1..2f28df6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,8 @@ libclone-pp-perl (1.02-2) UNRELEASED; urgency=low
* Fix lintian warning copyright-refers-to-symlink-license
* Bump debhelper compatibility to 9
+ Update versioned debhelper build-dependency accordingly
+ * Revamp debian/rules
+ + Fix lintian warning debian-rules-missing-recommended-target
-- gregor herrmann <gregoa at debian.org> Sun, 16 Nov 2008 20:40:46 +0100
diff --git a/debian/rules b/debian/rules
index 1bda409..265e7b1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,9 @@ endif
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) Makefile.PL INSTALLDIRS=vendor
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libclone-pp-perl.git
More information about the Pkg-perl-cvs-commits
mailing list