tags 463475 + patch pending
thanks

Hi,

Perl 5.10 is scheduled for unstable in less than two weeks,
rendering this packag uninstallable because it can't be binNMUed.

Attached is the diff for my libfile-rsyncp-perl 0.68-1.1 NMU,
currently in 7-day DELAYED.

diff -u libfile-rsyncp-perl-0.68/debian/rules libfile-rsyncp-perl-0.68/debian/rules
--- libfile-rsyncp-perl-0.68/debian/rules
+++ libfile-rsyncp-perl-0.68/debian/rules
@@ -53,7 +53,7 @@
 	dh_installdirs
 	# Add here commands to install the package into debian/libfile-rsyncp.
 	$(MAKE) install PREFIX=$(CURDIR)/debian/libfile-rsyncp-perl/usr/
-	rmdir $(CURDIR)/debian/libfile-rsyncp-perl/usr/share/perl5/
+	[ ! -d $(CURDIR)/debian/libfile-rsyncp-perl/usr/share/perl5/ ] || rmdir $(CURDIR)/debian/libfile-rsyncp-perl/usr/share/perl5/
 
 # Build architecture-independent files here.
 binary-indep: build install
diff -u libfile-rsyncp-perl-0.68/debian/changelog libfile-rsyncp-perl-0.68/debian/changelog
--- libfile-rsyncp-perl-0.68/debian/changelog
+++ libfile-rsyncp-perl-0.68/debian/changelog
@@ -1,3 +1,10 @@
+libfile-rsyncp-perl (0.68-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: #463475)
+
+ -- Niko Tyni <[EMAIL PROTECTED]>  Thu, 03 Apr 2008 08:43:23 +0300
+
 libfile-rsyncp-perl (0.68-1) unstable; urgency=low
 
   * New upstream release

Reply via email to