diff -Nru libconfig-record-perl-1.1.2/debian/changelog libconfig-record-perl-1.1.2/debian/changelog --- libconfig-record-perl-1.1.2/debian/changelog 2011-10-12 21:38:32.000000000 +0000 +++ libconfig-record-perl-1.1.2/debian/changelog 2016-09-10 12:54:41.000000000 +0000 @@ -1,3 +1,36 @@ +libconfig-record-perl (1.1.2-2) unstable; urgency=low + + * Team upload. + + [ Salvatore Bonaccorso ] + * 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 + * debian/control: Use HTTPS transport protocol for Vcs-Git URI + + [ gregor herrmann ] + * debian/copyright: change Copyright-Format 1.0 URL to HTTPS. + * debian/rules: move {Config-Record.spec,META.yml}.PL away. + They fail to find the module but we don't need to re-create + Config-Record.spec and META.yml anyway during our build. + (Closes: #837249) + * Add more fixes to fix-spelling-error-in-manpage.patch. + Thanks to lintian. + * Mark package as autopkgtest-able. + * Bump debhelper compatibility level to 9. + * Declare compliance with Debian Policy 3.9.8. + + -- gregor herrmann Sat, 10 Sep 2016 14:54:41 +0200 + libconfig-record-perl (1.1.2-1) unstable; urgency=low * Initial Release. (Closes: #644958) diff -Nru libconfig-record-perl-1.1.2/debian/compat libconfig-record-perl-1.1.2/debian/compat --- libconfig-record-perl-1.1.2/debian/compat 2011-10-12 21:38:32.000000000 +0000 +++ libconfig-record-perl-1.1.2/debian/compat 2016-09-10 12:54:41.000000000 +0000 @@ -1 +1 @@ -8 +9 diff -Nru libconfig-record-perl-1.1.2/debian/control libconfig-record-perl-1.1.2/debian/control --- libconfig-record-perl-1.1.2/debian/control 2011-10-12 21:38:32.000000000 +0000 +++ libconfig-record-perl-1.1.2/debian/control 2016-09-10 12:54:41.000000000 +0000 @@ -1,20 +1,22 @@ Source: libconfig-record-perl -Section: perl -Priority: optional Maintainer: Debian Perl Group Uploaders: Salvatore Bonaccorso -Build-Depends: debhelper (>= 8) +Section: perl +Testsuite: autopkgtest-pkg-perl +Priority: optional +Build-Depends: debhelper (>= 9) Build-Depends-Indep: libtest-pod-coverage-perl, - libtest-pod-perl, - perl -Standards-Version: 3.9.2 -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libconfig-record-perl.git -Vcs-Git: git://git.debian.org/pkg-perl/packages/libconfig-record-perl.git -Homepage: http://search.cpan.org/dist/Config-Record/ + libtest-pod-perl, + perl +Standards-Version: 3.9.8 +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libconfig-record-perl.git +Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libconfig-record-perl.git +Homepage: https://metacpan.org/release/Config-Record Package: libconfig-record-perl Architecture: all -Depends: ${misc:Depends}, ${perl:Depends} +Depends: ${misc:Depends}, + ${perl:Depends} Description: Perl module for configuration file access Config::Record provides an API for loading and saving of simple configuration file records. Entries in the configuration file are essentially key, value diff -Nru libconfig-record-perl-1.1.2/debian/copyright libconfig-record-perl-1.1.2/debian/copyright --- libconfig-record-perl-1.1.2/debian/copyright 2011-10-12 21:38:32.000000000 +0000 +++ libconfig-record-perl-1.1.2/debian/copyright 2016-09-10 12:54:41.000000000 +0000 @@ -1,7 +1,7 @@ -Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135 -Maintainer: Daniel P. Berrange -Source: http://search.cpan.org/dist/Config-Record/ -Name: Config-Record +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Config-Record +Upstream-Contact: Daniel P. Berrange +Source: https://metacpan.org/release/Config-Record Files: * Copyright: 2000-2007, Daniel P. Berrange diff -Nru libconfig-record-perl-1.1.2/debian/patches/fix-spelling-error-in-manpage.patch libconfig-record-perl-1.1.2/debian/patches/fix-spelling-error-in-manpage.patch --- libconfig-record-perl-1.1.2/debian/patches/fix-spelling-error-in-manpage.patch 2011-10-12 21:38:32.000000000 +0000 +++ libconfig-record-perl-1.1.2/debian/patches/fix-spelling-error-in-manpage.patch 2016-09-10 12:54:41.000000000 +0000 @@ -1,9 +1,11 @@ Description: Fix spelling error in manpage Origin: vendor Bug: https://rt.cpan.org/Ticket/Display.html?id=71639 -Forwarded: yes +Forwarded: https://rt.cpan.org/Ticket/Display.html?id=71639 + (not the latest version) Author: Salvatore Bonaccorso -Last-Update: 2011-10-12 +Reviewed-by: gregor herrmann +Last-Update: 2016-09-10 --- a/lib/Config/Record.pod +++ b/lib/Config/Record.pod @@ -12,7 +14,18 @@ The syntax described thus far is classed as the base feature set. By passing the C parameter when creating an instance of the -C class, it is posible to turn on certain extra -+C class, it is possible to turn on certain extra ++C class, it is possible to turn on certain extra features =head2 QUOTED NON-ALPHANUMERIC KEYS +@@ -138,8 +138,8 @@ + foo + bar + } +- "an embeded \" quote" = bar +- "an embeded \\ backslash" = wizz ++ "an embedded \" quote" = bar ++ "an embedded \\ backslash" = wizz + + + =head2 EXTERNAL INCLUDE FILES diff -Nru libconfig-record-perl-1.1.2/debian/rules libconfig-record-perl-1.1.2/debian/rules --- libconfig-record-perl-1.1.2/debian/rules 2011-10-12 21:38:32.000000000 +0000 +++ libconfig-record-perl-1.1.2/debian/rules 2016-09-10 12:54:41.000000000 +0000 @@ -1,4 +1,17 @@ #!/usr/bin/make -f +SPECPLFILE=$(CURDIR)/Config-Record.spec.PL +METAPLFILE=$(CURDIR)/META.yml.PL + %: dh $@ + +override_dh_clean: + dh_clean + [ ! -f $(SPECPLFILE).save ] || mv -v $(SPECPLFILE).save $(SPECPLFILE) + [ ! -f $(METAPLFILE).save ] || mv -v $(METAPLFILE).save $(METAPLFILE) + +override_dh_auto_build: + [ ! -f $(SPECPLFILE) ] || mv -v $(SPECPLFILE) $(SPECPLFILE).save + [ ! -f $(METAPLFILE) ] || mv -v $(METAPLFILE) $(METAPLFILE).save + dh_auto_configure diff -Nru libconfig-record-perl-1.1.2/debian/tests/pkg-perl/smoke-skip libconfig-record-perl-1.1.2/debian/tests/pkg-perl/smoke-skip --- libconfig-record-perl-1.1.2/debian/tests/pkg-perl/smoke-skip 1970-01-01 00:00:00.000000000 +0000 +++ libconfig-record-perl-1.1.2/debian/tests/pkg-perl/smoke-skip 2016-09-10 12:54:41.000000000 +0000 @@ -0,0 +1,2 @@ +# tries to access lib/Config/Record.pod +t/015-pod-coverage.t diff -Nru libconfig-record-perl-1.1.2/debian/watch libconfig-record-perl-1.1.2/debian/watch --- libconfig-record-perl-1.1.2/debian/watch 2011-10-12 21:38:32.000000000 +0000 +++ libconfig-record-perl-1.1.2/debian/watch 2016-09-10 12:54:41.000000000 +0000 @@ -1,2 +1,2 @@ version=3 -http://search.cpan.org/dist/Config-Record/ .*/Config-Record-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ +https://metacpan.org/release/Config-Record .*/Config-Record-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$