From 242fe1f916771e9dec8e123e70c1fa682b5b4df1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jelmer=20Vernoo=C4=B3?= Date: Sat, 22 Oct 2022 10:54:38 +0100 Subject: Import libpdf-reuse-perl_0.39-3.debian.tar.xz [dgit import tarball libpdf-reuse-perl 0.39-3 libpdf-reuse-perl_0.39-3.debian.tar.xz] --- changelog | 129 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ control | 36 +++++++++++++++ copyright | 33 ++++++++++++++ rules | 12 +++++ source/format | 1 + upstream/metadata | 6 +++ watch | 3 ++ 7 files changed, 220 insertions(+) create mode 100644 changelog create mode 100644 control create mode 100644 copyright create mode 100755 rules create mode 100644 source/format create mode 100644 upstream/metadata create mode 100644 watch diff --git a/changelog b/changelog new file mode 100644 index 0000000..07e7991 --- /dev/null +++ b/changelog @@ -0,0 +1,129 @@ +libpdf-reuse-perl (0.39-3) unstable; urgency=medium + + [ Debian Janitor ] + * Apply multi-arch hints. + libpdf-reuse-perl: Add Multi-Arch: foreign. + + -- Jelmer Vernooij Sat, 22 Oct 2022 10:54:38 +0100 + +libpdf-reuse-perl (0.39-2) unstable; urgency=medium + + [ Salvatore Bonaccorso ] + * Update Vcs-* headers for switch to salsa.debian.org + + [ gregor herrmann ] + * debian/watch: use uscan version 4. + + [ Debian Janitor ] + * Trim trailing whitespace. + * Bump debhelper from deprecated 9 to 12. + * Set debhelper-compat version in Build-Depends. + * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, + Repository-Browse. + * Remove obsolete fields Contact, Name from debian/upstream/metadata + (already present in machine-readable debian/copyright). + + -- Jelmer Vernooij Thu, 16 Jun 2022 23:53:24 +0100 + +libpdf-reuse-perl (0.39-1.1) unstable; urgency=medium + + * Non maintainer upload by the Reproducible Builds team. + * No source change upload to rebuild on buildd with .buildinfo files. + + -- Holger Levsen Sat, 02 Jan 2021 18:53:49 +0100 + +libpdf-reuse-perl (0.39-1) unstable; urgency=medium + + * Team upload + + [ Salvatore Bonaccorso ] + * debian/control: Use HTTPS transport protocol for Vcs-Git URI + + [ gregor herrmann ] + * debian/copyright: change Copyright-Format 1.0 URL to HTTPS. + + [ Florian Schlichting ] + * New upstream version 0.39 (closes: #514737) + * Add upstream metadata + * Update copyright years + * Add build-dependency on Test::Deep (for t/Reuse.t) + * Bump dh compat to level 9 + * Declare compliance with Debian Policy 3.9.8 + + -- Florian Schlichting Tue, 11 Oct 2016 22:00:40 +0200 + +libpdf-reuse-perl (0.36-1) unstable; urgency=low + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + [ Ansgar Burchardt ] + * debian/control: Convert Vcs-* fields to Git. + + [ gregor herrmann ] + * debian/control: update {versioned,alternative} (build) dependencies. + + [ Salvatore Bonaccorso ] + * Change Vcs-Git to canonical URI (git://anonscm.debian.org) + * Change search.cpan.org based URIs to metacpan.org based URIs + + [ gregor herrmann ] + * Strip trailing slash from metacpan URLs. + + [ Salvatore Bonaccorso ] + * Update Vcs-Browser URL to cgit web frontend + + [ Robin Sheat ] + * New upstream release. + * Added debian/source/format, modified debian/rules to not invoke quilt + manually. + * Updated Standards-Version + * Removed fix-pod.patch and uninitialized_warning.patch as they're upstream + + [ gregor herrmann ] + * Bump debhelper compatibility level to 8. + * Remove unversioned 'perl' from Depends. + * debian/rules: don't install empty PDF::Reuse::Util manpage. + + -- Robin Sheat Tue, 16 Dec 2014 17:32:39 +1300 + +libpdf-reuse-perl (0.35-2) unstable; urgency=low + + * debian/control: + - switch Vcs-Browser field to ViewSVN + - mention module name in long description + * Fix "Uninitialized value $string in unpack" by creating + uninitialized_warning.patch which checks for $string before using it; + thanks to Patrick Matthäi for the bug report and the patch + (closes: #506214). + * Add patch fix-pod.patch, avoids an error from pod2man. + * Add quilt framework and debian/README.source. + + -- gregor herrmann Sun, 07 Dec 2008 22:03:53 +0100 + +libpdf-reuse-perl (0.35-1) unstable; urgency=low + + * New upstream release. + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). Removed: XS- + Vcs-Svn fields. + * debian/control: add libfont-ttf-perl, libtext-pdf-perl to + Build-Depends-Indep and Recommends. + * debian/control: add /me to Uploaders. + * Use dist-based URL in debian/watch. + * debian/control: Move libcompress-zlib-perl from Build-Depends to + Build-Depends-Indep. + * debian/copyright: point to specific upstream source location and update + copyright information. + * Remove empty debian/patches directory and quilt/patchutils dependencies. + * Switch from cdbs to debhelper 7 (debian/{rules,control.compat}). + * Don't install README any more. + * Set Standards-Version to 3.8.0 (no changes). + + -- gregor herrmann Sun, 06 Jul 2008 23:03:30 +0200 + +libpdf-reuse-perl (0.33-1) unstable; urgency=low + + * Initial release. (Closes: #408064: ITP: libpdf-reuse-perl -- Reuse + and mass produce PDF documents - Debian Bug report logs) + + -- Vincent Danjean Wed, 24 Jan 2007 16:26:27 +0100 diff --git a/control b/control new file mode 100644 index 0000000..c17e2e2 --- /dev/null +++ b/control @@ -0,0 +1,36 @@ +Source: libpdf-reuse-perl +Maintainer: Debian Perl Group +Uploaders: Vincent Danjean , + gregor herrmann , + Robin Sheat +Section: perl +Priority: optional +Build-Depends: debhelper-compat (= 13) +Build-Depends-Indep: perl, + libfont-ttf-perl, + libtest-deep-perl, + libtext-pdf-perl +Standards-Version: 3.9.8 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libpdf-reuse-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libpdf-reuse-perl.git +Homepage: https://metacpan.org/release/PDF-Reuse +Testsuite: autopkgtest-pkg-perl + +Package: libpdf-reuse-perl +Architecture: all +Depends: ${perl:Depends}, + ${misc:Depends} +Recommends: libfont-ttf-perl, + libtext-pdf-perl +Multi-Arch: foreign +Description: Reuse and mass produce PDF documents + PDF::Reuse could be used when you want to mass produce similar (but not + identical) PDF documents and reuse templates, JavaScripts and some other + components. It is functional to be fast, and to give your programs capacity to + produce many pages per second and very big PDF documents if necessary. + . + The module produces PDF-1.4 files. Some features of PDF-1.5, like "object + streams" and "cross reference streams", are supported, but only at an + experimental level. More testing is needed. (If you get problems with a new + document from Acrobat 6 or 7, try to save it or recreate it as a PDF-1.4 + document first, before using it together with this module.) diff --git a/copyright b/copyright new file mode 100644 index 0000000..3b60302 --- /dev/null +++ b/copyright @@ -0,0 +1,33 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: PDF-Reuse +Upstream-Contact: Chris Nighswonger +Source: https://metacpan.org/release/PDF-Reuse + +Files: * +Copyright: 2003-2004, Lars Lundberg, Solidez HB. + 2005-2007, Karin Lundberg. + 2008-2010, Lars Lundberg, Solidez HB. + 2010-2016, Chris Nighswonger +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: 2007, Vincent Danjean + 2014, Robin Sheat +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'. + diff --git a/rules b/rules new file mode 100755 index 0000000..fb9336d --- /dev/null +++ b/rules @@ -0,0 +1,12 @@ +#!/usr/bin/make -f + +PACKAGE = $(shell dh_listpackages) +TMP = $(CURDIR)/debian/$(PACKAGE) + +%: + dh $@ + +override_dh_auto_install: + dh_auto_install + # remove empty manpage + $(RM) -v $(TMP)/usr/share/man/man3/PDF::Reuse::Util.3pm diff --git a/source/format b/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/upstream/metadata b/upstream/metadata new file mode 100644 index 0000000..00ef059 --- /dev/null +++ b/upstream/metadata @@ -0,0 +1,6 @@ +--- +Archive: CPAN +Bug-Database: https://github.com/cnighswonger/PDF-Reuse/issues +Bug-Submit: https://github.com/cnighswonger/PDF-Reuse/issues/new +Repository: https://github.com/cnighswonger/PDF-Reuse.git +Repository-Browse: https://github.com/cnighswonger/PDF-Reuse diff --git a/watch b/watch new file mode 100644 index 0000000..20f5e83 --- /dev/null +++ b/watch @@ -0,0 +1,3 @@ +version=4 +https://metacpan.org/release/PDF-Reuse .*/PDF-Reuse-v?@ANY_VERSION@@ARCHIVE_EXT@$ + -- cgit v1.2.3