diff -Nru libpkgconfig-perl-0.10026/Changes libpkgconfig-perl-0.11026/Changes --- libpkgconfig-perl-0.10026/Changes 2016-01-08 16:26:53.000000000 +0000 +++ libpkgconfig-perl-0.11026/Changes 2016-01-25 23:13:41.000000000 +0000 @@ -1,6 +1,9 @@ Revision history for PkgConfig -0.10026 2015-01-08 +0.11026 2016-01-25 + - Do not install misc .pl files in the distribution root. + +0.10026 2016-01-08 - promote to production 0.09026_02 2016-01-07 diff -Nru libpkgconfig-perl-0.10026/debian/changelog libpkgconfig-perl-0.11026/debian/changelog --- libpkgconfig-perl-0.10026/debian/changelog 2016-01-18 22:12:21.000000000 +0000 +++ libpkgconfig-perl-0.11026/debian/changelog 2016-02-07 16:14:15.000000000 +0000 @@ -1,3 +1,20 @@ +libpkgconfig-perl (0.11026-1) unstable; urgency=medium + + * Team upload. + + [ Salvatore Bonaccorso ] + * debian/control: Use HTTPS transport protocol for Vcs-Git URI + + [ gregor herrmann ] + * Import upstream version 0.11026. + * Drop spelling.patch, merged upstream. + * Declare compliance with Debian Policy 3.9.7. + * Add a new spelling.patch. + * Add lintian overrides for false positives about + old-style-config-script*. + + -- gregor herrmann Sun, 07 Feb 2016 17:11:45 +0100 + libpkgconfig-perl (0.10026-1) unstable; urgency=medium * Team upload. diff -Nru libpkgconfig-perl-0.10026/debian/control libpkgconfig-perl-0.11026/debian/control --- libpkgconfig-perl-0.10026/debian/control 2016-01-18 22:12:21.000000000 +0000 +++ libpkgconfig-perl-0.11026/debian/control 2016-02-07 16:14:15.000000000 +0000 @@ -5,9 +5,9 @@ Uploaders: Wolfgang Fütterer Build-Depends: debhelper (>= 9) Build-Depends-Indep: perl, perl (>= 5.11.1) | libtest-simple-perl (>= 0.94) -Standards-Version: 3.9.6 +Standards-Version: 3.9.7 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libpkgconfig-perl.git -Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libpkgconfig-perl.git +Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libpkgconfig-perl.git Homepage: https://metacpan.org/release/PkgConfig Testsuite: autopkgtest-pkg-perl diff -Nru libpkgconfig-perl-0.10026/debian/libpkgconfig-perl.lintian-overrides libpkgconfig-perl-0.11026/debian/libpkgconfig-perl.lintian-overrides --- libpkgconfig-perl-0.10026/debian/libpkgconfig-perl.lintian-overrides 2016-01-18 22:12:21.000000000 +0000 +++ libpkgconfig-perl-0.11026/debian/libpkgconfig-perl.lintian-overrides 2016-02-07 16:14:15.000000000 +0000 @@ -1,3 +1,6 @@ libpkgconfig-perl: application-in-library-section libpkgconfig-perl: library-package-name-for-application +# no, this is not an old-style-config-script, it's a pure-perl, core-only replacement for the pkg-config utility +libpkgconfig-perl: old-style-config-script usr/bin/ppkg-config +libpkgconfig-perl: old-style-config-script-multiarch-path-arch-all usr/bin/ppkg-config full text contains architecture specific dir * diff -Nru libpkgconfig-perl-0.10026/debian/patches/spelling.patch libpkgconfig-perl-0.11026/debian/patches/spelling.patch --- libpkgconfig-perl-0.10026/debian/patches/spelling.patch 2016-01-18 22:12:21.000000000 +0000 +++ libpkgconfig-perl-0.11026/debian/patches/spelling.patch 2016-02-07 16:14:15.000000000 +0000 @@ -1,62 +1,51 @@ Description: fix a spelling mistake Origin: vendor Author: gregor herrmann -Last-Update: 2016-01-18 -Forwarded: https://github.com/PerlPkgConfig/perl-PkgConfig/issues/26 -Bug: https://github.com/PerlPkgConfig/perl-PkgConfig/issues/26 +Last-Update: 2016-02-07 +Forwarded: https://github.com/PerlPkgConfig/perl-PkgConfig/issues/29 +Bug: https://github.com/PerlPkgConfig/perl-PkgConfig/issues/29 ---- a/README.win32 -+++ b/README.win32 -@@ -16,7 +16,7 @@ - You may optionally patch the .pc files that come with Strawberry Perl - 5.20.0.1 or earlier to either get the same pkg-config capability which - will come with future versions of Strawberry (if you are using 5.18 --or earlier) or to fix the incompatability that was introduced in -+or earlier) or to fix the incompatibility that was introduced in - Strawberry 5.20.0.1. Simply follow these steps: - - =over 4 --- a/lib/PkgConfig.pm +++ b/lib/PkgConfig.pm -@@ -1437,7 +1437,7 @@ - - =head4 --short-errors - --Ignored, but recognized for compatability. -+Ignored, but recognized for compatibility. +@@ -1278,7 +1278,7 @@ - =head4 --errors-to-stdout + $ ppkg-config --libs --cflags --static gio-2.0 +- #outputs (lines artifically broken up for readability): ++ #outputs (lines artificially broken up for readability): + # -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include + # -pthread -lgio-2.0 -lz -lresolv -lgobject-2.0 + # -lgmodule-2.0 -ldl -lgthread-2.0 -pthread -lrt -lglib-2.0 --- a/script/pkg-config +++ b/script/pkg-config -@@ -1437,7 +1437,7 @@ - - =head4 --short-errors - --Ignored, but recognized for compatability. -+Ignored, but recognized for compatibility. +@@ -1278,7 +1278,7 @@ - =head4 --errors-to-stdout + $ ppkg-config --libs --cflags --static gio-2.0 +- #outputs (lines artifically broken up for readability): ++ #outputs (lines artificially broken up for readability): + # -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include + # -pthread -lgio-2.0 -lz -lresolv -lgobject-2.0 + # -lgmodule-2.0 -ldl -lgthread-2.0 -pthread -lrt -lglib-2.0 --- a/script/pkg-config.pl +++ b/script/pkg-config.pl -@@ -1437,7 +1437,7 @@ +@@ -1278,7 +1278,7 @@ - =head4 --short-errors - --Ignored, but recognized for compatability. -+Ignored, but recognized for compatibility. - - =head4 --errors-to-stdout + $ ppkg-config --libs --cflags --static gio-2.0 +- #outputs (lines artifically broken up for readability): ++ #outputs (lines artificially broken up for readability): + # -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include + # -pthread -lgio-2.0 -lz -lresolv -lgobject-2.0 + # -lgmodule-2.0 -ldl -lgthread-2.0 -pthread -lrt -lglib-2.0 --- a/script/ppkg-config +++ b/script/ppkg-config -@@ -1437,7 +1437,7 @@ - - =head4 --short-errors - --Ignored, but recognized for compatability. -+Ignored, but recognized for compatibility. +@@ -1278,7 +1278,7 @@ - =head4 --errors-to-stdout + $ ppkg-config --libs --cflags --static gio-2.0 +- #outputs (lines artifically broken up for readability): ++ #outputs (lines artificially broken up for readability): + # -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include + # -pthread -lgio-2.0 -lz -lresolv -lgobject-2.0 + # -lgmodule-2.0 -ldl -lgthread-2.0 -pthread -lrt -lglib-2.0 diff -Nru libpkgconfig-perl-0.10026/lib/PkgConfig.pm libpkgconfig-perl-0.11026/lib/PkgConfig.pm --- libpkgconfig-perl-0.10026/lib/PkgConfig.pm 2016-01-08 16:27:18.000000000 +0000 +++ libpkgconfig-perl-0.11026/lib/PkgConfig.pm 2016-01-25 23:14:17.000000000 +0000 @@ -20,7 +20,7 @@ package PkgConfig; #First two digits are Perl version, second two are pkg-config version -our $VERSION = '0.10026'; +our $VERSION = '0.11026'; $VERSION =~ /([0-9]{2})$/; my $compat_version = $1; @@ -1437,7 +1437,7 @@ =head4 --short-errors -Ignored, but recognized for compatability. +Ignored, but recognized for compatibility. =head4 --errors-to-stdout @@ -1709,6 +1709,8 @@ =item Breno G. de Oliveira (garu) +=item Gregor Herrmann + =back =head1 COPYRIGHT AND LICENSE diff -Nru libpkgconfig-perl-0.10026/Makefile.PL libpkgconfig-perl-0.11026/Makefile.PL --- libpkgconfig-perl-0.10026/Makefile.PL 2016-01-07 20:51:05.000000000 +0000 +++ libpkgconfig-perl-0.11026/Makefile.PL 2016-01-25 23:09:51.000000000 +0000 @@ -73,6 +73,9 @@ BUILD_REQUIRES => { 'ExtUtils::MakeMaker' => '6.56', }, + PM => { + "lib/PkgConfig.pm" => "\$(INST_LIB)/PkgConfig.pm", + }, META_MERGE => { 'meta-spec' => { version => 2 }, resources => { diff -Nru libpkgconfig-perl-0.10026/META.json libpkgconfig-perl-0.11026/META.json --- libpkgconfig-perl-0.10026/META.json 2016-01-08 16:29:36.000000000 +0000 +++ libpkgconfig-perl-0.11026/META.json 2016-01-25 23:16:04.000000000 +0000 @@ -40,7 +40,7 @@ "provides" : { "PkgConfig" : { "file" : "lib/PkgConfig.pm", - "version" : "0.10026" + "version" : "0.11026" } }, "release_status" : "stable", @@ -56,6 +56,6 @@ }, "x_IRC" : "irc://irc.perl.org/#native" }, - "version" : "0.10026", + "version" : "0.11026", "x_serialization_backend" : "JSON::PP version 2.27300" } diff -Nru libpkgconfig-perl-0.10026/META.yml libpkgconfig-perl-0.11026/META.yml --- libpkgconfig-perl-0.10026/META.yml 2016-01-08 16:29:36.000000000 +0000 +++ libpkgconfig-perl-0.11026/META.yml 2016-01-25 23:16:04.000000000 +0000 @@ -20,7 +20,7 @@ provides: PkgConfig: file: lib/PkgConfig.pm - version: '0.10026' + version: '0.11026' requires: Test::More: '0.94' perl: '5.006000' @@ -29,5 +29,5 @@ bugtracker: https://github.com/PerlPkgConfig/perl-PkgConfig/issues homepage: https://metacpan.org/pod/PkgConfig repository: https://github.com/PerlPkgConfig/perl-PkgConfig.git -version: '0.10026' -x_serialization_backend: 'CPAN::Meta::YAML version 0.017' +version: '0.11026' +x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff -Nru libpkgconfig-perl-0.10026/README.win32 libpkgconfig-perl-0.11026/README.win32 --- libpkgconfig-perl-0.10026/README.win32 2016-01-07 18:02:17.000000000 +0000 +++ libpkgconfig-perl-0.11026/README.win32 2016-01-25 22:49:15.000000000 +0000 @@ -16,7 +16,7 @@ You may optionally patch the .pc files that come with Strawberry Perl 5.20.0.1 or earlier to either get the same pkg-config capability which will come with future versions of Strawberry (if you are using 5.18 -or earlier) or to fix the incompatability that was introduced in +or earlier) or to fix the incompatibility that was introduced in Strawberry 5.20.0.1. Simply follow these steps: =over 4 diff -Nru libpkgconfig-perl-0.10026/script/pkg-config libpkgconfig-perl-0.11026/script/pkg-config --- libpkgconfig-perl-0.10026/script/pkg-config 2016-01-08 16:27:18.000000000 +0000 +++ libpkgconfig-perl-0.11026/script/pkg-config 2016-01-25 23:14:17.000000000 +0000 @@ -20,7 +20,7 @@ package PkgConfig; #First two digits are Perl version, second two are pkg-config version -our $VERSION = '0.10026'; +our $VERSION = '0.11026'; $VERSION =~ /([0-9]{2})$/; my $compat_version = $1; @@ -1437,7 +1437,7 @@ =head4 --short-errors -Ignored, but recognized for compatability. +Ignored, but recognized for compatibility. =head4 --errors-to-stdout @@ -1709,6 +1709,8 @@ =item Breno G. de Oliveira (garu) +=item Gregor Herrmann + =back =head1 COPYRIGHT AND LICENSE diff -Nru libpkgconfig-perl-0.10026/script/pkg-config.pl libpkgconfig-perl-0.11026/script/pkg-config.pl --- libpkgconfig-perl-0.10026/script/pkg-config.pl 2016-01-08 16:27:18.000000000 +0000 +++ libpkgconfig-perl-0.11026/script/pkg-config.pl 2016-01-25 23:14:17.000000000 +0000 @@ -20,7 +20,7 @@ package PkgConfig; #First two digits are Perl version, second two are pkg-config version -our $VERSION = '0.10026'; +our $VERSION = '0.11026'; $VERSION =~ /([0-9]{2})$/; my $compat_version = $1; @@ -1437,7 +1437,7 @@ =head4 --short-errors -Ignored, but recognized for compatability. +Ignored, but recognized for compatibility. =head4 --errors-to-stdout @@ -1709,6 +1709,8 @@ =item Breno G. de Oliveira (garu) +=item Gregor Herrmann + =back =head1 COPYRIGHT AND LICENSE diff -Nru libpkgconfig-perl-0.10026/script/ppkg-config libpkgconfig-perl-0.11026/script/ppkg-config --- libpkgconfig-perl-0.10026/script/ppkg-config 2016-01-08 16:27:18.000000000 +0000 +++ libpkgconfig-perl-0.11026/script/ppkg-config 2016-01-25 23:14:17.000000000 +0000 @@ -20,7 +20,7 @@ package PkgConfig; #First two digits are Perl version, second two are pkg-config version -our $VERSION = '0.10026'; +our $VERSION = '0.11026'; $VERSION =~ /([0-9]{2})$/; my $compat_version = $1; @@ -1437,7 +1437,7 @@ =head4 --short-errors -Ignored, but recognized for compatability. +Ignored, but recognized for compatibility. =head4 --errors-to-stdout @@ -1709,6 +1709,8 @@ =item Breno G. de Oliveira (garu) +=item Gregor Herrmann + =back =head1 COPYRIGHT AND LICENSE