tags 463542 + patch
thanks

Hi,

Attached is the diff for my libmath-gmp-perl 2.04-2.1 NMU.
diff -u libmath-gmp-perl-2.04/debian/rules libmath-gmp-perl-2.04/debian/rules
--- libmath-gmp-perl-2.04/debian/rules
+++ libmath-gmp-perl-2.04/debian/rules
@@ -38,7 +38,7 @@
 	dh_clean -k
 	$(MAKE) test
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/share/perl5
+	[ ! -d $(TMP)/usr/share/perl5 ] || rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/share/perl5
 	touch install-stamp
 
 patch: patch-stamp
diff -u libmath-gmp-perl-2.04/debian/changelog libmath-gmp-perl-2.04/debian/changelog
--- libmath-gmp-perl-2.04/debian/changelog
+++ libmath-gmp-perl-2.04/debian/changelog
@@ -1,3 +1,10 @@
+libmath-gmp-perl (2.04-2.1) unstable; urgency=low
+
+  * Non-maintainer upload for the Perl 5.10 transition.
+  * Don't try to remove /usr/share/perl5 if it doesn't exist. (Closes: #463542)
+
+ -- Niko Tyni <[EMAIL PROTECTED]>  Wed, 02 Apr 2008 16:11:46 +0300
+
 libmath-gmp-perl (2.04-2) unstable; urgency=low
 
   * Added debian/patches/64bit_ftbfs.dpatch that makes the test suite pass on

Reply via email to