[libterm-slang-perl] 06/15: Fix lintian warning debian-rules-missing-recommended-target

Axel Beckert abe at deuxchevaux.org
Tue Dec 24 01:44:57 UTC 2013


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

abe pushed a commit to branch master
in repository libterm-slang-perl.

commit 5723c92ad302c4289368216b53a15d65b43556ae
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Tue Dec 24 02:03:00 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 7789c37..0045826 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -38,6 +38,8 @@ libterm-slang-perl (0.07-12) UNRELEASED; urgency=low
   * Add copyright years to debian/copyright to fix lintian warning
     copyright-without-copyright-notice. Also add upstream's last name.
   * Fine-tune short and long description a little bit.
+  * Revamp debian/rules a little bit
+    + Fix lintian warning debian-rules-missing-recommended-target
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:32:23 +0200
 
diff --git a/debian/rules b/debian/rules
index 1be2e07..73c52ae 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,7 +24,9 @@ else
         CFLAGS += -O2
 endif
 
-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/libterm-slang-perl.git



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