diff -Nru libtext-trim-perl-1.02/debian/changelog libtext-trim-perl-1.02/debian/changelog --- libtext-trim-perl-1.02/debian/changelog 2010-06-06 17:46:57.000000000 +0000 +++ libtext-trim-perl-1.02/debian/changelog 2015-06-07 21:01:09.000000000 +0000 @@ -1,3 +1,39 @@ +libtext-trim-perl (1.02-2) unstable; urgency=low + + * Team upload. + + [ gregor herrmann ] + * 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. + * Change Vcs-Git to canonical URI (git://anonscm.debian.org) + * Change search.cpan.org based URIs to metacpan.org based URIs + + [ 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. + + [ Salvatore Bonaccorso ] + * Update Vcs-Browser URL to cgit web frontend + + [ gregor herrmann ] + * Mark package as autopkgtest-able. + * Declare compliance with Debian Policy 3.9.6. + * Add explicit build dependency on libmodule-build-perl. + * Bump debhelper compatibility level to 9. + * debian/copyright: update license stanzas and a comment. + + -- gregor herrmann Sun, 07 Jun 2015 23:00:56 +0200 + libtext-trim-perl (1.02-1) unstable; urgency=low * Initial Release. (Closes: #568144) diff -Nru libtext-trim-perl-1.02/debian/compat libtext-trim-perl-1.02/debian/compat --- libtext-trim-perl-1.02/debian/compat 2010-06-01 22:33:02.000000000 +0000 +++ libtext-trim-perl-1.02/debian/compat 2015-06-07 21:01:09.000000000 +0000 @@ -1 +1 @@ -7 +9 diff -Nru libtext-trim-perl-1.02/debian/control libtext-trim-perl-1.02/debian/control --- libtext-trim-perl-1.02/debian/control 2010-06-06 17:46:57.000000000 +0000 +++ libtext-trim-perl-1.02/debian/control 2015-06-07 21:01:09.000000000 +0000 @@ -1,18 +1,23 @@ Source: libtext-trim-perl -Section: perl -Priority: optional -Build-Depends: debhelper (>= 7.2.10), perl (>= 5.10) | libmodule-build-perl -Build-Depends-Indep: perl, libtest-pod-perl, libtest-pod-coverage-perl Maintainer: Debian Perl Group Uploaders: Matt Zagrabelny -Standards-Version: 3.8.4 -Homepage: http://search.cpan.org/dist/Text-Trim/ -Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtext-trim-perl/ -Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtext-trim-perl/ +Section: perl +Testsuite: autopkgtest-pkg-perl +Priority: optional +Build-Depends: debhelper (>= 9), + libmodule-build-perl +Build-Depends-Indep: perl, + libtest-pod-perl, + libtest-pod-coverage-perl +Standards-Version: 3.9.6 +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtext-trim-perl.git +Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtext-trim-perl.git +Homepage: https://metacpan.org/release/Text-Trim Package: libtext-trim-perl Architecture: all -Depends: ${misc:Depends}, ${perl:Depends} +Depends: ${misc:Depends}, + ${perl:Depends} Description: module for remove leading and/or trailing whitespace from strings Text::Trim provides functions for removing leading and/or trailing whitespace from strings. It is basically a wrapper around some simple regexes with a diff -Nru libtext-trim-perl-1.02/debian/copyright libtext-trim-perl-1.02/debian/copyright --- libtext-trim-perl-1.02/debian/copyright 2010-06-07 15:47:02.000000000 +0000 +++ libtext-trim-perl-1.02/debian/copyright 2015-06-07 21:01:09.000000000 +0000 @@ -1,15 +1,15 @@ -Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 -Maintainer: Matt Lawrence -Source: http://search.cpan.org/dist/Text-Trim/ -Name: Text-Trim +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Text-Trim +Upstream-Contact: Matt Lawrence +Source: https://metacpan.org/release/Text-Trim Files: * Copyright: 2006-2010, Matt Lawrence -X-Comment: - [There are no copyright statements included in the upstream source of Text::Trim. - It is assumed that copyright holder of the module is the author: - Matt Lawrence .] License: Artistic or GPL-1+ +Comment: The upstream distribution does not contain an explicit statement of + copyright ownership. Pursuant to the Berne Convention for the Protection of + Literary and Artistic Works, it is assumed that all content is copyright by + its respective authors unless otherwise stated. Files: debian/* Copyright: 2010, Matt Zagrabelny @@ -19,8 +19,8 @@ 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 GNU/Linux systems, the complete text of the Artistic License - can be found in `/usr/share/common-licenses/Artistic' + 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 @@ -28,5 +28,5 @@ the Free Software Foundation; either version 1, or (at your option) any later version. . - On Debian GNU/Linux systems, the complete text of the GNU General - Public License can be found in `/usr/share/common-licenses/GPL' + 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 -Nru libtext-trim-perl-1.02/debian/tests/pkg-perl/skip-smoke libtext-trim-perl-1.02/debian/tests/pkg-perl/skip-smoke --- libtext-trim-perl-1.02/debian/tests/pkg-perl/skip-smoke 1970-01-01 00:00:00.000000000 +0000 +++ libtext-trim-perl-1.02/debian/tests/pkg-perl/skip-smoke 2015-06-07 21:01:09.000000000 +0000 @@ -0,0 +1,2 @@ +# looks in lib/, and we don't want POD tests anyway +t/99..pod.t diff -Nru libtext-trim-perl-1.02/debian/watch libtext-trim-perl-1.02/debian/watch --- libtext-trim-perl-1.02/debian/watch 2010-06-01 22:33:02.000000000 +0000 +++ libtext-trim-perl-1.02/debian/watch 2015-06-07 21:01:09.000000000 +0000 @@ -1,2 +1,2 @@ version=3 -http://search.cpan.org/dist/Text-Trim/ .*/Text-Trim-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ +https://metacpan.org/release/Text-Trim .*/Text-Trim-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$