debian/0000755000000000000000000000000012253644675007204 5ustar debian/rules0000755000000000000000000000003612253644675010263 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000254212253644675010612 0ustar Source: libpdf-create-perl Maintainer: Debian Perl Group Uploaders: Jonathan Yu , Damyan Ivanov , Vincent Danjean , gregor herrmann , Ansgar Burchardt Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpdf-create-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libpdf-create-perl.git Homepage: https://metacpan.org/release/PDF-Create/ Package: libpdf-create-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends} Suggests: libpdf-api2-perl Description: Perl module to create PDF files PDF::Create allows you to create documents in the Portable Document Format (PDF) using a large number of primitives, and emit the result as a PDF file or stream. . Documents can have several pages, a table of content, an information section and many other PDF elements. Since documents are constructed on-the-fly, the memory footprint is not tied to the size of the pages; only the number of pages. . It is intended to be simple and highly portable, as it is written purely in Perl. For more complex tasks, see libpdf-api2-perl. debian/libpdf-create-perl.examples0000644000000000000000000000001712253644675014403 0ustar eg/* pdf-logo* debian/source/0000755000000000000000000000000012253644675010504 5ustar debian/source/format0000644000000000000000000000001412253644675011712 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000001620012253644675011055 0ustar libpdf-create-perl (1.08-1) unstable; urgency=medium * New upstream release. * Drop patches, both applied upstream. * Examples: adjust paths, drop overrides in debian/rules. * Update Upstream-Contact and copyright years. * Declare compliance with Debian Policy 3.9.5. -- gregor herrmann Mon, 16 Dec 2013 19:42:58 +0100 libpdf-create-perl (1.06-2) unstable; urgency=low [ Ansgar Burchardt ] * Email change: Ansgar Burchardt -> ansgar@debian.org * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Salvatore Bonaccorso ] * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * Add patch to fix test failure due to missing `use'. Taken from CPAN RT. (Closes: #710967) * Add a patch to fix a POD error discovered with Perl 5.18. * debian/copyright: switch formatting to Copyright-Format 1.0. * Set Standards-Version to 3.9.4 (no further changes). -- gregor herrmann Tue, 04 Jun 2013 19:40:34 +0200 libpdf-create-perl (1.06-1) unstable; urgency=low * New upstream release. * Drop patch changes.patch: Changes.PL removed by upstream. * Drop patch pod.patch: Applied upstream. * Use debhelper's v8 mode; build-dep on debhelper (>= 7.9.1~) for this. * Bump Standards-Version to 3.9.0 (no changes). -- Ansgar Burchardt Thu, 08 Jul 2010 17:53:22 +0900 libpdf-create-perl (1.05-1) unstable; urgency=low [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ryan Niebur ] * Update jawnsy's email address [ Ansgar Burchardt ] * New upstream release. (LP: #531311) + refresh changes.patch. + debian/copyright: Add new copyright holder. * Fix POD syntax error. + new patch: pod.patch * debian/copyright: Minor changes for current DEP-5 proposal. * Use source format 3.0 (quilt); remove REAME.source and quilt framework. * debian/control: Make Build-Dep on perl unversioned. * Use tiny debian/rules. * Bump Standards-Version to 3.8.4. * Add myself to Uploaders. -- Ansgar Burchardt Wed, 03 Mar 2010 23:08:57 +0900 libpdf-create-perl (1.03-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release (bug fix maintenance release) * Upstream author removed Markus Baertschi and Slaven Rezic from copyright in lib/PDF/Create/Page.pm * Contributed methods for dealing with circles was removed (as a result, Slaven Rezic no longer has code in the package and is removed as a copyright holder) * Fixed long description * Added Suggests: libpdf-api2-perl (which is referred to by the perldoc) * Bumped Standards-Version to 3.8.1; updated debhelper stuff (using dh-make-perl --refresh) [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * Remove patch manpage.patch, not needed any more. * Add patch changes.patch: don't run `perl Changes.PL' which would need the upstream author's git repo. * debian/control: fix typo in Homepage field. -- Jonathan Yu Sat, 16 May 2009 23:29:56 -0400 libpdf-create-perl (1.02-1) unstable; urgency=low * New upstream release. * debian/copyright: adjust years of copyright. * Set Standards-Version to 3.8.0; add debian/README.source to document quilt usage. -- gregor herrmann Sat, 12 Jul 2008 17:33:34 +0200 libpdf-create-perl (1.01-1) unstable; urgency=low * New upstream release. * Refresh patch manpage.patch. -- gregor herrmann Wed, 04 Jun 2008 18:58:48 +0200 libpdf-create-perl (1.00-1) unstable; urgency=low * New upstream release. * Add new sample-cgi.pl to examples (and don't install it into /usr/share/perl5). * Refresh patch manpage.patch. * debian/control: Fix typo in long description. -- gregor herrmann Sun, 01 Jun 2008 16:46:15 +0200 libpdf-create-perl (0.9-1) unstable; urgency=low * New upstream release. * debian/watch: remove sourceforge line, the new release was again on CPAN. * debian/copyright: fix typos, add /me to packaging copyright. * Refresh patch manpage.patch. * debian/rules: remove some comments; don't install sample.pl into /usr/share/perl5. * debian/control: change my email address. -- gregor herrmann Fri, 23 May 2008 22:16:36 +0200 libpdf-create-perl (0.08-1) unstable; urgency=low [ gregor herrmann ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: Homepage pseudo-field (Description); XS-Vcs-Svn fields. * debian/rules: Remove empty /usr/lib/perl5 directory. * Move sample* to /usr/share/doc/libpdf-create-perl/examples/. * debian/watch: Remove commented lines. * debian/watch: add CPAN, upstream seems to change their release locations. * debian/rules: delete /usr/lib/perl5 only if it exists. [ Damyan Ivanov ] * New upstream release * refresh manpage.patch * debian/copyright: + use search.cpan.org/dist/PDF-Create for upstream location + convert to machine-readable format + note all files with different copyright statements in separate sections + add myself to packaging copyright holders * debian/rules no uses plain debhelper. Drop cdbs from build-depends + rm debian/*.examples, add sample.pl and pdf-logo.* to dh_installexamples invokation * debian/control + make build-dependency on quilt versioned (>= 0.40) + Standards-Version 3.7.3 (no changes) + Homepage: http://search.cpan.org/dist/PDF-Create/ as sourceforge.net/projects/perl-pdf/ contains only an older version + add myself to Uploaders -- Damyan Ivanov Tue, 18 Mar 2008 11:29:55 +0200 libpdf-create-perl (0.06.1b-5) unstable; urgency=low [ Vincent Danjean ] * First release within the Debian Perl Group * [debian/control] Update Maintainer and Uploaders fields according to the Debian Perl Group policy -- Joey Hess Sat, 11 Aug 2007 21:18:38 -0400 libpdf-create-perl (0.06.1b-4) unstable; urgency=low * [debian/copyright] add copyright for Debian packaging -- Vincent Danjean Wed, 17 May 2006 00:13:45 +0200 libpdf-create-perl (0.06.1b-3) unstable; urgency=low * [debian/compat] debhelper compat version dumped to 5 * [debian/control] Standard-Version set to 3.7.2 (no changes required) -- Vincent Danjean Sun, 14 May 2006 21:30:25 +0200 libpdf-create-perl (0.06.1b-2) unstable; urgency=low * Initial release. (Closes: #361159: ITP: libpdf-create-perl -- create PDF files - Debian Bug report logs) * Fix Build-Depends/Build-Depends-Indep as some packages are needed in the clean target -- Vincent Danjean Tue, 25 Apr 2006 16:01:40 +0200 libpdf-create-perl (0.06.1b-1) unstable; urgency=low * Removing the MANIFEST file during the build of the package as it is completly broken (it is a tar.gz file of the upstream directory !) -- Vincent Danjean Fri, 7 Apr 2006 01:06:26 +0200 debian/compat0000644000000000000000000000000212253644675010402 0ustar 8 debian/copyright0000644000000000000000000000343312253644675011142 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: PDF-Create Upstream-Contact: Gábor Szabó Source: https://metacpan.org/release/PDF-Create/ Files: * Copyright: 2007-2010, Markus Baertschi 1999-2001, Fabien Tassin 2010, Gary Lieberman License: other All rights reserved. It may be used and modified freely, but I do request that this copyright notice remain attached to the file. You may modify this module as you wish, but if you redistribute a modified version, please attach a note listing the modifications you have made. Files: lib/PDF/Image/GIF.pm Copyright: 2001, Michael Gross 2007, Markus Baertschi License: other I am assuming the license is the same as the rest of the package, since there is no reason to assume otherwise. Files: debian/* Copyright: 2006, Vincent Danjean 2007, Joey Hess 2008, Damyan Ivanov 2008-2013, gregor herrmann 2009, Jonathan Yu 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'. debian/watch0000644000000000000000000000015612253644675010237 0ustar version=3 https://metacpan.org/release/PDF-Create/ .*/PDF-Create-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)