r36734 - /trunk/libpoe-component-irc-perl/debian/rules

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sat May 30 01:09:22 UTC 2009


Author: ryan52-guest
Date: Sat May 30 01:09:17 2009
New Revision: 36734

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=36734
Log:
fix if amkefile doesnt' exist

Modified:
    trunk/libpoe-component-irc-perl/debian/rules

Modified: trunk/libpoe-component-irc-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/debian/rules?rev=36734&op=diff
==============================================================================
--- trunk/libpoe-component-irc-perl/debian/rules (original)
+++ trunk/libpoe-component-irc-perl/debian/rules Sat May 30 01:09:17 2009
@@ -4,7 +4,7 @@
 	dh --with quilt $@
 
 override_dh_auto_clean:
-	make clean
+	[ ! -f Makefile ] || make clean
 
 override_dh_auto_test:
 	perl -MNet::Ping -e 'exit (Net::Ping->new()->ping("127.0.0.1", 1));' \




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