[Pkg-tcltk-commits] r365 - tcl8.5/trunk/debian
sgolovan-guest at alioth.debian.org
sgolovan-guest at alioth.debian.org
Wed Nov 14 06:09:10 UTC 2007
Author: sgolovan-guest
Date: 2007-11-14 06:09:10 +0000 (Wed, 14 Nov 2007)
New Revision: 365
Modified:
tcl8.5/trunk/debian/changelog
tcl8.5/trunk/debian/rules
Log:
[tcl8.5] Added /usr/lib to TCL_PACKAGE_PATH
Modified: tcl8.5/trunk/debian/changelog
===================================================================
--- tcl8.5/trunk/debian/changelog 2007-11-14 06:09:04 UTC (rev 364)
+++ tcl8.5/trunk/debian/changelog 2007-11-14 06:09:10 UTC (rev 365)
@@ -1,8 +1,9 @@
-tcl8.5 (0.b2-2) UNRELEASED; urgency=low
+tcl8.5 (0.b2-2) unstable; urgency=low
- * NOT RELEASED YET
+ * Temporarily (until transition to a new Tcl/Tk policy is done) readded
+ /usr/lib to TCL_PACKAGE_PATH variable.
- -- Sergei Golovan <sgolovan at debian.org> Sat, 27 Oct 2007 08:36:19 +0400
+ -- Sergei Golovan <sgolovan at debian.org> Wed, 14 Nov 2007 09:00:02 +0300
tcl8.5 (0.b2-1) unstable; urgency=low
Modified: tcl8.5/trunk/debian/rules
===================================================================
--- tcl8.5/trunk/debian/rules 2007-11-14 06:09:04 UTC (rev 364)
+++ tcl8.5/trunk/debian/rules 2007-11-14 06:09:10 UTC (rev 365)
@@ -34,7 +34,7 @@
touch generic/tclStubInit.c
cd unix && \
TCL_LIBRARY="/usr/share/tcltk/tcl8.5" \
- TCL_PACKAGE_PATH="/usr/local/lib/tcltk /usr/local/share/tcltk /usr/lib/tcltk /usr/share/tcltk" \
+ TCL_PACKAGE_PATH="/usr/local/lib/tcltk /usr/local/share/tcltk /usr/lib/tcltk /usr/share/tcltk /usr/lib" \
./configure --prefix=/usr \
--includedir=/usr/include/tcl$(v) \
--enable-shared --enable-threads \
More information about the Pkg-tcltk-commits
mailing list