r10892 - in /trunk/libfont-ttf-perl: debian/changelog debian/control debian/copyright debian/repack.sh debian/rules debian/watch t/OFL.txt t/testfont.ttf

tincho-guest at users.alioth.debian.org tincho-guest at users.alioth.debian.org
Thu Dec 6 04:37:30 UTC 2007


Author: tincho-guest
Date: Thu Dec  6 04:37:30 2007
New Revision: 10892

URL: http://svn.debian.org/wsvn/?sc=1&rev=10892
Log:
* New upstream release (minor change: added a test case).
* Reverted the +dfsg changes, but still have to confirm CPAN's RT#30996.
* Install OFL.txt in the documentation directory.
* Bumped Standards-version.

Added:
    trunk/libfont-ttf-perl/t/OFL.txt
      - copied unchanged from r9741, trunk/libfont-ttf-perl/t/OFL.txt
    trunk/libfont-ttf-perl/t/testfont.ttf
      - copied unchanged from r9741, trunk/libfont-ttf-perl/t/testfont.ttf
Removed:
    trunk/libfont-ttf-perl/debian/repack.sh
Modified:
    trunk/libfont-ttf-perl/debian/changelog
    trunk/libfont-ttf-perl/debian/control
    trunk/libfont-ttf-perl/debian/copyright
    trunk/libfont-ttf-perl/debian/rules
    trunk/libfont-ttf-perl/debian/watch

Modified: trunk/libfont-ttf-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libfont-ttf-perl/debian/changelog?rev=10892&op=diff
==============================================================================
--- trunk/libfont-ttf-perl/debian/changelog (original)
+++ trunk/libfont-ttf-perl/debian/changelog Thu Dec  6 04:37:30 2007
@@ -1,12 +1,11 @@
-libfont-ttf-perl (0.43+dfsg-1) UNRELEASED; urgency=low
+libfont-ttf-perl (0.43-1) UNRELEASED; urgency=low
 
-  * New upstream release: this version only adds a test case, for which
-    upstream included a non-free font. Therefore the original tarball has been
-    repackaged without it.
-  * Added ttf-dejavu-core to build-deps to replace removed font.
-  * Added repackaging script, with hook in debian/watch.
+  * New upstream release (minor change: added a test case).
+  * Reverted the +dfsg changes, but still have to confirm CPAN's RT#30996.
+  * Install OFL.txt in the documentation directory.
+  * Bumped Standards-version.
 
- -- Martín Ferrari <martin.ferrari at gmail.com>  Sat, 24 Nov 2007 16:12:05 -0300
+ -- Martín Ferrari <martin.ferrari at gmail.com>  Thu, 06 Dec 2007 01:35:37 -0300
 
 libfont-ttf-perl (0.42-1) unstable; urgency=low
 

Modified: trunk/libfont-ttf-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libfont-ttf-perl/debian/control?rev=10892&op=diff
==============================================================================
--- trunk/libfont-ttf-perl/debian/control (original)
+++ trunk/libfont-ttf-perl/debian/control Thu Dec  6 04:37:30 2007
@@ -6,9 +6,9 @@
  gregor herrmann <gregor+debian at comodo.priv.at>,
  Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
  Martín Ferrari <martin.ferrari at gmail.com>
-Build-Depends: debhelper (>= 5.0.0), quilt, ttf-dejavu-core
+Build-Depends: debhelper (>= 5.0.0), quilt
 Build-Depends-Indep: perl (>= 5.8.0-19)
-Standards-Version: 3.7.2.1
+Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/Font-TTF/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libfont-ttf-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libfont-ttf-perl/

Modified: trunk/libfont-ttf-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libfont-ttf-perl/debian/copyright?rev=10892&op=diff
==============================================================================
--- trunk/libfont-ttf-perl/debian/copyright (original)
+++ trunk/libfont-ttf-perl/debian/copyright Thu Dec  6 04:37:30 2007
@@ -14,3 +14,12 @@
  The Perl TTF module is licensed under the Perl Artistic License.
  On Debian GNU/Linux systems, the complete text of the Artistic License can
  be found in '/usr/share/common-licenses/Artistic'.
+
+The source package contains a font under the OFL license, a copy of the text is
+included in /usr/share/doc/libfont-ttf-perl/OFL.txt.
+
+Copyright:
+ Copyright (c) 2005-2007, M. Hosken and SIL International,
+ with Reserved Font Name FontUtils Test
+
+ This Font Software is licensed under the SIL Open Font License, Version 1.1.

Modified: trunk/libfont-ttf-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libfont-ttf-perl/debian/rules?rev=10892&op=diff
==============================================================================
--- trunk/libfont-ttf-perl/debian/rules (original)
+++ trunk/libfont-ttf-perl/debian/rules Thu Dec  6 04:37:30 2007
@@ -16,13 +16,8 @@
 build: patch build-stamp
 build-stamp:
 	dh_testdir
-	# Replace non-free font
-	cp /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf t/testfont.ttf
-	# To avoid complaints about the missing non-free license file
-	touch t/OFL.txt
 	$(PERL) Makefile.PL $(config)
 	$(MAKE)
-	$(MAKE) test
 	touch build-stamp
 
 clean: unpatch
@@ -30,7 +25,6 @@
 	dh_testroot
 	dh_clean build-stamp install-stamp
 	[ ! -f Makefile ] || $(MAKE) distclean
-	rm -f t/testfont.ttf t/OFL.txt
 
 install: install-stamp
 install-stamp: build-stamp
@@ -49,7 +43,7 @@
 	dh_testdir
 	dh_testroot
 	dh_perl
-	dh_installdocs README.TXT
+	dh_installdocs README.TXT t/OFL.txt
 	dh_installman
 	dh_installchangelogs lib/Font/TTF/Changes
 	dh_compress

Modified: trunk/libfont-ttf-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libfont-ttf-perl/debian/watch?rev=10892&op=diff
==============================================================================
--- trunk/libfont-ttf-perl/debian/watch (original)
+++ trunk/libfont-ttf-perl/debian/watch Thu Dec  6 04:37:30 2007
@@ -1,3 +1,2 @@
 version=3
-opts="uversionmangle=s/(?=$)/+dfsg/" \
-http://www.cpan.org/modules/by-module/Font/Font-TTF-([\d\.]+)\.tar\.gz debian debian/repack.sh
+http://www.cpan.org/modules/by-module/Font/Font-TTF-([\d\.]+)\.tar\.gz




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