r60661 - in /trunk/libdbix-class-helpers-perl/debian: control rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Jul 27 16:20:08 UTC 2010


Author: gregoa
Date: Tue Jul 27 16:19:30 2010
New Revision: 60661

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=60661
Log:
workaround ./dbfile being modified during tests

Modified:
    trunk/libdbix-class-helpers-perl/debian/control
    trunk/libdbix-class-helpers-perl/debian/rules

Modified: trunk/libdbix-class-helpers-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-helpers-perl/debian/control?rev=60661&op=diff
==============================================================================
--- trunk/libdbix-class-helpers-perl/debian/control (original)
+++ trunk/libdbix-class-helpers-perl/debian/control Tue Jul 27 16:19:30 2010
@@ -1,7 +1,7 @@
 Source: libdbix-class-helpers-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.50~)
 Build-Depends-Indep: perl, libdbd-sqlite3-perl, 
  libdbix-class-perl (>= 0.08118), liblingua-en-inflect-perl,
  libstring-camelcase-perl, libsub-exporter-perl, libtest-deep-perl,

Modified: trunk/libdbix-class-helpers-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-helpers-perl/debian/rules?rev=60661&op=diff
==============================================================================
--- trunk/libdbix-class-helpers-perl/debian/rules (original)
+++ trunk/libdbix-class-helpers-perl/debian/rules Tue Jul 27 16:19:30 2010
@@ -2,3 +2,8 @@
 
 %:
 	dh $@
+
+override_dh_auto_test:
+	cp $(CURDIR)/dbfile $(CURDIR)/debian/dbfile.upstream
+	dh_auto_test
+	mv $(CURDIR)/debian/dbfile.upstream $(CURDIR)/dbfile




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