I've just uploaded this from the BSP in Helsinki to close these bugs. -- Steve McIntyre, Cambridge, UK. [EMAIL PROTECTED] "We're the technical experts. We were hired so that management could ignore our recommendations and tell us how to do our jobs." -- Mike Andrews
diff -u libextutils-autoinstall-perl-0.61/debian/changelog
libextutils-autoinstall-perl-0.61/debian/changelog
--- libextutils-autoinstall-perl-0.61/debian/changelog
+++ libextutils-autoinstall-perl-0.61/debian/changelog
@@ -1,3 +1,13 @@
+libextutils-autoinstall-perl (0.61-1.1) unstable; urgency=medium
+
+ * NMU from the Helsinki BSP
+ * Medium urgency for RC bugfix
+ * Force the build-time test to stay inside the build tree. Closes: #395857
+ * Give a more useful error message when permissions are insufficient.
+ Closes: #382843. Thanks to Ingo Wichmann for the patch.
+
+ -- Steve McIntyre <[EMAIL PROTECTED]> Sat, 11 Nov 2006 14:53:32 +0200
+
libextutils-autoinstall-perl (0.61-1) unstable; urgency=low
* New upstream version.
diff -u libextutils-autoinstall-perl-0.61/debian/rules
libextutils-autoinstall-perl-0.61/debian/rules
--- libextutils-autoinstall-perl-0.61/debian/rules
+++ libextutils-autoinstall-perl-0.61/debian/rules
@@ -14,6 +14,7 @@
endif
TMP = $(CURDIR)/debian/$(PACKAGE)
+TESTDIR =$(CURDIR)/debian/testdir
build: build-stamp
build-stamp:
@@ -21,13 +22,15 @@
$(PERL) Makefile.PL INSTALLDIRS=vendor
$(MAKE)
- $(MAKE) test
+ mkdir $(TESTDIR)
+ HOME=$(TESTDIR) $(MAKE) test
touch $@
clean:
dh_testdir
dh_testroot
+ rm -rf $(TESTDIR)
rm -f build-stamp
-$(MAKE) distclean
only in patch2:
unchanged:
--- libextutils-autoinstall-perl-0.61.orig/lib/ExtUtils/AutoInstall.pm
+++ libextutils-autoinstall-perl-0.61/lib/ExtUtils/AutoInstall.pm
@@ -787,7 +787,7 @@
return 1 if -w $path and -w $Config::Config{sitelib};
print << ".";
-*** You are not allowed to write to the directory '$path';
+*** You are not allowed to write to the directory '$path' or
$Config::Config{sitelib};
the installation may fail due to insufficient permissions.
.
signature.asc
Description: Digital signature

