r65958 - in /trunk/libimager-perl/debian: changelog patches/ patches/nonfree_tests.patch patches/series

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Sat Dec 18 16:59:27 UTC 2010


Author: periapt-guest
Date: Sat Dec 18 16:58:42 2010
New Revision: 65958

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=65958
Log:
Patching test to avoid testing removed file

Added:
    trunk/libimager-perl/debian/patches/
    trunk/libimager-perl/debian/patches/nonfree_tests.patch
    trunk/libimager-perl/debian/patches/series
Modified:
    trunk/libimager-perl/debian/changelog

Modified: trunk/libimager-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimager-perl/debian/changelog?rev=65958&op=diff
==============================================================================
--- trunk/libimager-perl/debian/changelog (original)
+++ trunk/libimager-perl/debian/changelog Sat Dec 18 16:58:42 2010
@@ -8,6 +8,7 @@
   * Refreshed copyright
   * New upstream release
   * Repacking to avoid file with slightly restricted adobe copyright
+  * Patching test to avoid testing removed file
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Tue, 14 Dec 2010 11:58:56 +0000
 

Added: trunk/libimager-perl/debian/patches/nonfree_tests.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimager-perl/debian/patches/nonfree_tests.patch?rev=65958&op=file
==============================================================================
--- trunk/libimager-perl/debian/patches/nonfree_tests.patch (added)
+++ trunk/libimager-perl/debian/patches/nonfree_tests.patch Sat Dec 18 16:58:42 2010
@@ -1,0 +1,31 @@
+--- a/FT2/t/t10ft2.t
++++ b/FT2/t/t10ft2.t
+@@ -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";
+--- a/README
++++ b/README
+@@ -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 <<

Added: trunk/libimager-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimager-perl/debian/patches/series?rev=65958&op=file
==============================================================================
--- trunk/libimager-perl/debian/patches/series (added)
+++ trunk/libimager-perl/debian/patches/series Sat Dec 18 16:58:42 2010
@@ -1,0 +1,1 @@
+nonfree_tests.patch




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