[Pkg-tcltk-commits] r515 - in tcl8.4/trunk/debian: . patches
sgolovan-guest at alioth.debian.org
sgolovan-guest at alioth.debian.org
Mon Feb 11 13:50:15 UTC 2008
Author: sgolovan-guest
Date: 2008-02-11 13:50:14 +0000 (Mon, 11 Feb 2008)
New Revision: 515
Modified:
tcl8.4/trunk/debian/changelog
tcl8.4/trunk/debian/patches/tcllibrary.diff
tcl8.4/trunk/debian/rules
Log:
[tcl8.4]
* Removed /usr/lib from auto_path for testing purposes.
Modified: tcl8.4/trunk/debian/changelog
===================================================================
--- tcl8.4/trunk/debian/changelog 2008-02-09 08:10:42 UTC (rev 514)
+++ tcl8.4/trunk/debian/changelog 2008-02-11 13:50:14 UTC (rev 515)
@@ -1,8 +1,8 @@
-tcl8.4 (8.4.18-3) UNRELEASED; urgency=low
+tcl8.4 (8.4.18-2exp1) experimental; urgency=low
- * NOT RELEASED YET
+ * Removed /usr/lib from auto_path for testing purposes.
- -- Sergei Golovan <sgolovan at debian.org> Sat, 9 Feb 2008 01:43:04 +0300
+ -- Sergei Golovan <sgolovan at debian.org> Mon, 11 Feb 2008 16:37:30 +0300
tcl8.4 (8.4.18-2) unstable; urgency=low
Modified: tcl8.4/trunk/debian/patches/tcllibrary.diff
===================================================================
--- tcl8.4/trunk/debian/patches/tcllibrary.diff 2008-02-09 08:10:42 UTC (rev 514)
+++ tcl8.4/trunk/debian/patches/tcllibrary.diff 2008-02-11 13:50:14 UTC (rev 515)
@@ -28,7 +28,7 @@
===================================================================
--- tcl8.4-8.4.16.orig/library/init.tcl 2007-07-05 22:03:45.000000000 +0400
+++ tcl8.4-8.4.16/library/init.tcl 2007-10-18 20:28:54.000000000 +0400
-@@ -49,7 +49,7 @@
+@@ -49,17 +49,12 @@
namespace eval tcl {
variable Dir
if {[info library] ne ""} {
@@ -37,3 +37,13 @@
if {[lsearch -exact $::auto_path $Dir] < 0} {
lappend ::auto_path $Dir
}
+ }
+ }
+- set Dir [file join [file dirname [file dirname \
+- [info nameofexecutable]]] lib]
+- if {[lsearch -exact $::auto_path $Dir] < 0} {
+- lappend ::auto_path $Dir
+- }
+ if {[info exists ::tcl_pkgPath]} {
+ foreach Dir $::tcl_pkgPath {
+ if {[lsearch -exact $::auto_path $Dir] < 0} {
Modified: tcl8.4/trunk/debian/rules
===================================================================
--- tcl8.4/trunk/debian/rules 2008-02-09 08:10:42 UTC (rev 514)
+++ tcl8.4/trunk/debian/rules 2008-02-11 13:50:14 UTC (rev 515)
@@ -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 /usr/lib" \
+ TCL_PACKAGE_PATH="/usr/local/lib/tcltk /usr/local/share/tcltk /usr/lib/tcltk /usr/share/tcltk" \
./configure --prefix=/usr \
--includedir=/usr/include/tcl$(v) \
--enable-shared \
More information about the Pkg-tcltk-commits
mailing list