r76576 - in /trunk/libimager-perl: FT2/t/t10ft2.t README T1/t/t10type1.t T1/t/t20oo.t debian/changelog image.c lib/Imager/APIRef.pod samples/samp-form.cgi

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Sat Jun 25 22:11:38 UTC 2011


Author: periapt-guest
Date: Sat Jun 25 22:11:28 2011
New Revision: 76576

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=76576
Log:
releasing

Modified:
    trunk/libimager-perl/FT2/t/t10ft2.t
    trunk/libimager-perl/README
    trunk/libimager-perl/T1/t/t10type1.t
    trunk/libimager-perl/T1/t/t20oo.t
    trunk/libimager-perl/debian/changelog
    trunk/libimager-perl/image.c
    trunk/libimager-perl/lib/Imager/APIRef.pod
    trunk/libimager-perl/samples/samp-form.cgi

Modified: trunk/libimager-perl/FT2/t/t10ft2.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimager-perl/FT2/t/t10ft2.t?rev=76576&op=diff
==============================================================================
--- trunk/libimager-perl/FT2/t/t10ft2.t (original)
+++ trunk/libimager-perl/FT2/t/t10ft2.t Sat Jun 25 22:11:28 2011
@@ -341,6 +341,8 @@
          "and returns correct error when we ask");
 
   # try a MM font now - test font only has A defined
+  SKIP: {
+    skip "MMOne.pfb file removed for copyright reasons", 11;
   print "# Try a multiple master font\n";
   my $mmfont = Imager::Font->new(file=>"fontfiles/MMOne.pfb", type=>"ft2", 
                                  color=>"white", aa=>1, size=>60);
@@ -372,6 +374,7 @@
   }
 
   ok($mmim->write(file=>"testout/t38mm.ppm"), "save MM output");
+ }
 
  SKIP:
   { print "# alignment tests\n";

Modified: trunk/libimager-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimager-perl/README?rev=76576&op=diff
==============================================================================
--- trunk/libimager-perl/README (original)
+++ trunk/libimager-perl/README Sat Jun 25 22:11:28 2011
@@ -5,7 +5,8 @@
 modify it under the same terms as Perl itself.
 
 A test font, FT2/fontfiles/MMOne.pfb contains Postscript code
-copyrighted by Adobe.  See adobe.txt for license information.
+copyrighted by Adobe.  However for the Debian system
+this has been reomoved for copyright reasons.
 ================================================================
 
 >> THIS SOFTWARE COMES WITH ABSOLUTELY NO WARRANTY WHATSOEVER <<

Modified: trunk/libimager-perl/T1/t/t10type1.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimager-perl/T1/t/t10type1.t?rev=76576&op=diff
==============================================================================
--- trunk/libimager-perl/T1/t/t10type1.t (original)
+++ trunk/libimager-perl/T1/t/t10type1.t Sat Jun 25 22:11:28 2011
@@ -1,6 +1,6 @@
 #!perl -w
 use strict;
-use Test::More;
+use Test::More qw(skip_all);
 use Imager ':all';
 use Imager::Test qw(diff_text_with_nul is_color3);
 use Imager::Font::T1;

Modified: trunk/libimager-perl/T1/t/t20oo.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimager-perl/T1/t/t20oo.t?rev=76576&op=diff
==============================================================================
--- trunk/libimager-perl/T1/t/t20oo.t (original)
+++ trunk/libimager-perl/T1/t/t20oo.t Sat Jun 25 22:11:28 2011
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 use strict;
 use Imager;
-use Test::More tests => 9;
+use Test::More skip_all => 'removed non-DFSG material';
 
 # extracted from t/t36oofont.t
 

Modified: trunk/libimager-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimager-perl/debian/changelog?rev=76576&op=diff
==============================================================================
--- trunk/libimager-perl/debian/changelog (original)
+++ trunk/libimager-perl/debian/changelog Sat Jun 25 22:11:28 2011
@@ -1,11 +1,11 @@
-libimager-perl (0.84+dfsg-1) UNRELEASED; urgency=low
+libimager-perl (0.84+dfsg-1) unstable; urgency=low
 
   * Raised standards version to 3.9.2
   * New upstream release
   * Added patch for spelling error
   * Updated copyright and debian/repack.local
 
- -- Nicholas Bamber <nicholas at periapt.co.uk>  Fri, 24 Jun 2011 20:56:58 +0100
+ -- Nicholas Bamber <nicholas at periapt.co.uk>  Sat, 25 Jun 2011 23:15:27 +0100
 
 libimager-perl (0.82+dfsg-1) unstable; urgency=low
 

Modified: trunk/libimager-perl/image.c
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimager-perl/image.c?rev=76576&op=diff
==============================================================================
--- trunk/libimager-perl/image.c (original)
+++ trunk/libimager-perl/image.c Sat Jun 25 22:11:28 2011
@@ -316,7 +316,7 @@
 /*
 =item i_img_setmask(C<im>, C<ch_mask>)
 =category Image Information
-=synopsis // only channel 0 writeable 
+=synopsis // only channel 0 writable
 =synopsis i_img_setmask(img, 0x01);
 
 Set the image channel mask for C<im> to C<ch_mask>.

Modified: trunk/libimager-perl/lib/Imager/APIRef.pod
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimager-perl/lib/Imager/APIRef.pod?rev=76576&op=diff
==============================================================================
--- trunk/libimager-perl/lib/Imager/APIRef.pod (original)
+++ trunk/libimager-perl/lib/Imager/APIRef.pod Sat Jun 25 22:11:28 2011
@@ -72,7 +72,7 @@
   # Image Implementation
 
   # Image Information
-  // only channel 0 writeable 
+  // only channel 0 writable
   i_img_setmask(img, 0x01);
   int mask = i_img_getmask(img);
   int channels = i_img_getchannels(img);

Modified: trunk/libimager-perl/samples/samp-form.cgi
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimager-perl/samples/samp-form.cgi?rev=76576&op=diff
==============================================================================
--- trunk/libimager-perl/samples/samp-form.cgi (original)
+++ trunk/libimager-perl/samples/samp-form.cgi Sat Jun 25 22:11:28 2011
@@ -138,7 +138,7 @@
 expensive CGI request to generate the image, but it means you need
 some mechanism to manage the files (for example, a cron job to delete
 old files), and you need to make some directory under the document
-root writeable by the user that your web server runs CGI programs as,
+root writable by the user that your web server runs CGI programs as,
 which may be a security concern.
 
 Also, if you're generating large numbers of large images, you may end




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