tags 467658 + patch
thanks

Hi,

Attached is the diff for my libarchive-ar-perl 1.13b-1.1 NMU.

Cheers,
-- 
 -----------------------------------------------------------------
|   ,''`.                                            Stephen Gran |
|  : :' :                                        [EMAIL PROTECTED] |
|  `. `'                        Debian user, admin, and developer |
|    `-                                     http://www.debian.org |
 -----------------------------------------------------------------
diff -u libarchive-ar-perl-1.13b/debian/changelog libarchive-ar-perl-1.13b/debian/changelog
--- libarchive-ar-perl-1.13b/debian/changelog
+++ libarchive-ar-perl-1.13b/debian/changelog
@@ -1,3 +1,11 @@
+libarchive-ar-perl (1.13b-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Conditionally remove /usr/lib/perl5 (closes: #467658)
+  * Correct typo (debian -> Debian) in debian/control
+
+ -- Stephen Gran <[EMAIL PROTECTED]>  Sat, 05 Apr 2008 12:35:47 +0100
+
 libarchive-ar-perl (1.13b-1) unstable; urgency=low
 
   * Initial Release (Closes: #320253).
diff -u libarchive-ar-perl-1.13b/debian/rules libarchive-ar-perl-1.13b/debian/rules
--- libarchive-ar-perl-1.13b/debian/rules
+++ libarchive-ar-perl-1.13b/debian/rules
@@ -30,7 +30,7 @@
 	dh_clean -k
 	$(MAKE) test
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/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
 	touch install-stamp
 
 binary-arch:
diff -u libarchive-ar-perl-1.13b/debian/control libarchive-ar-perl-1.13b/debian/control
--- libarchive-ar-perl-1.13b/debian/control
+++ libarchive-ar-perl-1.13b/debian/control
@@ -15,7 +15,7 @@
  This is useful if you have those types of old archives on the system, but it
  is also useful because .deb packages for the Debian GNU/Linux distribution are
  ar archives. This is one building block in a future chain of modules to build,
- manipulate, extract, and test debian modules with no platform or architecture
+ manipulate, extract, and test Debian modules with no platform or architecture
  dependence.
  .
  You may notice that the API to Archive::Ar is similar to Archive::Tar, and

Attachment: signature.asc
Description: Digital signature

Reply via email to