[SCM] Debian packaging of libdigest-md4-perl branch, master, updated. 8eb518743fe70e35824e94cbd2192d7ca404dccf

Xavier Guimard x.guimard at free.fr
Sat Mar 30 09:35:08 UTC 2013


The following commit has been merged in the master branch:
commit 83218d9be3cd4a1e6d265e2fec60dc6525734282
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Sat Mar 30 10:32:22 2013 +0100

    Refresh test-rfc.patch (format and offsets)

diff --git a/debian/patches/test-rfc.patch b/debian/patches/test-rfc.patch
index ee283b1..a56d8ba 100644
--- a/debian/patches/test-rfc.patch
+++ b/debian/patches/test-rfc.patch
@@ -1,9 +1,14 @@
-rfc1320.txt is removed from the tarball so we need to ignore it in the test
-suite.
+Description: Remove rfc1320.txt from files to test
+ rfc1320.txt is removed from the tarball so we need to ignore it in the test
+ suite.
+Author: Pierre Habouzit <madcoder at debian.org>
+Forwarded: not-needed
+Reviewed-By: Xavier Guimard <x.guimard at free.fr>
+Last-Update: 2013-03-30
 
 --- a/t/files.t
 +++ b/t/files.t
-@@ -5,7 +5,7 @@ BEGIN {
+@@ -5,7 +5,7 @@
          }
  }
  
@@ -12,28 +17,26 @@ suite.
  
  use strict;
  use Digest::MD4 qw(md4 md4_hex md4_base64);
-@@ -24,7 +24,6 @@ if (ord "A" == 193) { # EBCDIC
+@@ -26,7 +26,6 @@
  0dbd12438619d37abe39c41e4584ebe0  README
- 86dc1e88bf2f4c41bc4d365686604342  MD4.pm
- 07995cc4bb36cba6306fded60ca69805  MD4.xs
+ ee852e2732fc4e158b1ca6b35e8f22da  MD4.pm
+ 3ae533df68e0be3ee2dac67329c8dad0  MD4.xs
 -f178f04d0d8305c328a3de281313d642  rfc1320.txt
  EOT
  } elsif ("\n" eq "\015") { # MacOS
-     $EXPECT = <<EOT;
-@@ -32,16 +31,14 @@ ed06361c6e9000bef1df740bcbad8622  Change
+     # This is the output of: 'md4sum Changes README MD4.pm MD4.xs rfc1320.txt'
+@@ -35,7 +34,6 @@
  a64a8e41ca2fe973ffbb46aa66d70bd2  README
- bfdcb4108a0aec528b1ac9c8407f3b3a  MD4.pm
- 9db8b845da6b42d7f3cbaf690504dfb4  MD4.xs
+ 8f1d87025a08f7b1bdb968858d6c4044  MD4.pm
+ 6ef61bd88dfbb1f1401c2d8f3612d5fd  MD4.xs
 -2089ab664427233cd7043d91f0021ff8  rfc1320.txt
  EOT
  } else {
--    # This is the output of: 'md4sum Changes README MD4.pm MD4.xs rfc1320.txt'
-+    # This is the output of: 'md4sum Changes README MD4.pm MD4.xs'
-     $EXPECT = <<EOT;
- ed06361c6e9000bef1df740bcbad8622  Changes
+     # This is the output of: 'md4sum Changes README MD4.pm MD4.xs rfc1320.txt'
+@@ -44,7 +42,6 @@
  a64a8e41ca2fe973ffbb46aa66d70bd2  README
- bfdcb4108a0aec528b1ac9c8407f3b3a  MD4.pm
- 9db8b845da6b42d7f3cbaf690504dfb4  MD4.xs
+ 8f1d87025a08f7b1bdb968858d6c4044  MD4.pm
+ 6ef61bd88dfbb1f1401c2d8f3612d5fd  MD4.xs
 -2089ab664427233cd7043d91f0021ff8  rfc1320.txt
  EOT
  }

-- 
Debian packaging of libdigest-md4-perl



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