[libalzabo-perl] 06/13: Fix lintian warning debian-rules-missing-recommended-target
Axel Beckert
abe at deuxchevaux.org
Thu Dec 26 05:02:36 UTC 2013
This is an automated email from the git hooks/post-receive script.
abe pushed a commit to branch master
in repository libalzabo-perl.
commit fadda9d92488a1f635aaff672f4ea9fe17c7fb10
Author: Axel Beckert <abe at deuxchevaux.org>
Date: Thu Dec 26 05:48:17 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 aa85565..3fc1722 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,8 @@ libalzabo-perl (0.92-3) UNRELEASED; urgency=low
* Fixes the following lintian warnings:
+ copyright-without-copyright-notice
+ copyright-refers-to-symlink-license
+ * Revamp debian/rules
+ + Fix lintian warning debian-rules-missing-recommended-target
-- gregor herrmann <gregoa at debian.org> Sun, 16 Nov 2008 20:39:22 +0100
diff --git a/debian/rules b/debian/rules
index 408de32..371a053 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,7 +22,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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libalzabo-perl.git
More information about the Pkg-perl-cvs-commits
mailing list