Control: tags 797116 + patch Control: tags 797116 + pending Dear maintainer,
I've prepared an NMU for cipux-task (versioned as 3.4.0.7-4.2) 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: Bryan Adams
diff -Nru cipux-task-3.4.0.7/debian/changelog cipux-task-3.4.0.7/debian/changelog --- cipux-task-3.4.0.7/debian/changelog 2015-07-24 11:13:22.000000000 +0200 +++ cipux-task-3.4.0.7/debian/changelog 2015-09-06 19:11:00.000000000 +0200 @@ -1,3 +1,12 @@ +cipux-task (3.4.0.7-4.2) unstable; urgency=medium + + * Non-maintainer upload. + * Fix "FTBFS with perl 5.22: test failures (defined(%hash))": + add patch to drop defined(). + (Closes: #797116) + + -- gregor herrmann <[email protected]> Sun, 06 Sep 2015 19:10:53 +0200 + cipux-task (3.4.0.7-4.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru cipux-task-3.4.0.7/debian/patches/defined-hash.patch cipux-task-3.4.0.7/debian/patches/defined-hash.patch --- cipux-task-3.4.0.7/debian/patches/defined-hash.patch 1970-01-01 01:00:00.000000000 +0100 +++ cipux-task-3.4.0.7/debian/patches/defined-hash.patch 2015-09-06 19:07:59.000000000 +0200 @@ -0,0 +1,19 @@ +Description: defined(%hash) is deprecated since quite a while, + and since 5.21.x it's an actual error. +Origin: vendor +Bug-Debian: https://bugs.debian.org/797116 +Forwarded: no +Author: gregor herrmann <[email protected]> +Last-Update: 2015-09-06 + +--- a/lib/CipUX/Task.pm ++++ b/lib/CipUX/Task.pm +@@ -790,7 +790,7 @@ + $logger->debug( + 'target value not defined, using overwrite'); + $logger->debug( 'type: ', $type ); +- if ( defined %{ $task_api{$task}{overwrite} } ) { ++ if ( %{ $task_api{$task}{overwrite} } ) { + my %overwrite = %{ $task_api{$task}{overwrite} }; + + $logger->debug( diff -Nru cipux-task-3.4.0.7/debian/patches/series cipux-task-3.4.0.7/debian/patches/series --- cipux-task-3.4.0.7/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 +++ cipux-task-3.4.0.7/debian/patches/series 2015-09-06 19:06:01.000000000 +0200 @@ -0,0 +1 @@ +defined-hash.patch
signature.asc
Description: Digital Signature

