r73380 - /trunk/libdbd-mysql-perl/debian/rules

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Sun Apr 24 13:01:36 UTC 2011


Author: periapt-guest
Date: Sun Apr 24 13:01:19 2011
New Revision: 73380

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=73380
Log:
fixed directory

Modified:
    trunk/libdbd-mysql-perl/debian/rules

Modified: trunk/libdbd-mysql-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-mysql-perl/debian/rules?rev=73380&op=diff
==============================================================================
--- trunk/libdbd-mysql-perl/debian/rules (original)
+++ trunk/libdbd-mysql-perl/debian/rules Sun Apr 24 13:01:19 2011
@@ -2,13 +2,13 @@
 
 PACKAGE = $(shell dh_listpackages)
 TMP     = $(CURDIR)/debian/$(PACKAGE)
-PROB_FILE = t/mysql.mtest
+PROB_FILE = mysql.mtest
 
 %:
 	dh $@ --with perl_dbi
 
 override_dh_auto_configure:
-	! [ -e $(PROB_FILE) ] || cp $(PROB_FILE) debian/$(PROB_FILE).save
+	! [ -e t/$(PROB_FILE) ] || cp t/$(PROB_FILE) debian/$(PROB_FILE).save
 	dh_auto_configure -- --ssl --testuser=test
 
 override_dh_auto_test:
@@ -27,5 +27,5 @@
 override_dh_clean:
 	dh_clean
 	! [ -e debian/$(PROB_FILE).save  ] \
-	    || mv debian/$(PROB_FILE).save  $(PROB_FILE)
+	    || mv debian/$(PROB_FILE).save  t/$(PROB_FILE)
 




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