diff -Nru libbiblio-citation-parser-perl-1.10+dfsg/debian/changelog libbiblio-citation-parser-perl-1.10+dfsg/debian/changelog --- libbiblio-citation-parser-perl-1.10+dfsg/debian/changelog 2015-06-08 06:41:19.000000000 +0000 +++ libbiblio-citation-parser-perl-1.10+dfsg/debian/changelog 2015-06-06 20:29:57.000000000 +0000 @@ -1,3 +1,50 @@ +libbiblio-citation-parser-perl (1.10+dfsg-2) unstable; urgency=low + + * Team upload. + + [ gregor herrmann ] + * debian/rules: switch order of arguments to dh. + * Remove alternative (build) dependencies that are already satisfied + in oldstable. + + [ Ansgar Burchardt ] + * debian/control: Convert Vcs-* fields to Git. + + [ Salvatore Bonaccorso ] + * debian/copyright: Replace DEP5 Format-Specification URL from + svn.debian.org to anonscm.debian.org URL. + + [ 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 ] + * Update debian/repack.stub. + + [ Axel Beckert ] + * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- + copyright" + + [ gregor herrmann ] + * Strip trailing slash from metacpan URLs. + + [ Damyan Ivanov ] + * forward pod.patch upstream + + [ Salvatore Bonaccorso ] + * Update Vcs-Browser URL to cgit web frontend + + [ Niko Tyni ] + * Declare the package autopkgtestable + * Update to Standards-Version 3.9.6 + * Switch to dpkg source format 3.0 (quilt) + * Add explicit build dependency on libmodule-build-perl + + -- Niko Tyni Sat, 06 Jun 2015 23:29:49 +0300 + libbiblio-citation-parser-perl (1.10+dfsg-1) unstable; urgency=low * Initial release (closes: #537264). diff -Nru libbiblio-citation-parser-perl-1.10+dfsg/debian/control libbiblio-citation-parser-perl-1.10+dfsg/debian/control --- libbiblio-citation-parser-perl-1.10+dfsg/debian/control 2015-06-08 06:41:19.000000000 +0000 +++ libbiblio-citation-parser-perl-1.10+dfsg/debian/control 2015-06-06 20:28:49.000000000 +0000 @@ -1,19 +1,25 @@ Source: libbiblio-citation-parser-perl -Section: perl -Priority: optional -Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7), perl (>= 5.10) | libmodule-build-perl -Build-Depends-Indep: perl, liburi-perl, libtext-unidecode-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann -Standards-Version: 3.8.3 -Homepage: http://search.cpan.org/dist/Biblio-Citation-Parser/ -Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libbiblio-citation-parser-perl/ -Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libbiblio-citation-parser-perl/ +Section: perl +Testsuite: autopkgtest-pkg-perl +Priority: optional +Build-Depends: debhelper (>= 7.0.8), + libmodule-build-perl +Build-Depends-Indep: perl, + liburi-perl, + libtext-unidecode-perl +Standards-Version: 3.9.6 +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libbiblio-citation-parser-perl.git +Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libbiblio-citation-parser-perl.git +Homepage: https://metacpan.org/release/Biblio-Citation-Parser Package: libbiblio-citation-parser-perl Architecture: all -Depends: ${perl:Depends}, ${misc:Depends}, liburi-perl, - libtext-unidecode-perl +Depends: ${perl:Depends}, + ${misc:Depends}, + liburi-perl, + libtext-unidecode-perl Suggests: libsoap-lite-perl Description: citation parsing framework Biblio::Citation::Parser provides generic methods for reference parsers. This diff -Nru libbiblio-citation-parser-perl-1.10+dfsg/debian/copyright libbiblio-citation-parser-perl-1.10+dfsg/debian/copyright --- libbiblio-citation-parser-perl-1.10+dfsg/debian/copyright 2015-06-08 06:41:19.000000000 +0000 +++ libbiblio-citation-parser-perl-1.10+dfsg/debian/copyright 2015-06-06 20:25:39.000000000 +0000 @@ -1,8 +1,8 @@ -Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 -Maintainer: Mike Jewell -Source: http://search.cpan.org/dist/Biblio-Citation-Parser/ -Name: Biblio-Citation-Parser -X-Comment: the +dfsg version is created by removing the docs/ps directory; the +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Biblio-Citation-Parser +Upstream-Contact: Mike Jewell +Source: https://metacpan.org/release/Biblio-Citation-Parser +Comment: the +dfsg version is created by removing the docs/ps directory; the postscript version of the documentation contains a copyright notice without license for a font. @@ -14,15 +14,6 @@ Copyright: 2009, gregor herrmann License: Artistic or GPL-1+ or GPL-2+ -License: GPL-2+ - 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; version 2 dated June, 1991, or (at your - option) any later version. - . - On Debian GNU/Linux systems, the complete text of version 2 of the GNU - General Public License can be found in `/usr/share/common-licenses/GPL-2' - 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. @@ -38,3 +29,12 @@ . On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL' + +License: GPL-2+ + 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; version 2 dated June, 1991, or (at your + option) any later version. + . + On Debian GNU/Linux systems, the complete text of version 2 of the GNU + General Public License can be found in `/usr/share/common-licenses/GPL-2' diff -Nru libbiblio-citation-parser-perl-1.10+dfsg/debian/patches/pod.patch libbiblio-citation-parser-perl-1.10+dfsg/debian/patches/pod.patch --- libbiblio-citation-parser-perl-1.10+dfsg/debian/patches/pod.patch 2015-06-08 06:41:19.000000000 +0000 +++ libbiblio-citation-parser-perl-1.10+dfsg/debian/patches/pod.patch 2015-06-06 20:25:39.000000000 +0000 @@ -1,5 +1,6 @@ Author: gregor herrmann Description: fix pod error +Forwarded: https://rt.cpan.org/Ticket/Display?id=94779 --- a/lib/Biblio/Citation/Parser/Citebase.pm +++ b/lib/Biblio/Citation/Parser/Citebase.pm diff -Nru libbiblio-citation-parser-perl-1.10+dfsg/debian/repack.stub libbiblio-citation-parser-perl-1.10+dfsg/debian/repack.stub --- libbiblio-citation-parser-perl-1.10+dfsg/debian/repack.stub 2015-06-08 06:41:19.000000000 +0000 +++ libbiblio-citation-parser-perl-1.10+dfsg/debian/repack.stub 2015-06-06 20:25:39.000000000 +0000 @@ -14,7 +14,7 @@ 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. +sourced under "set -e", so be careful to check returns codes. =head1 FUNCTIONS @@ -62,6 +62,12 @@ =back +=head1 COPYRIGHT AND LICENSE + +Copyright 2009, Ryan Niebur + +License: Artistic or GPL-1+ + =cut if [ -z "$REPACK_SH" ]; then @@ -75,7 +81,7 @@ 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" + echo "You can get it from http://anonscm.debian.org/gitweb/?p=pkg-perl/scripts.git;a=blob_plain;f=repack.sh;hb=HEAD" exit 1 fi diff -Nru libbiblio-citation-parser-perl-1.10+dfsg/debian/rules libbiblio-citation-parser-perl-1.10+dfsg/debian/rules --- libbiblio-citation-parser-perl-1.10+dfsg/debian/rules 2015-06-08 06:41:19.000000000 +0000 +++ libbiblio-citation-parser-perl-1.10+dfsg/debian/rules 2015-06-06 20:28:13.000000000 +0000 @@ -1,4 +1,4 @@ #!/usr/bin/make -f %: - dh --with quilt $@ + dh $@ diff -Nru libbiblio-citation-parser-perl-1.10+dfsg/debian/source/format libbiblio-citation-parser-perl-1.10+dfsg/debian/source/format --- libbiblio-citation-parser-perl-1.10+dfsg/debian/source/format 1970-01-01 00:00:00.000000000 +0000 +++ libbiblio-citation-parser-perl-1.10+dfsg/debian/source/format 2015-06-06 20:27:02.000000000 +0000 @@ -0,0 +1 @@ +3.0 (quilt) diff -Nru libbiblio-citation-parser-perl-1.10+dfsg/debian/watch libbiblio-citation-parser-perl-1.10+dfsg/debian/watch --- libbiblio-citation-parser-perl-1.10+dfsg/debian/watch 2015-06-08 06:41:19.000000000 +0000 +++ libbiblio-citation-parser-perl-1.10+dfsg/debian/watch 2015-06-06 20:25:39.000000000 +0000 @@ -1,4 +1,4 @@ version=3 opts=dversionmangle=s/\+dfsg// \ - http://search.cpan.org/dist/Biblio-Citation-Parser/ .*/Biblio-Citation-Parser-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ \ - debian sh debian/repack.stub +https://metacpan.org/release/Biblio-Citation-Parser .*/Biblio-Citation-Parser-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ \ +debian sh debian/repack.stub