tags 467687 + patch
thanks

Hi,

Attached is the diff for my libcrypt-hcesha-perl 0.70-1.1 NMU.

-- 
Mark Hymers <mhy at debian dot org>
diff -u libcrypt-hcesha-perl-0.70/debian/changelog libcrypt-hcesha-perl-0.70/debian/changelog
--- libcrypt-hcesha-perl-0.70/debian/changelog
+++ libcrypt-hcesha-perl-0.70/debian/changelog
@@ -1,3 +1,10 @@
+libcrypt-hcesha-perl (0.70-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS with Perl 5.10.  Closes: #467687
+
+ -- Mark Hymers <[EMAIL PROTECTED]>  Sat, 05 Apr 2008 21:08:52 +0100
+
 libcrypt-hcesha-perl (0.70-1) unstable; urgency=low
 
   * New upstream release
diff -u libcrypt-hcesha-perl-0.70/debian/rules libcrypt-hcesha-perl-0.70/debian/rules
--- libcrypt-hcesha-perl-0.70/debian/rules
+++ libcrypt-hcesha-perl-0.70/debian/rules
@@ -35,7 +35,7 @@
 	dh_clean -k
 	dh_installdirs
 	$(MAKE) install PREFIX=$(TMP)/usr
-	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
+	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
 
 # Build architecture-dependent files here.
 binary-arch: build install

Reply via email to