[SCM] Debian packaging of libwx-perl branch, master, updated. 2cc0e1e8bb0f0fdceeb41cd7b5300b947b94e3a3

Damyan Ivanov dmn at debian.org
Fri Aug 19 05:25:52 UTC 2011


The following commit has been merged in the master branch:
commit a6803065344b2b3859eee8ff57244563811db655
Author: Damyan Ivanov <dmn at debian.org>
Date:   Fri Aug 19 08:02:03 2011 +0300

    explicitly declare top-level debian/rules targets as phony
    
    Closes: #638396 -- runs tests as root (in the binary target)
    Thanks to Jonathan Nieder.

diff --git a/debian/changelog b/debian/changelog
index 65ca1f0..a01e901 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,5 @@
 libwx-perl (1:0.9901-1) UNRELEASED; urgency=low
  
-  TODO: Investigate test failures
-
   [ Salvatore Bonaccorso ]
   * New upstream release
   * Remove debian/README.source as we use '3.0 (quilt) source package
@@ -25,6 +23,11 @@ libwx-perl (1:0.9901-1) UNRELEASED; urgency=low
   * Add perl 5.14 as an alternative build dependency to libextutils-parsexs-perl.
     (Closes: #636762)
 
+  [ Damyan Ivanov ]
+  * rules: delcare top-level targets as phony. Closes: #638396 -- runs
+    testsuite as root (in the 'binary' target).
+    Thanks to Jonathen Nieder
+
  -- Salvatore Bonaccorso <carnil at debian.org>  Sat, 11 Jun 2011 10:55:39 +0200
 
 libwx-perl (1:0.98-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 643d11e..65bc4a2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,10 @@
 #!/usr/bin/make -f
 
-%:
+DEBIAN_TARGETS := clean binary binary-arch binary-indep build
+
+.PHONY: $(DEBIAN_TARGETS)
+
+$(DEBIAN_TARGETS):
 	dh $@
 
 PACKAGE=$(shell dh_listpackages)

-- 
Debian packaging of libwx-perl



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