Package: release.debian.org Severity: normal User: [email protected] Usertags: unblock
Please unblock package irssi-plugin-robustirc The new package builds correctly on all release architectures: https://buildd.debian.org/status/package.php?p=irssi-plugin-robustirc&suite=unstable justification: there was a subtle bug in the previous fix for #854434 (which was unblocked in #854491). The updated fix in package version 0.6-4 has been more thoroughly tested and confirmed working. Sorry for the trouble, and could you please unblock 0.6-4 as well? debian bug numbers: #854434 (severity normal) source debdiff: diff -Nru irssi-plugin-robustirc-0.6/debian/changelog irssi-plugin-robustirc-0.6/debian/changelog --- irssi-plugin-robustirc-0.6/debian/changelog 2017-02-07 08:54:49.000000000 +0100 +++ irssi-plugin-robustirc-0.6/debian/changelog 2017-02-20 08:46:32.000000000 +0100 @@ -1,3 +1,10 @@ +irssi-plugin-robustirc (0.6-4) unstable; urgency=medium + + * debian/patches/uint64.diff: add missing % signs which rendered the patch + entirely broken (closes: #854434) + + -- Michael Stapelberg <[email protected]> Mon, 20 Feb 2017 08:46:32 +0100 + irssi-plugin-robustirc (0.6-3) unstable; urgency=medium * debian/patches/uint64.diff: ensure last_id_id and last_id_reply are 64-bit diff -Nru irssi-plugin-robustirc-0.6/debian/patches/uint64.diff irssi-plugin-robustirc-0.6/debian/patches/uint64.diff --- irssi-plugin-robustirc-0.6/debian/patches/uint64.diff 2017-02-07 08:54:49.000000000 +0100 +++ irssi-plugin-robustirc-0.6/debian/patches/uint64.diff 2017-02-20 08:46:32.000000000 +0100 @@ -47,7 +47,7 @@ free(request->ctx->lastseen); request->ctx->lastseen = g_strdup_printf( - "%ld.%ld", -+ PRIu64 "." PRIu64, ++ "%" PRIu64 ".%" PRIu64, request->last_id_id, request->last_id_reply); } unblock irssi-plugin-robustirc/0.6-4 -- System Information: Debian Release: 9.0 APT prefers testing APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 'testing-debug'), (500, 'unstable') Architecture: amd64 (x86_64) Foreign Architectures: i386, armel, mipsel Kernel: Linux 4.9.0-1-amd64 (SMP w/8 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)

