[liblingua-ispell-perl] 08/16: Fix lintian warning debian-rules-missing-recommended-target

Axel Beckert abe at deuxchevaux.org
Wed Jan 1 02:39:29 UTC 2014


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

abe pushed a commit to branch master
in repository liblingua-ispell-perl.

commit ac7e18735f0487219d6a427aee4340e02a24c70e
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Jan 1 03:29:02 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 ca47770..d0e131c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -48,6 +48,8 @@ liblingua-ispell-perl (0.07-6) UNRELEASED; urgency=low
     + copyright-without-copyright-notice
   * Bump debhelper compatibility to 9
     + Update versioned debhelper build-dependency accordingly
+  * Revamp debian/rules
+    + Fix lintian warning debian-rules-missing-recommended-target
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:58 +0200
 
diff --git a/debian/rules b/debian/rules
index 486a28b..0418e73 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/liblingua-ispell-perl.git



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