[Pkg-tcltk-commits] r705 - tk8.5/trunk/debian
sgolovan-guest at alioth.debian.org
sgolovan-guest at alioth.debian.org
Tue Jul 15 16:59:35 UTC 2008
Author: sgolovan-guest
Date: 2008-07-15 16:59:34 +0000 (Tue, 15 Jul 2008)
New Revision: 705
Modified:
tk8.5/trunk/debian/changelog
tk8.5/trunk/debian/tk8.5.postinst
Log:
[tk8.5]
* Decreased priority of tclsh (and corresponding manpage) alternative
because tcl8.4 is still a default Tcl package.
Modified: tk8.5/trunk/debian/changelog
===================================================================
--- tk8.5/trunk/debian/changelog 2008-07-15 16:48:12 UTC (rev 704)
+++ tk8.5/trunk/debian/changelog 2008-07-15 16:59:34 UTC (rev 705)
@@ -2,6 +2,8 @@
* Added a patch by upstream to mitigate a design bug in Tk event system
(Tk events break if built with x11proto-core 7.0.13).
+ * Decreased priority of tclsh (and corresponding manpage) alternative
+ because tcl8.4 is still a default Tcl package.
-- Sergei Golovan <sgolovan at debian.org> Tue, 15 Jul 2008 20:47:11 +0400
Modified: tk8.5/trunk/debian/tk8.5.postinst
===================================================================
--- tk8.5/trunk/debian/tk8.5.postinst 2008-07-15 16:48:12 UTC (rev 704)
+++ tk8.5/trunk/debian/tk8.5.postinst 2008-07-15 16:59:34 UTC (rev 705)
@@ -3,7 +3,7 @@
set -e
if [ "$1" = "configure" ]; then
- update-alternatives --install /usr/bin/wish wish /usr/bin/wish8.5 850 \
+ update-alternatives --install /usr/bin/wish wish /usr/bin/wish8.5 840 \
--slave /usr/share/man/man1/wish.1.gz wish.1 \
/usr/share/man/man1/wish8.5.1.gz
fi
More information about the Pkg-tcltk-commits
mailing list