r45491 - in /trunk/libtest-compile-perl/debian: clean rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu Oct 8 14:44:17 UTC 2009


Author: jawnsy-guest
Date: Thu Oct  8 14:44:12 2009
New Revision: 45491

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45491
Log:
Okay, using the clean file didn't work. Let's try overriding in rules

Removed:
    trunk/libtest-compile-perl/debian/clean
Modified:
    trunk/libtest-compile-perl/debian/rules

Modified: trunk/libtest-compile-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-compile-perl/debian/rules?rev=45491&op=diff
==============================================================================
--- trunk/libtest-compile-perl/debian/rules (original)
+++ trunk/libtest-compile-perl/debian/rules Thu Oct  8 14:44:12 2009
@@ -5,3 +5,8 @@
 
 override_dh_auto_test:
 	AUTOMATED_TESTING=1 dh_auto_test
+
+override_dh_clean:
+	dh_clean
+	rm -vrf inc/Test
+




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