tags 463543 + patch
thanks

Hi,

Attached is the diff for my libnet-jabber-loudmouth-perl 0.07-1.1 NMU.
diff -u libnet-jabber-loudmouth-perl-0.07/debian/changelog libnet-jabber-loudmouth-perl-0.07/debian/changelog
--- libnet-jabber-loudmouth-perl-0.07/debian/changelog
+++ libnet-jabber-loudmouth-perl-0.07/debian/changelog
@@ -1,3 +1,10 @@
+libnet-jabber-loudmouth-perl (0.07-1.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: #463543)
+
+ -- Niko Tyni <[EMAIL PROTECTED]>  Wed, 02 Apr 2008 16:22:01 +0300
+
 libnet-jabber-loudmouth-perl (0.07-1) unstable; urgency=low
 
   * New upstream release.
diff -u libnet-jabber-loudmouth-perl-0.07/debian/rules libnet-jabber-loudmouth-perl-0.07/debian/rules
--- libnet-jabber-loudmouth-perl-0.07/debian/rules
+++ libnet-jabber-loudmouth-perl-0.07/debian/rules
@@ -36,7 +36,7 @@
 	dh_testroot
 	dh_clean -k
 	$(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
 
 # Build architecture-independent files here.

Reply via email to