[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#855685: marked as done (unblock: irssi-plugin-robustirc/0.6-4)



Your message dated Tue, 21 Feb 2017 23:21:27 +0100
with message-id <20170221222125.GA18890@ugent.be>
and subject line Re: unblock: irssi-plugin-robustirc/0.6-4
has caused the Debian Bug report #855685,
regarding unblock: irssi-plugin-robustirc/0.6-4
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
855685: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=855685
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
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 <stapelberg@debian.org>  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)

--- End Message ---
--- Begin Message ---
Hi,

On Tue, Feb 21, 2017 at 08:54:06AM +0100, Michael Stapelberg wrote:
> Please unblock package irssi-plugin-robustirc

Unblocked.

Cheers,

Ivo

--- End Message ---

Reply to: