[Pkg-tcltk-commits] r366 - tcl8.3/trunk/debian
sgolovan-guest at alioth.debian.org
sgolovan-guest at alioth.debian.org
Wed Nov 14 06:09:16 UTC 2007
Author: sgolovan-guest
Date: 2007-11-14 06:09:16 +0000 (Wed, 14 Nov 2007)
New Revision: 366
Modified:
tcl8.3/trunk/debian/changelog
tcl8.3/trunk/debian/rules
Log:
[tcl8.3] Added /usr/lib to TCL_PACKAGE_PATH
Modified: tcl8.3/trunk/debian/changelog
===================================================================
--- tcl8.3/trunk/debian/changelog 2007-11-14 06:09:10 UTC (rev 365)
+++ tcl8.3/trunk/debian/changelog 2007-11-14 06:09:16 UTC (rev 366)
@@ -1,8 +1,9 @@
-tcl8.3 (8.3.5-10) UNRELEASED; urgency=low
+tcl8.3 (8.3.5-10) 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, 20 Oct 2007 06:42:00 +0400
+ -- Sergei Golovan <sgolovan at debian.org> Wed, 14 Nov 2007 08:57:54 +0300
tcl8.3 (8.3.5-9) unstable; urgency=low
Modified: tcl8.3/trunk/debian/rules
===================================================================
--- tcl8.3/trunk/debian/rules 2007-11-14 06:09:10 UTC (rev 365)
+++ tcl8.3/trunk/debian/rules 2007-11-14 06:09:16 UTC (rev 366)
@@ -31,7 +31,7 @@
# so so ugly but it works...
touch generic/tclStubInit.c
cd unix && \
- 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 \
More information about the Pkg-tcltk-commits
mailing list