r76575 - in /trunk/libimager-perl: MANIFEST T1/fontfiles/dcr10.pfb debian/patches/nonfree_tests.patch debian/repack.local

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Sat Jun 25 21:32:35 UTC 2011


Author: periapt-guest
Date: Sat Jun 25 21:32:25 2011
New Revision: 76575

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=76575
Log:
more non-DFSG files removed and tests patched accordingly

Removed:
    trunk/libimager-perl/T1/fontfiles/dcr10.pfb
Modified:
    trunk/libimager-perl/MANIFEST
    trunk/libimager-perl/debian/patches/nonfree_tests.patch
    trunk/libimager-perl/debian/repack.local

Modified: trunk/libimager-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimager-perl/MANIFEST?rev=76575&op=diff
==============================================================================
--- trunk/libimager-perl/MANIFEST (original)
+++ trunk/libimager-perl/MANIFEST Sat Jun 25 21:32:25 2011
@@ -334,8 +334,6 @@
 t/t99thread.t			Test wrt to perl threads
 t/tr18561.t			Regression tests
 t/tr18561b.t
-T1/fontfiles/dcr10.afm
-T1/fontfiles/dcr10.pfb
 T1/fontfiles/ExistenceTest.afm	please edit ExistenceTest.sfd in CVS
 T1/fontfiles/ExistenceTest.pfb	to change these files, edited and
 T1/fontfiles/SpaceTest.afm	test bounding box with spaces in t10type1.t

Modified: 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=76575&op=diff
==============================================================================
--- trunk/libimager-perl/debian/patches/nonfree_tests.patch (original)
+++ trunk/libimager-perl/debian/patches/nonfree_tests.patch Sat Jun 25 21:32:25 2011
@@ -1,7 +1,7 @@
 Author: Nicholas Bamber <nicholas at periapt.co.uk>
 Subject: Skipping tests dependent on removed files
 Forwarded: not-needed
-Last-Update: 2010-12-18
+Last-Update: 2011-06-25
 --- a/FT2/t/t10ft2.t
 +++ b/FT2/t/t10ft2.t
 @@ -341,6 +341,8 @@
@@ -33,3 +33,24 @@
  ================================================================
  
  >> THIS SOFTWARE COMES WITH ABSOLUTELY NO WARRANTY WHATSOEVER <<
+--- a/T1/t/t10type1.t
++++ b/T1/t/t10type1.t
+@@ -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;
+--- a/T1/t/t20oo.t
++++ b/T1/t/t20oo.t
+@@ -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/repack.local
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimager-perl/debian/repack.local?rev=76575&op=diff
==============================================================================
--- trunk/libimager-perl/debian/repack.local (original)
+++ trunk/libimager-perl/debian/repack.local Sat Jun 25 21:32:25 2011
@@ -2,3 +2,4 @@
 rm FT2/fontfiles/MMOne.pfb
 rm adobe.txt
 rm T1/fontfiles/dcr10.afm
+rm T1/fontfiles/dcr10.pfb




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