tags 467782 + patch
thanks

Hi,

Attached is the diff for my libfile-chdir-perl 0.06-2.1 NMU.

-- 
 -----------------------------------------------------------------
|   ,''`.                                            Stephen Gran |
|  : :' :                                        [EMAIL PROTECTED] |
|  `. `'                        Debian user, admin, and developer |
|    `-                                     http://www.debian.org |
 -----------------------------------------------------------------
diff -Nru libfile-chdir-perl-0.06/debian/changelog libfile-chdir-perl-0.06/debian/changelog
--- libfile-chdir-perl-0.06/debian/changelog	2006-12-20 22:26:26.000000000 +0000
+++ libfile-chdir-perl-0.06/debian/changelog	2008-04-06 02:27:44.000000000 +0100
@@ -1,3 +1,10 @@
+libfile-chdir-perl (0.06-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Empty dir is gone (closes: #467782)
+
+ -- Stephen Gran <[EMAIL PROTECTED]>  Sun, 06 Apr 2008 02:27:29 +0100
+
 libfile-chdir-perl (0.06-2) unstable; urgency=low
 
   * Updated standards version to 3.7.2 (no changes required, just 
diff -Nru /tmp/NmFzMK37fR/libfile-chdir-perl-0.06/debian/rules /tmp/Aur6CtUhk3/libfile-chdir-perl-0.06/debian/rules
--- libfile-chdir-perl-0.06/debian/rules	2004-06-22 15:16:55.000000000 +0100
+++ libfile-chdir-perl-0.06/debian/rules	2008-04-06 02:28:24.000000000 +0100
@@ -43,7 +43,7 @@
 	dh_testroot
 
 	# Add commands to clean up after the build process here
-	-$(MAKE) distclean
+	[ ! -f Makefil ] || $(MAKE) distclean
 	
 	dh_clean build-stamp install-stamp
 
@@ -58,7 +58,7 @@
 	
 	# As this is a architecture independent package, we are not supposed to install
 	# stuff to /usr/lib. MakeMaker creates the dirs, we delete them from the deb:
-	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
 
 	touch install-stamp
 

Attachment: signature.asc
Description: Digital signature

Reply via email to