[SCM] Debian packaging of libwx-perl branch, master, updated. debian/0.9901-2

Damyan Ivanov dmn at debian.org
Sat Aug 20 20:15:40 UTC 2011


The following commit has been merged in the master branch:
commit aae7bb3b023ec2d21455d6f6aa49800cf723b772
Author: Damyan Ivanov <dmn at debian.org>
Date:   Sat Aug 20 22:05:03 2011 +0300

    use cleartext targets in rules instead of variable containing them
    
    works around lintian #638411 which causes an automated reject

diff --git a/debian/changelog b/debian/changelog
index 57051fb..b300383 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libwx-perl (1:0.9901-2) UNRELEASED; urgency=low
+
+  * rules: use cleartext targets instead of a variable containing them all
+    works around lintian #638411 which causes an automated reject
+
+ -- Damyan Ivanov <dmn at debian.org>  Sat, 20 Aug 2011 21:48:38 +0300
+
 libwx-perl (1:0.9901-1) unstable; urgency=low
 
   * Team upload
diff --git a/debian/rules b/debian/rules
index 5814fc7..8bc4863 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,10 @@ DEBIAN_TARGETS := clean binary binary-arch binary-indep build build-arch build-i
 
 .PHONY: $(DEBIAN_TARGETS)
 
-$(DEBIAN_TARGETS):
+# the list is put verbatim here as a workaround for lintian bug #638411
+# lintian fails to interpolate the variable and reports missing required
+# targets, leading to an automated reject
+clean binary binary-arch binary-indep build build-arch build-indep:
 	dh $@ --parallel
 
 PACKAGE=$(shell dh_listpackages)

-- 
Debian packaging of libwx-perl



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