Control: tags 789671 + patch Control: tags 789671 + pending Dear maintainer,
I've prepared an NMU for swissknife (versioned as 1.67-1.1) and uploaded it to DELAYED/5. 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 - https://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe `- NP: Davy Graham: No Preacher Blues
diff -u swissknife-1.67/debian/changelog swissknife-1.67/debian/changelog --- swissknife-1.67/debian/changelog +++ swissknife-1.67/debian/changelog @@ -1,3 +1,14 @@ +swissknife (1.67-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix "FTBFS with perl 5.22: Can't use 'defined(@array)'": + Remove defined() from lib/SWISS/CCalt_prod.pm. + "defined(@array)" and "defined(%hash)" are fatal errors since Perl 5.21.x + (deprecated since 5.6.1). + (Closes: #789671) + + -- gregor herrmann <gre...@debian.org> Thu, 27 Aug 2015 19:45:40 +0200 + swissknife (1.67-1) unstable; urgency=low * Initial Release (Closes: #556458). only in patch2: unchanged: --- swissknife-1.67.orig/lib/SWISS/CCalt_prod.pm +++ swissknife-1.67/lib/SWISS/CCalt_prod.pm @@ -1280,7 +1280,7 @@ my $offset = 0; - if (defined @{${${$self -> {'events'}}{$event}}{'CommentTags'}}) { + if (@{${${$self -> {'events'}}{$event}}{'CommentTags'}}) { my @tags = @{${${$self -> {'events'}}{$event}}{'CommentTags'}};
signature.asc
Description: Digital Signature