[Pkg-tcltk-commits] r1515 - tcl8.6/branches/experimental/debian
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Fri Sep 27 07:38:22 UTC 2013
Author: sgolovan
Date: 2013-09-27 07:38:21 +0000 (Fri, 27 Sep 2013)
New Revision: 1515
Modified:
tcl8.6/branches/experimental/debian/changelog
tcl8.6/branches/experimental/debian/control
Log:
[tcl8.6-experimental]
* Added zlib1g-dev to the tcl8.6-dev dependencies, because some of the
packages (e.g. tcl-signal) use $TCL_LIBS which in turn requires zlib
to be linked.
Modified: tcl8.6/branches/experimental/debian/changelog
===================================================================
--- tcl8.6/branches/experimental/debian/changelog 2013-09-25 18:31:25 UTC (rev 1514)
+++ tcl8.6/branches/experimental/debian/changelog 2013-09-27 07:38:21 UTC (rev 1515)
@@ -1,8 +1,10 @@
-tcl8.6 (8.6.1-3) UNRELEASED; urgency=low
+tcl8.6 (8.6.1-3) experimental; urgency=low
- * NOT RELEASED YET
+ * Added zlib1g-dev to the tcl8.6-dev dependencies, because some of the
+ packages (e.g. tcl-signal) use $TCL_LIBS which in turn requires zlib
+ to be linked.
- -- Sergei Golovan <sgolovan at debian.org> Wed, 25 Sep 2013 22:04:46 +0400
+ -- Sergei Golovan <sgolovan at debian.org> Fri, 27 Sep 2013 11:37:37 +0400
tcl8.6 (8.6.1-2) experimental; urgency=low
Modified: tcl8.6/branches/experimental/debian/control
===================================================================
--- tcl8.6/branches/experimental/debian/control 2013-09-25 18:31:25 UTC (rev 1514)
+++ tcl8.6/branches/experimental/debian/control 2013-09-27 07:38:21 UTC (rev 1515)
@@ -41,7 +41,8 @@
Section: libdevel
Priority: optional
Architecture: any
-Depends: dpkg-dev (>= 1.16.1~), libtcl8.6 (= ${binary:Version}), tcl8.6, ${misc:Depends}
+Depends: dpkg-dev (>= 1.16.1~), zlib1g-dev, libtcl8.6 (= ${binary:Version}),
+ tcl8.6, ${misc:Depends}
Suggests: tcl8.6-doc
Multi-Arch: same
Description: Tcl (the Tool Command Language) v8.6 - development files
More information about the Pkg-tcltk-commits
mailing list