tags 720961 + pending thanks Dear maintainer,
I've prepared an NMU for libimager-qrcode-perl (versioned as 0.033-1.2) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06 : :' : Debian GNU/Linux user, admin, and developer - http://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe `- NP: Kante: Life on the Electric Avenue
diff -Nru libimager-qrcode-perl-0.033/debian/changelog libimager-qrcode-perl-0.033/debian/changelog --- libimager-qrcode-perl-0.033/debian/changelog 2013-05-25 21:23:25.000000000 +0200 +++ libimager-qrcode-perl-0.033/debian/changelog 2013-09-02 21:50:28.000000000 +0200 @@ -1,3 +1,13 @@ +libimager-qrcode-perl (0.033-1.2) unstable; urgency=low + + * Non-maintainer upload. + * Fix "FTBFS with perl 5.18: syntax error at + inc/Module/Install/XSUtil.pm": + add patch to fix syntax error (use of qw() as a list). + (Closes: #720961) + + -- gregor herrmann <gre...@debian.org> Mon, 02 Sep 2013 21:49:16 +0200 + libimager-qrcode-perl (0.033-1.1) unstable; urgency=low * Non-maintainer upload. diff -Nru libimager-qrcode-perl-0.033/debian/patches/qw-list.patch libimager-qrcode-perl-0.033/debian/patches/qw-list.patch --- libimager-qrcode-perl-0.033/debian/patches/qw-list.patch 1970-01-01 01:00:00.000000000 +0100 +++ libimager-qrcode-perl-0.033/debian/patches/qw-list.patch 2013-08-27 19:19:55.000000000 +0200 @@ -0,0 +1,20 @@ +Description: using qw() as a list is an error now: + https://metacpan.org/module/RJBS/perl-5.18.0/pod/perldelta.pod#qw-...-can-no-longer-be-used-as-parentheses +Origin: vendor +Bug-Debian: http://bugs.debian.org/720961 +Forwarded: not needed +Author: gregor herrmann <gre...@debian.org> +Last-Update: 2013-08-27 +Applied-Upstream: yes, in 0.034 + +--- a/inc/Module/Install/XSUtil.pm ++++ b/inc/Module/Install/XSUtil.pm +@@ -280,7 +280,7 @@ + + if ( ! $self->{xsu_loaded_checklib} ) { + my $loaded_lib = 0; +- foreach my $checklib qw(inc::Devel::CheckLib Devel::CheckLib) { ++ foreach my $checklib (qw(inc::Devel::CheckLib Devel::CheckLib)) { + eval "use $checklib 0.4"; + if (!$@) { + $loaded_lib = 1; diff -Nru libimager-qrcode-perl-0.033/debian/patches/series libimager-qrcode-perl-0.033/debian/patches/series --- libimager-qrcode-perl-0.033/debian/patches/series 2012-03-07 18:14:04.000000000 +0100 +++ libimager-qrcode-perl-0.033/debian/patches/series 2013-08-27 19:14:37.000000000 +0200 @@ -1,3 +1,4 @@ no-embedded-libqrencode.patch fix-interpreter-path-in-example.patch fix-typo-in-man.patch +qw-list.patch
signature.asc
Description: Digital signature