r9735 - in /trunk/libfont-ttf-perl: MANIFEST META.yml debian/changelog lib/Font/TTF.pm t/

tincho-guest at users.alioth.debian.org tincho-guest at users.alioth.debian.org
Sat Nov 24 18:20:49 UTC 2007


Author: tincho-guest
Date: Sat Nov 24 18:20:49 2007
New Revision: 9735

URL: http://svn.debian.org/wsvn/?sc=1&rev=9735
Log:
THIS NEW VERSION ONLY ADDS A TEST CASE, FOR WHICH THEY'VE INCLUDED A
NON-FREE FONT.
* New upstream release.

Added:
    trunk/libfont-ttf-perl/t/
      - copied from r9732, branches/upstream/libfont-ttf-perl/current/t/
Modified:
    trunk/libfont-ttf-perl/MANIFEST
    trunk/libfont-ttf-perl/META.yml
    trunk/libfont-ttf-perl/debian/changelog
    trunk/libfont-ttf-perl/lib/Font/TTF.pm

Modified: trunk/libfont-ttf-perl/MANIFEST
URL: http://svn.debian.org/wsvn/trunk/libfont-ttf-perl/MANIFEST?rev=9735&op=diff
==============================================================================
--- trunk/libfont-ttf-perl/MANIFEST (original)
+++ trunk/libfont-ttf-perl/MANIFEST Sat Nov 24 18:20:49 2007
@@ -69,4 +69,7 @@
 MANIFEST.SKIP
 META.yml
 README.TXT
+t/OFL.txt
+t/testfont.ttf
+t/ttfcopy.t
 TODO

Modified: trunk/libfont-ttf-perl/META.yml
URL: http://svn.debian.org/wsvn/trunk/libfont-ttf-perl/META.yml?rev=9735&op=diff
==============================================================================
--- trunk/libfont-ttf-perl/META.yml (original)
+++ trunk/libfont-ttf-perl/META.yml Sat Nov 24 18:20:49 2007
@@ -1,7 +1,7 @@
 # http://module-build.sourceforge.net/META-spec.html
 #XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
 name:         Font-TTF
-version:      0.42
+version:      0.43
 version_from: lib/Font/TTF.pm
 installdirs:  site
 requires:

Modified: trunk/libfont-ttf-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libfont-ttf-perl/debian/changelog?rev=9735&op=diff
==============================================================================
--- trunk/libfont-ttf-perl/debian/changelog (original)
+++ trunk/libfont-ttf-perl/debian/changelog Sat Nov 24 18:20:49 2007
@@ -1,3 +1,12 @@
+libfont-ttf-perl (0.43-1) UNRELEASED; urgency=low
+
+  THIS NEW VERSION ONLY ADDS A TEST CASE, FOR WHICH THEY'VE INCLUDED A
+  NON-FREE FONT.
+
+  * New upstream release.
+
+ -- Martín Ferrari <martin.ferrari at gmail.com>  Sat, 24 Nov 2007 15:19:47 -0300
+
 libfont-ttf-perl (0.42-1) unstable; urgency=low
 
   [ gregor herrmann ]

Modified: trunk/libfont-ttf-perl/lib/Font/TTF.pm
URL: http://svn.debian.org/wsvn/trunk/libfont-ttf-perl/lib/Font/TTF.pm?rev=9735&op=diff
==============================================================================
--- trunk/libfont-ttf-perl/lib/Font/TTF.pm (original)
+++ trunk/libfont-ttf-perl/lib/Font/TTF.pm Sat Nov 24 18:20:49 2007
@@ -1,6 +1,7 @@
 package Font::TTF;
 
-$VERSION = '0.42';    # MJPH    11-OCT-2007      Add Volt2ttf support
+$VERSION = '0.43';    # MJPH    20-NOV-2007      Add a test!
+# $VERSION = '0.42';    # MJPH    11-OCT-2007      Add Volt2ttf support
 # $VERSION = '0.41';    # MJPH    27-MAR-2007      Remove warnings from font copy
 #                                                  Bug fixes in Ttopen, GDEF
 #                                                  Remove redundant head and maxp ->reads




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