r52540 - /trunk/libio-compress-perl/debian/patches/disable-zlib-version-test

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Feb 11 14:57:12 UTC 2010


Author: gregoa
Date: Thu Feb 11 14:57:04 2010
New Revision: 52540

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=52540
Log:
refresh patch against new upstream release

Modified:
    trunk/libio-compress-perl/debian/patches/disable-zlib-version-test

Modified: trunk/libio-compress-perl/debian/patches/disable-zlib-version-test
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-compress-perl/debian/patches/disable-zlib-version-test?rev=52540&op=diff
==============================================================================
--- trunk/libio-compress-perl/debian/patches/disable-zlib-version-test (original)
+++ trunk/libio-compress-perl/debian/patches/disable-zlib-version-test Thu Feb 11 14:57:04 2010
@@ -36,12 +36,12 @@
  my $len   = length $hello ;
  
  # Check zlib_version and ZLIB_VERSION are the same.
--is Compress::Zlib::zlib_version, ZLIB_VERSION, 
--    "ZLIB_VERSION matches Compress::Zlib::zlib_version" ;
+-is zlib_version, ZLIB_VERSION, 
+-    "ZLIB_VERSION matches zlib_version" ;
 +SKIP: {
 +    skip "TEST_SKIP_VERSION_CHECK is set", 1 if $ENV{TEST_SKIP_VERSION_CHECK};
-+    is Compress::Zlib::zlib_version, ZLIB_VERSION, 
-+        "ZLIB_VERSION matches Compress::Zlib::zlib_version" ;
++    is zlib_version, ZLIB_VERSION,
++        "ZLIB_VERSION matches zlib_version" ;
 +}
  
  # generate a long random string
@@ -68,12 +68,12 @@
  
  
  # Check zlib_version and ZLIB_VERSION are the same.
--is Compress::Zlib::zlib_version, ZLIB_VERSION, 
--    "ZLIB_VERSION matches Compress::Zlib::zlib_version" ;
+-is zlib_version, ZLIB_VERSION, 
+-    "ZLIB_VERSION matches zlib_version" ;
 +SKIP: {
 +    skip "TEST_SKIP_VERSION_CHECK is set", 1 if $ENV{TEST_SKIP_VERSION_CHECK};
-+    is Compress::Zlib::zlib_version, ZLIB_VERSION, 
-+        "ZLIB_VERSION matches Compress::Zlib::zlib_version" ;
++    is zlib_version, ZLIB_VERSION,
++        "ZLIB_VERSION matches zlib_version" ;
 +}
  
  




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