Your message dated Sat, 24 Jan 2015 23:02:32 +0100
with message-id <[email protected]>
and subject line Re: Bug#776156: unblock: chiark-tcl/1.1.3
has caused the Debian Bug report #776156,
regarding unblock: chiark-tcl/1.1.3
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 [email protected]
immediately.)
--
776156: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=776156
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
Please unblock package chiark-tcl. This version fixes a problem with
the build-depends which made it FTBFS on jessie (although 1.1.2 built
on sid).
That is the only change. The debdiff is below.
I have also verified with debdiff on my .changes, and with ldd on a
sample .so file in the package, that there are no relevant differences
to the generated binaries.
Thanks,
Ian.
unblock chiark-tcl/1.1.3
diff -Nru chiark-tcl-1.1.2/debian/changelog chiark-tcl-1.1.3/debian/changelog
--- chiark-tcl-1.1.2/debian/changelog 2014-11-09 12:53:58.000000000 +0000
+++ chiark-tcl-1.1.3/debian/changelog 2015-01-22 19:00:48.000000000 +0000
@@ -1,3 +1,12 @@
+chiark-tcl (1.1.3) unstable; urgency=low
+
+ * Build-Depends: Add tcl8.5-dev to the front of the list of
+ possibilities. Current Tcl packages do not provide tcl-dev, and no
+ earlier version than 8.5 is, in fact, in jessie (8.4 was removed in
+ April 2014). Closes:#775635. (FTBFS)
+
+ -- Ian Jackson <[email protected]> Thu, 22 Jan 2015 19:00:22
+0000
+
chiark-tcl (1.1.2) unstable; urgency=low
* tuntap: Use <net/if.h> not <linux/if.h>. Closes:#768766. (FTBFS)
diff -Nru chiark-tcl-1.1.2/debian/control chiark-tcl-1.1.3/debian/control
--- chiark-tcl-1.1.2/debian/control 2014-11-09 12:33:35.000000000 +0000
+++ chiark-tcl-1.1.3/debian/control 2015-01-22 17:10:51.000000000 +0000
@@ -3,7 +3,7 @@
Priority: optional
Section: interpreters
Standards-Version: 3.9.1
-Build-Depends: libadns1-dev (>= 1.2), nettle-dev, libcdb-dev | tinycdb (<=
0.75), tcl8.4-dev | tcl8.3-dev | tcl8.2-dev | tcl-dev, debhelper (>= 5)
+Build-Depends: libadns1-dev (>= 1.2), nettle-dev, libcdb-dev | tinycdb (<=
0.75), tcl8.5-dev | tcl8.4-dev | tcl8.3-dev | tcl8.2-dev | tcl-dev, debhelper
(>= 5)
Package: libtcl-chiark-1
Architecture: any
--- End Message ---
--- Begin Message ---
On 2015-01-24 19:16, Ian Jackson wrote:
> Package: release.debian.org
> Severity: normal
> User: [email protected]
> Usertags: unblock
>
> Please unblock package chiark-tcl. This version fixes a problem with
> the build-depends which made it FTBFS on jessie (although 1.1.2 built
> on sid).
>
> That is the only change. The debdiff is below.
>
> I have also verified with debdiff on my .changes, and with ldd on a
> sample .so file in the package, that there are no relevant differences
> to the generated binaries.
>
> Thanks,
> Ian.
>
> [...]
>
Unblocked, thanks.
~Niels
--- End Message ---