Package: release.debian.org Severity: normal User: [email protected] Usertags: freeze-exception
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Hi Release Team libsvn-notify-mirror-perl FTBFS with subversion 1.7.5 in unstable. This is bug #678791. This does not (yet) affect wheezy, only if the subversion will be accepted/unblocked there. The patch in unstable however will let the package build with both subversion version. Please unblock package libsvn-notify-mirror-perl if you agree. unblock libsvn-notify-mirror-perl/0.03800-2 Regards, Salvatore - -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/8 CPU cores) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/dash -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQIcBAEBCAAGBQJP85VJAAoJEHidbwV/2GP+cVUP/3OBLrhn2BufG2U2+WAZzOaA 1GwkgXeIjyqM23HTfCGDvov73Tg0BmaPkbqXug+0BDLZI6Cs+glmcXsJxjyqhLNo MT3l3qsDqnsByh4ca/huQvKtbzUhfpYw5Gg0Jt0hPypoKaXDk8UWT8dLF6IUQZNE IPSMNJ03LYYAr1kcmbrarrdqKqmt+eakQ9DxFdUkJudb51FSE/dMviK8yV2JWHj/ 3yak+fLq6lKcYrdN8GC7+vBJ6+QZHoLWD8bNgPL6RQElPfrC++dPLYpF5ksc5csa HW8ClWbcZ7klTtsdASjT+kwEWk6iHJPxF6z4sNNPbPWJA0YfYtNPqsDez2hsvCaJ r3LJbt1JCf0Ms7XCfszhiZF9QW4w82Lunpo0MwBfp+o1H05lbiG+NZVaK68o1hzd FOXcmtCavQMf0dh0gm8WMgXI7taAKa3m5ycBpAzZtK5IFOEgRlrtEHKdjCTouZjP 0x6ymAKXUkpaLQ2/2FcFHjaaGaTdG4wYcobB6H3q6NXfvnK0f2uapKdqNMhYdY8g N7smUQtVCBYIqJCrCrX1+gTmfug55xtpDvrWh8i65kGiIiWQcBlBFkYN4mLV3uXJ 7gH5HR0mqrmGR7sYk2w6U1q93iwYtirfz+UGTxyxksotXdLR+5FnhsZvz/+quEc/ 3blaMeQASPM5VI+zPXFc =kGEz -----END PGP SIGNATURE-----
>From ca04863992fe1187788832396f7484c0fb3e3bd1 Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso <[email protected]> Date: Tue, 3 Jul 2012 21:51:32 +0200 Subject: [PATCH] Work with changed output from subversion 1.7 Patch t/corelist.pm to work with changed output of svnnotify. Fix FTBFS "tests failed". Closes: #678791 --- t/coretests.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/t/coretests.pm b/t/coretests.pm index 0be09e2..f167eeb 100644 --- a/t/coretests.pm +++ b/t/coretests.pm @@ -178,6 +178,7 @@ sub _test { open $TESTER, '-|', _build_command($command, %args); while (<$TESTER>) { chomp; + next if ( /^Updating '.+':/ ); if ( /^At revision (\d+)\./ ) { ok ( $1 == $args{revision} , "No changes in $prefix at revision: " . $args{revision} ); -- 1.7.10

