[libconfigreader-perl] 07/17: Fix lintian warning quilt-patch-missing-description

Axel Beckert abe at deuxchevaux.org
Thu Dec 26 17:18:43 UTC 2013


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

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

commit 529d9e5e72a4e6e0851bdd5ccd89d7efafef7e26
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Thu Dec 26 17:02:41 2013 +0100

    Fix lintian warning quilt-patch-missing-description
---
 debian/changelog | 2 ++
 debian/rules     | 4 +++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 2b93aae..6a25154 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -56,6 +56,8 @@ libconfigreader-perl (0.5-5) UNRELEASED; urgency=low
   * Fix the following lintian warnings:
     + binary-control-field-duplicates-source (section + priority)
     + quilt-patch-missing-description
+  * Revamp debian/rules
+    + Fix lintian warning debian-rules-missing-recommended-target
 
  -- Joachim Breitner <nomeata at debian.org>  Mon, 11 Feb 2008 20:27:11 +0000
 
diff --git a/debian/rules b/debian/rules
index a09403f..a096da6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,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/libconfigreader-perl.git



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