[libfile-fu-perl] 03/07: Update patches.

gregor herrmann gregoa at debian.org
Wed Oct 2 20:25:09 UTC 2013


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libfile-fu-perl.

commit 307843a02970b9c28d4bfb7fe8fc20ba2cbddf66
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Oct 2 22:21:53 2013 +0200

    Update patches.
    
    Drop findknob.t-on-tmpfs.patch: test reworked upstream.
    Refresh and forward spelling.patch.
---
 debian/patches/findknob.t-on-tmpfs.patch |   22 ----------------------
 debian/patches/series                    |    1 -
 debian/patches/spelling.patch            |    8 +++++---
 3 files changed, 5 insertions(+), 26 deletions(-)

diff --git a/debian/patches/findknob.t-on-tmpfs.patch b/debian/patches/findknob.t-on-tmpfs.patch
deleted file mode 100644
index 8248873..0000000
--- a/debian/patches/findknob.t-on-tmpfs.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Description: Fix the test on tmpfs
- On tmpfs, the directory is the first item in the list, causing all files to be
- deleted, subsequentialy failing the test that the first item iis a file and is
- found with find()
-Bug: https://rt.cpan.org/Ticket/Display.html?id=57472
-Bug-Debian: http://bugs.debian.org/573657
-Author: Damyan Ivanov <dmn at debian.org>
-Last-Update: 2010-05-13
-
---- a/t/findknob.t
-+++ b/t/findknob.t
-@@ -19,7 +19,9 @@ $foo->basename->symlink($topdir/'link');
- 
- # bah!
- my $x = do {
--  my @files = $topdir->list;
-+  # for this test to succeed, $files[0] must not be foo/ (a directory)
-+  # to achieve this, we sort the list
-+  my @files = sort $topdir->list;
-   my ($i) = grep({$files[$_]->basename eq 'foo/'} 0..$#files);
-   $_->unlink for(@files[($i+1)..$#files]);
-   #warn join("|", $topdir->contents);
diff --git a/debian/patches/series b/debian/patches/series
index 56e5dec..5299247 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 spelling.patch
-findknob.t-on-tmpfs.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
index 5fed742..b7b556e 100644
--- a/debian/patches/spelling.patch
+++ b/debian/patches/spelling.patch
@@ -1,10 +1,12 @@
-Author: gregor herrmann <gregoa at debian.org>
 Description: spelling mistake
-Forwarded: no
+Bug: https://rt.cpan.org/Ticket/Display.html?id=89212
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=89212
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-10-02
 
 --- a/lib/File/Fu/Dir.pm
 +++ b/lib/File/Fu/Dir.pm
-@@ -528,7 +528,7 @@
+@@ -531,7 +531,7 @@
  
  =head2 contents
  

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libfile-fu-perl.git



More information about the Pkg-perl-cvs-commits mailing list