r51762 - in /trunk/liborlite-perl/debian: changelog patches/series patches/tests-xsaccessor.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Jan 29 22:07:03 UTC 2010


Author: gregoa
Date: Fri Jan 29 22:06:54 2010
New Revision: 51762

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=51762
Log:
* Add patch tests-xsaccessor.patch to reverse a logical twist in two new
  tests.

Added:
    trunk/liborlite-perl/debian/patches/tests-xsaccessor.patch
Modified:
    trunk/liborlite-perl/debian/changelog
    trunk/liborlite-perl/debian/patches/series

Modified: trunk/liborlite-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liborlite-perl/debian/changelog?rev=51762&op=diff
==============================================================================
--- trunk/liborlite-perl/debian/changelog (original)
+++ trunk/liborlite-perl/debian/changelog Fri Jan 29 22:06:54 2010
@@ -8,9 +8,11 @@
   * New upstream release 1.39.
   * Remove (build) dependency on libtemplate-tiny-perl.
   * Add libclass-xsaccessor-perl to Build-Depends-Indep and Suggests.
+  * Add patch tests-xsaccessor.patch to reverse a logical twist in two new
+    tests.
   * Set Standards-Version to 3.8.4 (no changes).
   * Add /me to Uploaders.
-  * Refresh patch.
+  * Refresh patch fix-pod-spelling.patch.
 
  -- gregor herrmann <gregoa at debian.org>  Fri, 29 Jan 2010 22:36:55 +0100
 

Modified: trunk/liborlite-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liborlite-perl/debian/patches/series?rev=51762&op=diff
==============================================================================
--- trunk/liborlite-perl/debian/patches/series (original)
+++ trunk/liborlite-perl/debian/patches/series Fri Jan 29 22:06:54 2010
@@ -1,1 +1,2 @@
 fix-pod-spelling.patch
+tests-xsaccessor.patch

Added: trunk/liborlite-perl/debian/patches/tests-xsaccessor.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liborlite-perl/debian/patches/tests-xsaccessor.patch?rev=51762&op=file
==============================================================================
--- trunk/liborlite-perl/debian/patches/tests-xsaccessor.patch (added)
+++ trunk/liborlite-perl/debian/patches/tests-xsaccessor.patch Fri Jan 29 22:06:54 2010
@@ -1,0 +1,33 @@
+Author: gregor herrmann <gregoa at debian.org>
+Description: there seems to be a logical twist ...
+Forwarded: no
+Debian-specific: no
+
+--- a/t/12_xs.t
++++ b/t/12_xs.t
+@@ -13,9 +13,9 @@
+ BEGIN {
+ 	eval { require Class::XSAccessor };
+ 	if ( ! $@ and Class::XSAccessor->VERSION and Class::XSAccessor->VERSION >= 1.05 ) {
+-		plan( skip_all => 'Class::XSAccessor 1.05 is not installed' );
+-	} else {
+ 		plan( tests => 7 );
++	} else {
++		plan( skip_all => 'Class::XSAccessor 1.05 is not installed' );
+ 	}
+ }
+ use File::Spec::Functions ':ALL';
+--- a/t/15_array_xs.t
++++ b/t/15_array_xs.t
+@@ -13,9 +13,9 @@
+ BEGIN {
+ 	eval { require Class::XSAccessor::Array };
+ 	if ( ! $@ and Class::XSAccessor::Array->VERSION and Class::XSAccessor::Array->VERSION >= 1.05 ) {
+-		plan( skip_all => 'Class::XSAccessor::Array 1.05 is not installed' );
+-	} else {
+ 		plan( tests => 7 );
++	} else {
++		plan( skip_all => 'Class::XSAccessor::Array 1.05 is not installed' );
+ 	}
+ }
+ use File::Spec::Functions ':ALL';




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