[libcurses-widgets-perl] 05/14: Fix lintian warning debian-rules-missing-recommended-target

Axel Beckert abe at deuxchevaux.org
Wed Sep 11 23:24:49 UTC 2013


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

abe pushed a commit to branch master
in repository libcurses-widgets-perl.

commit a5e36448cd33076c6329d41e9b226ea1a9ed50a4
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Thu Sep 12 00:55:27 2013 +0200

    Fix lintian warning debian-rules-missing-recommended-target
---
 debian/changelog |    1 +
 debian/rules     |    4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 0a448be..5c11b30 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -44,6 +44,7 @@ libcurses-widgets-perl (1.997-6) UNRELEASED; urgency=low
     + Fixes lintian warning package-uses-deprecated-debhelper-compat-version
   * Also fixes the following lintian warnings:
     + dh-clean-k-is-deprecated
+    + debian-rules-missing-recommended-target
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:25 +0200
 
diff --git a/debian/rules b/debian/rules
index 8ebc254..e2611e1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,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) Makefile.PL INSTALLDIRS=vendor

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



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