debian/0000755000000000000000000000000011715744667007210 5ustar debian/control0000644000000000000000000000226111715744667010614 0ustar Source: libpostscript-file-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, perl (>= 5.10.1) | libtest-simple-perl (>= 0.88) Maintainer: Debian Perl Group Uploaders: Vincent Danjean , Damyan Ivanov , Jonathan Yu , gregor herrmann , Chris Butler Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/PostScript-File/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libpostscript-file-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpostscript-file-perl.git Package: libpostscript-file-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends} Suggests: libfont-afm-perl Description: module for creating Adobe PostScript files PostScript::File is a Perl module capable of producing the outline for an Adobe PostScript file. It provides convenient routines for writing PostScript directly, and also includes error reporting and debugging facilities. Though it is designed to be used independently, the functions provided are suitable for use in other modules. debian/libpostscript-file-perl.lintian-overrides0000644000000000000000000000022111715744667017341 0ustar # this is the name of a subroutine and cannot be changed spelling-error-in-manpage usr/share/man/man3/PostScript::File.3pm.gz reencode re-encode debian/copyright0000644000000000000000000000360311715744667011145 0ustar Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135 Maintainer: Christopher J. Madsen Source: http://search.cpan.org/dist/PostScript-File/ Name: PostScript-File Comment: The upstream sources were repackaged in order to remove the UA Squared font, which is distributed under a license that is not DFSG-compatible. . The +dfsg tarball can be created using the repack.sh script (via repack.stub) and is automatically run on upgrade by uscan. Files: * Copyright: 2009-2012, Christopher J. Madsen 2002-2003, Christopher P Willmot License: Artistic or GPL-1+ Files: t/fi05pstr.t, t/fi06content.t, t/Font_Test.pm Copyright: 2009, Christopher J. Madsen License: Artistic or GPL-1+ Files: examples/* Copyright: 2009, Christopher J. Madsen License: PD Files: debian/* Copyright: 2006, Vincent Danjean 2007, Damyan Ivanov 2009-2010, Jonathan Yu 2010-2012, gregor herrmann 2011, Chris Butler License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. License: PD This example is hereby placed in the public domain. You may copy from it freely. debian/watch0000644000000000000000000000030611715744667010240 0ustar version=3 opts="dversionmangle=s/\+dfsg//" \ http://search.cpan.org/dist/PostScript-File/ \ .*/PostScript-File-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) \ debian sh debian/repack.stub debian/patches/0000755000000000000000000000000011715744667010637 5ustar debian/patches/fix-pod-spelling.patch0000644000000000000000000000320011715744667015034 0ustar Description: fix POD spelling Origin: vendor Forwarded: no Author: Jonathan Yu Reviewed-by: gregor herrmann Last-Update: 2012-02-12 --- a/lib/PostScript/File.pm +++ b/lib/PostScript/File.pm @@ -2711,7 +2711,7 @@ Setting this to C or C also causes the document to be encoded in that character set. Any strings you add to the document -that have the UTF-8 flag set will be reencoded automatically. Strings +that have the UTF-8 flag set will be re-encoded automatically. Strings that do not have the UTF-8 flag are expected to be in the correct character set already. This means that you should be able to set this to C, use Unicode characters in your code and the "-iso" @@ -2726,7 +2726,7 @@ L For backwards compatibility with versions of PostScript::File older -than 1.05, setting this to C reencodes the fonts, +than 1.05, setting this to C re-encodes the fonts, but does not do any character set translation in the document. =head3 Initialization keys @@ -2745,7 +2745,7 @@ =head4 font_suffix -This string is appended to each font name as it is reencoded. (Default: "-iso") +This string is appended to each font name as it is re-encoded. (Default: "-iso") The string value is appended to these to make the new names. @@ -3238,7 +3238,7 @@ page. Also note that any settings defined here will be active for each page -seperately. Use L if you want to carry settings from one +separately. Use L if you want to carry settings from one page to another. debian/patches/series0000644000000000000000000000002711715744667012053 0ustar fix-pod-spelling.patch debian/compat0000644000000000000000000000000211715744667010406 0ustar 8 debian/libpostscript-file-perl.examples0000644000000000000000000000001311715744667015520 0ustar examples/* debian/repack.local0000644000000000000000000000007611715744667011474 0ustar MANIFEST=1 rm examples/UASquared.* rm examples/embed_font.pl debian/changelog0000644000000000000000000001063011715744667011062 0ustar libpostscript-file-perl (2.20+dfsg-1) unstable; urgency=low * New upstream release. * Refresh fix-pod-spelling.patch. * Update years of upstream and packaging copyright. * Add libfont-afm-perl to Suggests. -- gregor herrmann Sun, 12 Feb 2012 15:16:07 +0100 libpostscript-file-perl (2.11+dfsg-1) unstable; urgency=low [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ gregor herrmann ] * New upstream release. * Bump debhelper compatibility level to 8. * debian/copyright: update debian/* section. -- gregor herrmann Sun, 16 Oct 2011 15:13:10 +0200 libpostscript-file-perl (2.10+dfsg-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Chris Butler ] * New upstream release * Refreshed fix-pod-spelling.patch * Updated years of upstream copyright * Add myself to Uploaders * Updated to Standards-Version 3.9.2 (no changes required) -- Chris Butler Fri, 29 Jul 2011 18:10:19 +0200 libpostscript-file-perl (2.02+dfsg-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release 2.00, 2.02 * Standards-Version 3.9.1 (no changes) * Use new 3.0 (quilt) source format * No longer run author RELEASE_TESTING tests * Add patch to fix POD spelling errors * Add lintian override to supress errors about re-encode being misspelled without the hyphen (it is a function name) * Refresh copyright information * Add repacking script to remove non-free fonts and corresponding example file [ gregor herrmann ] * New upstream release 2.01. * debian/copyright: update upstream copyright info. * Add /me to Uploaders. -- Jonathan Yu Mon, 27 Dec 2010 19:05:22 -0500 libpostscript-file-perl (1.05-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Install examples now provided from upstream [ gregor herrmann ] * debian/copyright: add info about examples. -- Jonathan Yu Thu, 29 Oct 2009 18:40:55 -0400 libpostscript-file-perl (1.04-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release [ gregor herrmann ] * debian/copyright: add another new upstream file. -- Jonathan Yu Fri, 23 Oct 2009 04:45:28 -0400 libpostscript-file-perl (1.03-1) unstable; urgency=low * New upstream release * Add Test::Pod + Coverage to B-D-I -- Jonathan Yu Wed, 21 Oct 2009 15:21:47 -0400 libpostscript-file-perl (1.02-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Use short debhelper rules format * Standards-Version 3.8.3 * Use new short rules format, bump to debhelper 7 * Refresh copyright file * Rewrite control description * Add myself to Uploaders and Copyright [ gregor herrmann ] * debian/watch: use dist-based URL. * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). [ Nathan Handler ] * debian/watch: Update to ignore development releases. -- Jonathan Yu Fri, 25 Sep 2009 06:29:54 -0400 libpostscript-file-perl (1.01-2) unstable; urgency=low [ Vincent Danjean ] * Fix Build-Depends/Build-Depends-Indep as some packages are needed in the clean target * First release within the Debian Perl Group * [debian/control] Update Maintainer and Uploaders fields according to the Debian Perl Group policy * [debian/compat] debhelper compat version dumped to 5 * [debian/control] Standard-Version set to 3.7.2 (no changes required) * [debian/copyright] add copyright for Debian packaging [ gregor herrmann ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: XS- Vcs-Svn fields. [ Damyan Ivanov ] * Converted from cdbs to debhelper + install Changes as a changelog + Drop cdbs and quilt from B-D * Remove test-results/ in clean * Use author-independent upstream URL in debian/copyright * Use by-module URL in debian/watch * Add myself to Uploaders -- Damyan Ivanov Wed, 17 Oct 2007 10:50:10 +0300 libpostscript-file-perl (1.01-1) unstable; urgency=low * Initial release. (Closes: #361158: ITP: libpostscript-file-perl -- Base class for creating Adobe PostScript files) -- Vincent Danjean Fri, 7 Apr 2006 01:18:06 +0200 debian/source/0000755000000000000000000000000011715744667010510 5ustar debian/source/format0000644000000000000000000000001411715744667011716 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611715744667010267 0ustar #!/usr/bin/make -f %: dh $@ debian/repack.stub0000755000000000000000000000325111715744667011360 0ustar #!/bin/sh : <<=cut =pod =head1 NAME repack.stub - script to repack upstream tarballs from uscan =head1 INSTRUCTIONS put this in debian/repack.stub and add "debian sh debian/repack.stub" to the end of the line in debian/watch. you will also need to add a version mangle to debian/watch. then create a debian/repack.local. this is a shell script that is sources under "set -e", so be careful to check returns codes. =head1 FUNCTIONS =over 4 =item rm rm is replaced by a function that does some magic ("rm -rv" by default), but also changes MANIFEST if $MANIFEST is 1 =item mv mv is replaced by a function that just does mv (by default), but also changes MANIFEST if $MANIFEST is 1 =item requires_version requires_version is there for future usage for requiring certain versions of the script =back =head1 VARIABLES =over 4 =item SUFFIX defaults to +dfsg what to append to the upstream version =item RM_OPTS defaults to -vrf options to pass to rm =item MANIFEST defaults to 0, set to 1 to turn on. this will manipulate MANIFEST files in CPAN tarballs. =item UP_BASE this is the directory where the upstream source is. =back =cut if [ -z "$REPACK_SH" ]; then if [ -f ../../scripts/repack.sh ]; then REPACK_SH=../../scripts/repack.sh fi if [ -z "$REPACK_SH" ] && which repack.sh > /dev/null; then REPACK_SH=$(which repack.sh) fi fi if [ ! -f "$REPACK_SH" ]; then echo "Couldn't find a repack.sh. please put it in your PATH, put it at ../../scripts/repack.sh, or put it somewhere else and set the REPACK_SH variable" echo "You can get it from http://svn.debian.org/viewsvn/pkg-perl/scripts/repack.sh" exit 1 fi exec "$REPACK_SH" "$@"