r14191 - in /trunk/libbarcode-code128-perl/debian: changelog patches/series patches/test-failures

djpig at users.alioth.debian.org djpig at users.alioth.debian.org
Tue Feb 5 22:24:13 UTC 2008


Author: djpig
Date: Tue Feb  5 22:24:12 2008
New Revision: 14191

URL: http://svn.debian.org/wsvn/?sc=1&rev=14191
Log:
Fix test failures in environments with GD available

Added:
    trunk/libbarcode-code128-perl/debian/patches/test-failures
Modified:
    trunk/libbarcode-code128-perl/debian/changelog
    trunk/libbarcode-code128-perl/debian/patches/series

Modified: trunk/libbarcode-code128-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libbarcode-code128-perl/debian/changelog?rev=14191&op=diff
==============================================================================
--- trunk/libbarcode-code128-perl/debian/changelog (original)
+++ trunk/libbarcode-code128-perl/debian/changelog Tue Feb  5 22:24:12 2008
@@ -1,11 +1,16 @@
 libbarcode-code128-perl (2.01-2) UNRELEASED; urgency=low
 
+  [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza). Removed: XS-
     Vcs-Svn fields.
   * debian/rules: delete /usr/lib/perl5 only if it exists.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:33 +0200
+  [ Frank Lichtenheld ]
+  * debian/patches/test-failures: Fix test failures in environments with
+    GD available.
+
+ -- Frank Lichtenheld <djpig at debian.org>  Tue, 05 Feb 2008 23:17:10 +0100
 
 libbarcode-code128-perl (2.01-1) unstable; urgency=low
 

Modified: trunk/libbarcode-code128-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/trunk/libbarcode-code128-perl/debian/patches/series?rev=14191&op=diff
==============================================================================
--- trunk/libbarcode-code128-perl/debian/patches/series (original)
+++ trunk/libbarcode-code128-perl/debian/patches/series Tue Feb  5 22:24:12 2008
@@ -1,0 +1,1 @@
+test-failures

Added: trunk/libbarcode-code128-perl/debian/patches/test-failures
URL: http://svn.debian.org/wsvn/trunk/libbarcode-code128-perl/debian/patches/test-failures?rev=14191&op=file
==============================================================================
--- trunk/libbarcode-code128-perl/debian/patches/test-failures (added)
+++ trunk/libbarcode-code128-perl/debian/patches/test-failures Tue Feb  5 22:24:12 2008
@@ -1,0 +1,28 @@
+Index: libbarcode-code128-perl/t/gif.t
+===================================================================
+--- libbarcode-code128-perl.orig/t/gif.t	2008-02-05 23:17:02.000000000 +0100
++++ libbarcode-code128-perl/t/gif.t	2008-02-05 23:21:20.000000000 +0100
+@@ -12,8 +12,8 @@
+ END {print "not ok 1\n" unless $loaded;}
+ use Barcode::Code128 qw(FNC1);
+ $loaded = 1;
+-print "ok 1\n";
+ exit unless $max;
++print "ok 1\n";
+ 
+ # Create a GIF file 
+ use strict;
+Index: libbarcode-code128-perl/t/png.t
+===================================================================
+--- libbarcode-code128-perl.orig/t/png.t	2008-02-05 23:17:02.000000000 +0100
++++ libbarcode-code128-perl/t/png.t	2008-02-05 23:21:39.000000000 +0100
+@@ -12,8 +12,8 @@
+ END {print "not ok 1\n" unless $loaded;}
+ use Barcode::Code128 qw(FNC1);
+ $loaded = 1;
+-print "ok 1\n";
+ exit unless $max;
++print "ok 1\n";
+ 
+ # Create a PNG file 
+ use strict;




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