[libemail-send-io-perl] 03/11: Fix lintian warning debian-rules-missing-recommended-target

Axel Beckert abe at deuxchevaux.org
Thu Dec 26 03:52:36 UTC 2013


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

abe pushed a commit to branch master
in repository libemail-send-io-perl.

commit cc6eff6848dc077b7e6b6b0613321f2ba0f19ef9
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Thu Dec 26 03:46:49 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 89854f6..c3b8350 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -27,6 +27,8 @@ libemail-send-io-perl (2.201-1) UNRELEASED; urgency=low
     + copyright-with-old-dh-make-debian-copyright
   * Bump debhelper compatibility to 9
     + Update versioned debhelper build-dependency accordingly
+  * Revamp debian/rules
+    + Fix lintian warning debian-rules-missing-recommended-target
   * No more install (minimal) upstream README
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:10 +0200
diff --git a/debian/rules b/debian/rules
index 7719f65..17f7d09 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,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/libemail-send-io-perl.git



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