tags 467649 + patch
thanks

Hi,

Attached is the diff for my libalgorithm-annotate-perl 0.10-1.1 NMU.

Cheers,
-- 
 -----------------------------------------------------------------
|   ,''`.                                            Stephen Gran |
|  : :' :                                        [EMAIL PROTECTED] |
|  `. `'                        Debian user, admin, and developer |
|    `-                                     http://www.debian.org |
 -----------------------------------------------------------------
diff -u libalgorithm-annotate-perl-0.10/debian/control libalgorithm-annotate-perl-0.10/debian/control
--- libalgorithm-annotate-perl-0.10/debian/control
+++ libalgorithm-annotate-perl-0.10/debian/control
@@ -14 +14 @@
- output simliar to cvs annotate.
+ output similar to cvs annotate.
diff -u libalgorithm-annotate-perl-0.10/debian/changelog libalgorithm-annotate-perl-0.10/debian/changelog
--- libalgorithm-annotate-perl-0.10/debian/changelog
+++ libalgorithm-annotate-perl-0.10/debian/changelog
@@ -1,3 +1,11 @@
+libalgorithm-annotate-perl (0.10-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Conditionally remove /usr/lib/perl5 (closes: #467649)
+  * Typo fix in debian/control (simliar -> similar)
+
+ -- Stephen Gran <[EMAIL PROTECTED]>  Sat, 05 Apr 2008 12:58:26 +0100
+
 libalgorithm-annotate-perl (0.10-1) unstable; urgency=low
 
   * Initial Release.
diff -u libalgorithm-annotate-perl-0.10/debian/rules libalgorithm-annotate-perl-0.10/debian/rules
--- libalgorithm-annotate-perl-0.10/debian/rules
+++ libalgorithm-annotate-perl-0.10/debian/rules
@@ -41,7 +41,7 @@
 	$(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
 
 # Build architecture-dependent files here.
 binary-arch: build install

Attachment: signature.asc
Description: Digital signature

Reply via email to