[libdatetime-format-mail-perl] 06/14: Fix lintian warning debian-rules-missing-recommended-target

Axel Beckert abe at deuxchevaux.org
Thu Dec 26 02:17:36 UTC 2013


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

abe pushed a commit to branch master
in repository libdatetime-format-mail-perl.

commit a88b619f262551ed910c77a83a89793302b05552
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Thu Dec 26 03:04:06 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 59843dd..ada0fd4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -37,6 +37,8 @@ libdatetime-format-mail-perl (0.3001-2) UNRELEASED; urgency=low
   * Fixes the following lintian warnings:
     + package-has-a-duplicate-build-relation
     + copyright-refers-to-symlink-license
+  * Revamp debian/rules
+    + Fix lintian warning debian-rules-missing-recommended-target
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:42 +0200
 
diff --git a/debian/rules b/debian/rules
index 406c078..0e2c6be 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,9 @@ PERL   ?= /usr/bin/perl
 PACKAGE = $(shell dh_listpackages)
 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) Build.PL installdirs=vendor

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdatetime-format-mail-perl.git



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