r29575 - in /trunk/libtest-compile-perl: debian/rules inc/Test/

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon Jan 12 08:21:18 UTC 2009


Author: dmn
Date: Mon Jan 12 08:21:15 2009
New Revision: 29575

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=29575
Log:
remove bundled copies of Test::More, Test::Pod and Test::Pod::Coverage; also wipe them in the clean target to ensure system-wide ones are used during build

Removed:
    trunk/libtest-compile-perl/inc/Test/
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=29575&op=diff
==============================================================================
--- trunk/libtest-compile-perl/debian/rules (original)
+++ trunk/libtest-compile-perl/debian/rules Mon Jan 12 08:21:15 2009
@@ -7,6 +7,7 @@
 
 clean:
 	dh $@
+	rm -rf inc/Test
 
 install: install-stamp
 install-stamp: build-stamp




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