[Pkg-tcltk-commits] r1941 - tk8.7/trunk/debian
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Sat Jan 27 20:09:05 UTC 2018
Author: sgolovan
Date: 2018-01-27 20:09:05 +0000 (Sat, 27 Jan 2018)
New Revision: 1941
Modified:
tk8.7/trunk/debian/changelog
tk8.7/trunk/debian/control
Log:
[tk8.7]
* Fix dependency of libtk8.7 on libtcl8.7.
Modified: tk8.7/trunk/debian/changelog
===================================================================
--- tk8.7/trunk/debian/changelog 2018-01-27 14:27:48 UTC (rev 1940)
+++ tk8.7/trunk/debian/changelog 2018-01-27 20:09:05 UTC (rev 1941)
@@ -1,8 +1,8 @@
-tk8.7 (8.7.0~a1-2) UNRELEASED; urgency=medium
+tk8.7 (8.7.0~a1-2) experimental; urgency=medium
- * NOT RELEASED YET
+ * Fix dependency of libtk8.7 on libtcl8.7.
- -- Sergei Golovan <sgolovan at debian.org> Fri, 12 Jan 2018 20:26:10 +0300
+ -- Sergei Golovan <sgolovan at debian.org> Sat, 27 Jan 2018 23:08:35 +0300
tk8.7 (8.7.0~a1-1) experimental; urgency=medium
Modified: tk8.7/trunk/debian/control
===================================================================
--- tk8.7/trunk/debian/control 2018-01-27 14:27:48 UTC (rev 1940)
+++ tk8.7/trunk/debian/control 2018-01-27 20:09:05 UTC (rev 1941)
@@ -26,7 +26,7 @@
Priority: optional
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
-Depends: libtcl8.7 (>= 8.7.0-2), ${shlibs:Depends}, ${misc:Depends}
+Depends: libtcl8.7 (>= 8.7.0~), ${shlibs:Depends}, ${misc:Depends}
Suggests: tk8.7
Provides: libtk
Multi-Arch: same
More information about the Pkg-tcltk-commits
mailing list