Patch corresponds to the NMU I've just uploaded.

-- 
Steve McIntyre, Cambridge, UK.                                [EMAIL PROTECTED]
Google-bait:       http://www.debian.org/CD/free-linux-cd
  Debian does NOT ship free CDs. Please do NOT contact the mailing
  lists asking us to send them to you.
diff -u libfile-homedir-perl-0.56/debian/changelog 
libfile-homedir-perl-0.56/debian/changelog
--- libfile-homedir-perl-0.56/debian/changelog
+++ libfile-homedir-perl-0.56/debian/changelog
@@ -1,3 +1,11 @@
+libfile-homedir-perl (0.56-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: #395858
+       
+ -- Steve McIntyre <[EMAIL PROTECTED]>  Sat, 11 Nov 2006 12:27:32 +0200
+
 libfile-homedir-perl (0.56-1) unstable; urgency=low
 
   * New Upstream Release
diff -u libfile-homedir-perl-0.56/debian/rules 
libfile-homedir-perl-0.56/debian/rules
--- libfile-homedir-perl-0.56/debian/rules
+++ libfile-homedir-perl-0.56/debian/rules
@@ -17,18 +17,21 @@
 DESTDIR=..
 endif
 TMP     =$(CURDIR)/debian/$(PACKAGE)
+TESTDIR =$(CURDIR)/debian/testdir
 
 build: build-stamp
 build-stamp:
        dh_testdir
        $(PERL) Makefile.PL INSTALLDIRS=vendor
        $(MAKE) OPTIMIZE="-O2 -g -Wall"
-       $(MAKE) test
+       mkdir $(TESTDIR)
+       HOME=$(TESTDIR) $(MAKE) test
        touch build-stamp
 
 clean:
        dh_testdir
        dh_testroot
+       rm -rf $(TESTDIR)
        rm -f build-stamp
        [ ! -f Makefile ] || $(MAKE) realclean
        dh_clean
@@ -39,7 +42,6 @@
        dh_clean -k
        $(MAKE) install PREFIX=$(TMP)/usr
        rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
-       
 
 
 # Build architecture-dependent files here.

Attachment: signature.asc
Description: Digital signature



Reply via email to