r68459 - in /trunk/libpoe-perl/debian: changelog rules

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Sat Feb 12 23:29:16 UTC 2011


Author: periapt-guest
Date: Sat Feb 12 23:28:50 2011
New Revision: 68459

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=68459
Log:
debian/clean: add bingos-followtail and rules for deleting
generated directories

Modified:
    trunk/libpoe-perl/debian/changelog
    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=68459&op=diff
==============================================================================
--- trunk/libpoe-perl/debian/changelog (original)
+++ trunk/libpoe-perl/debian/changelog Sat Feb 12 23:28:50 2011
@@ -1,12 +1,10 @@
 libpoe-perl (2:1.2990-1) UNRELEASED; urgency=low
-
-  TODO: META.yml seems to be modfied by build
-  Other directories created and should be cleaned
 
   * New upstream release
   * Reviewed patches and updated to disable test requiring internet
   * Upped dependency on libpoe-test-loops-perl to 1.040
-  * debian/clean: add bingos-followtail
+  * debian/clean: add bingos-followtail and rules for deleting
+    generated directories
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Thu, 10 Feb 2011 08:14:16 +0000
 

Modified: trunk/libpoe-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-perl/debian/rules?rev=68459&op=diff
==============================================================================
--- trunk/libpoe-perl/debian/rules (original)
+++ trunk/libpoe-perl/debian/rules Sat Feb 12 23:28:50 2011
@@ -15,3 +15,8 @@
 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