[Pkg-tcltk-commits] r364 - tcl8.4/trunk/debian
sgolovan-guest at alioth.debian.org
sgolovan-guest at alioth.debian.org
Wed Nov 14 06:09:04 UTC 2007
Author: sgolovan-guest
Date: 2007-11-14 06:09:04 +0000 (Wed, 14 Nov 2007)
New Revision: 364
Modified:
tcl8.4/trunk/debian/changelog
tcl8.4/trunk/debian/rules
Log:
[tcl8.4] Added /usr/lib to TCL_PACKAGE_PATH
Modified: tcl8.4/trunk/debian/changelog
===================================================================
--- tcl8.4/trunk/debian/changelog 2007-10-27 04:37:08 UTC (rev 363)
+++ tcl8.4/trunk/debian/changelog 2007-11-14 06:09:04 UTC (rev 364)
@@ -1,8 +1,9 @@
-tcl8.4 (8.4.16-4) UNRELEASED; urgency=low
+tcl8.4 (8.4.16-4) unstable; urgency=medium
- * NOT RELEASED YET
+ * Temporarily (until transition to a new Tcl/Tk policy is done) readded
+ /usr/lib to TCL_PACKAGE_PATH variable (closes: #451129, #451195).
- -- Sergei Golovan <sgolovan at debian.org> Sat, 20 Oct 2007 06:42:11 +0400
+ -- Sergei Golovan <sgolovan at debian.org> Wed, 14 Nov 2007 08:42:30 +0300
tcl8.4 (8.4.16-3) unstable; urgency=low
Modified: tcl8.4/trunk/debian/rules
===================================================================
--- tcl8.4/trunk/debian/rules 2007-10-27 04:37:08 UTC (rev 363)
+++ tcl8.4/trunk/debian/rules 2007-11-14 06:09:04 UTC (rev 364)
@@ -34,7 +34,7 @@
touch generic/tclStubInit.c
cd unix && \
TCL_LIBRARY="/usr/share/tcltk/tcl$(v)" \
- 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