r72934 - in /trunk/libpoe-perl/debian: changelog clean rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Apr 21 15:17:59 UTC 2011


Author: gregoa
Date: Thu Apr 21 15:17:13 2011
New Revision: 72934

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=72934
Log:
Remove manual removal of generated files, they are deleted by the upstream
clean target now.

Modified:
    trunk/libpoe-perl/debian/changelog
    trunk/libpoe-perl/debian/clean
    trunk/libpoe-perl/debian/rules

Modified: trunk/libpoe-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-perl/debian/changelog?rev=72934&op=diff
==============================================================================
--- trunk/libpoe-perl/debian/changelog (original)
+++ trunk/libpoe-perl/debian/changelog Thu Apr 21 15:17:13 2011
@@ -1,9 +1,9 @@
 libpoe-perl (2:1.3100-1) UNRELEASED; urgency=low
-
- WAITS-FOR: libpoe-test-loops-perl 1.050
 
   * New upstream release (closes: #623480).
   * Bump build dependency on libpoe-test-loops-perl.
+  * Remove manual removal of generated files, they are deleted by the upstream
+    clean target now.
 
  -- gregor herrmann <gregoa at debian.org>  Thu, 21 Apr 2011 16:46:53 +0200
 

Modified: trunk/libpoe-perl/debian/clean
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-perl/debian/clean?rev=72934&op=diff
==============================================================================
--- trunk/libpoe-perl/debian/clean (original)
+++ trunk/libpoe-perl/debian/clean Thu Apr 21 15:17:13 2011
@@ -1,2 +1,1 @@
 run_network_tests
-bingos-followtail

Modified: trunk/libpoe-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-perl/debian/rules?rev=72934&op=diff
==============================================================================
--- trunk/libpoe-perl/debian/rules (original)
+++ trunk/libpoe-perl/debian/rules Thu Apr 21 15:17:13 2011
@@ -14,9 +14,3 @@
 
 override_dh_auto_test:
 	RELEASE_TESTING=1 dh_auto_test
-
-override_dh_clean:
-	dh_clean
-	rm -rf $(CURDIR)/t/30_loops
-	rm -rf $(CURDIR)/t/20_resources/10_perl
-




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