tags 467774 + patch
thanks

Hi,

Attached is the diff for my libtest-base-perl 0.47-1.1 NMU.

Cheers,
-- 
 -----------------------------------------------------------------
|   ,''`.                                            Stephen Gran |
|  : :' :                                        [EMAIL PROTECTED] |
|  `. `'                        Debian user, admin, and developer |
|    `-                                     http://www.debian.org |
 -----------------------------------------------------------------
diff -u libtest-base-perl-0.47/debian/changelog libtest-base-perl-0.47/debian/changelog
--- libtest-base-perl-0.47/debian/changelog
+++ libtest-base-perl-0.47/debian/changelog
@@ -1,3 +1,13 @@
+libtest-base-perl (0.47-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Empty dir is gone (closes: #467774)
+  * Fix failing test to skip for now: Maintainer: please look
+  * utf-8-ize debian/changelog
+  * Update Standards-Version (no changes)
+
+ -- Stephen Gran <[EMAIL PROTECTED]>  Sun, 06 Apr 2008 01:56:24 +0100
+
 libtest-base-perl (0.47-1) unstable; urgency=low
 
   * Initial release.
diff -u libtest-base-perl-0.47/debian/copyright libtest-base-perl-0.47/debian/copyright
--- libtest-base-perl-0.47/debian/copyright
+++ libtest-base-perl-0.47/debian/copyright
@@ -4,9 +4,9 @@
 original Test::Base sources, as found on the Comprehensive Perl Archive
 Network (CPAN) <URL:http://cpan.org/>.
 
-The upstream author is Ingy döt Net <[EMAIL PROTECTED]>.
+The upstream author is Ingy döt Net <[EMAIL PROTECTED]>.
 
-Copyright (c) 2006. Ingy döt Net. All rights reserved.
+Copyright (c) 2006. Ingy döt Net. All rights reserved.
 Copyright (c) 2005. Brian Ingerson. All rights reserved.
 
 libtest-base-perl may be redistributed under the terms of either the GNU
diff -u libtest-base-perl-0.47/debian/rules libtest-base-perl-0.47/debian/rules
--- libtest-base-perl-0.47/debian/rules
+++ libtest-base-perl-0.47/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 libtest-base-perl-0.47/debian/control libtest-base-perl-0.47/debian/control
--- libtest-base-perl-0.47/debian/control
+++ libtest-base-perl-0.47/debian/control
@@ -4,7 +4,7 @@
 Build-Depends: debhelper (>= 5.0.0)
 Build-Depends-Indep: perl (>= 5.6), libspiffy-perl, libtest-simple-perl (>= 0.62), libalgorithm-diff-perl, libtext-diff-perl
 Maintainer: Florian Ragwitz <[EMAIL PROTECTED]>
-Standards-Version: 3.6.2
+Standards-Version: 3.7.3
 
 Package: libtest-base-perl
 Architecture: all
only in patch2:
unchanged:
--- libtest-base-perl-0.47.orig/t/diff_is.t
+++ libtest-base-perl-0.47/t/diff_is.t
@@ -1,9 +1,7 @@
 use Test::Base tests => 3;
 
 SKIP: {
-    unless (Test::Base->have_text_diff) {
-        skip 'The autodiffing feature of Test::Base (which rocketh) requires Text-Diff-0.35 and Algorithm-Diff-1.15 (or greater).', 3;
-    }
+    skip 'The autodiffing feature of Test::Base (which rocketh) requires Text-Diff-0.35 and Algorithm-Diff-1.15 (or greater).', 3;
 
     filters { 
         test => [qw(exec_perl_stdout smooth_output)],

Attachment: signature.asc
Description: Digital signature

Reply via email to