tags 479934 + patch thanks -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
The attached patch seems to fix the FTBFS in my newly-build sid chroot. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: http://getfiregpg.org iD8DBQFIPxxpVDAgnE3XzJMRAmkgAKDsshWUr2tINp0zDPjNQdSUV7mKSQCfWXWF Pu4W02IyK3+EjZj07CTIizM= =5XCN -----END PGP SIGNATURE-----
--- renrot-0.25.orig/debian/rules +++ renrot-0.25/debian/rules @@ -61,9 +61,9 @@ # Add here commands to install the package into debian/renrot. $(MAKE) install PREFIX=$(CURDIR)/debian/renrot/usr # remove empty dirs - rmdir $(CURDIR)/debian/renrot/usr/lib/perl5 - rmdir $(CURDIR)/debian/renrot/usr/lib - rmdir $(CURDIR)/debian/renrot/usr/share/perl5 + [ ! -d $(CURDIR)/debian/renrot/usr/lib/perl5 ] || rmdir $(CURDIR)/debian/renrot/usr/lib/perl5 + [ ! -d $(CURDIR)/debian/renrot/usr/lib ] || rmdir $(CURDIR)/debian/renrot/usr/lib + [ ! -d $(CURDIR)/debian/renrot/usr/share/perl5 ] || rmdir $(CURDIR)/debian/renrot/usr/share/perl5 # install sample configuration files install -m644 etc/colors.conf $(CURDIR)/debian/renrot/etc/renrot/ install -m644 etc/copyright.tag $(CURDIR)/debian/renrot/etc/renrot/ --- renrot-0.25.orig/debian/changelog +++ renrot-0.25/debian/changelog @@ -1,3 +1,10 @@ +renrot (0.25-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix FTBFS against Perl 5.10 (closes: #479934) + + -- Jeffrey Ratcliffe <[EMAIL PROTECTED]> Thu, 29 May 2008 22:05:34 +0200 + renrot (0.25-1) unstable; urgency=low * Initial release (Closes: #397577)

