r57059 - in /trunk/liborlite-mirror-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Apr 28 17:48:50 UTC 2010


Author: gregoa
Date: Wed Apr 28 17:48:42 2010
New Revision: 57059

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=57059
Log:
debian/rules: explicitly set HOME for test suite to avoid a FTBFS due to a
missing or un-writable directory (closes: #579292).

Modified:
    trunk/liborlite-mirror-perl/debian/changelog
    trunk/liborlite-mirror-perl/debian/rules

Modified: trunk/liborlite-mirror-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liborlite-mirror-perl/debian/changelog?rev=57059&op=diff
==============================================================================
--- trunk/liborlite-mirror-perl/debian/changelog (original)
+++ trunk/liborlite-mirror-perl/debian/changelog Wed Apr 28 17:48:42 2010
@@ -1,3 +1,10 @@
+liborlite-mirror-perl (1.20-2) UNRELEASED; urgency=low
+
+  * debian/rules: explicitly set HOME for test suite to avoid a FTBFS due to a
+    missing or un-writable directory (closes: #579292).
+
+ -- gregor herrmann <gregoa at debian.org>  Wed, 28 Apr 2010 19:47:40 +0200
+
 liborlite-mirror-perl (1.20-1) unstable; urgency=low
 
   * New upstream release:

Modified: trunk/liborlite-mirror-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liborlite-mirror-perl/debian/rules?rev=57059&op=diff
==============================================================================
--- trunk/liborlite-mirror-perl/debian/rules (original)
+++ trunk/liborlite-mirror-perl/debian/rules Wed Apr 28 17:48:42 2010
@@ -4,4 +4,4 @@
 	dh $@
 
 override_dh_auto_test:
-	AUTOMATED_TESTING=1 dh_auto_test
+	HOME=$(CURDIR)/debian AUTOMATED_TESTING=1 dh_auto_test




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