r37037 - /trunk/libpoe-perl/debian/rules

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sun May 31 22:50:43 UTC 2009


Author: ryan52-guest
Date: Sun May 31 22:50:39 2009
New Revision: 37037

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=37037
Log:
fix stuff, thanks gregoa :)

Modified:
    trunk/libpoe-perl/debian/rules

Modified: trunk/libpoe-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-perl/debian/rules?rev=37037&op=diff
==============================================================================
--- trunk/libpoe-perl/debian/rules (original)
+++ trunk/libpoe-perl/debian/rules Sun May 31 22:50:39 2009
@@ -3,15 +3,11 @@
 PERL    ?= /usr/bin/perl
 
 override_dh_auto_configure:
-	dh_auto_configure
 	# Run network tests only if localhost is reachable, the perl snippet touch
 	# run_network_tests if the loopback interface is available.
 	$(PERL) -MNet::Ping -e '(Net::Ping->new()->ping("127.0.0.1", 1)) ? \
 	        system("touch run_network_tests") : system("rm -rf run_network_tests");'
-
-override_dh_quilt_unpatch:
-	dh_quilt_unpatch
-	[ ! -f Makefile ] || touch Makefile
+	dh_auto_configure
 
 %:
 	dh $@




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