[SCM] Debian packaging of libxml-rss-simplegen-perl branch, master, updated. 60e65b3745a21a2ebbf0523a97aa6c1d30b55deb

Axel Beckert abe at deuxchevaux.org
Thu Dec 13 01:19:01 UTC 2012


The following commit has been merged in the master branch:
commit d830f2de6aeec64d4eddad860350113768b27e7d
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Thu Dec 13 01:58:18 2012 +0100

    Fix lintian warning debian-rules-missing-recommended-target

diff --git a/debian/changelog b/debian/changelog
index 653462a..9cbbffc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ libxml-rss-simplegen-perl (11.11-3) UNRELEASED; urgency=low
   * Switch homepage and watch file from search.cpan.org to metacpan.org.
   * Switch to source format "3.0 (quilt)".
     - Remove build-dependency on quilt.
+  * Fix lintian warnings:
+    - debian-rules-missing-recommended-target
 
  -- Axel Beckert <abe at debian.org>  Thu, 13 Dec 2012 01:49:30 +0100
 
diff --git a/debian/rules b/debian/rules
index f26526f..68ff93a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,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
 

-- 
Debian packaging of libxml-rss-simplegen-perl



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