~ubuntu-branches/ubuntu/raring/tcl8.5/raring

« back to all changes in this revision

Viewing changes to debian/patches/tclpackagepath.diff

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2011-06-26 11:47:14 UTC
  • mfrom: (11.2.2 sid)
  • Revision ID: james.westby@ubuntu.com-20110626114714-mdw95b180f00mm08
Tags: 8.5.10-1
* New upstream release (closes: #617628).
* Changed tclsh8.5 alternative priority to 850 to make it higher than
  tclsh8.4 one.
* Bumped standards version to 3.9.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
without adding /usr/lib to it. It helps to put the policy compliant value to
3
3
::tcl_pkgPath variable and to TCL_PACKAGE_PATH variable in tclConfig.sh.
4
4
 
5
 
--- tcl8.5-8.5.9.orig/unix/configure
6
 
+++ tcl8.5-8.5.9/unix/configure
7
 
@@ -18863,9 +18863,9 @@
 
5
--- tcl8.5-8.5.10.orig/unix/configure
 
6
+++ tcl8.5-8.5.10/unix/configure
 
7
@@ -18892,9 +18892,9 @@
8
8
     test -z "$TCL_MODULE_PATH"  && \
9
9
        TCL_MODULE_PATH="~/Library/Tcl /Library/Tcl /System/Library/Tcl"
10
10
 elif test "$prefix/lib" != "$libdir"; then
16
16
 fi
17
17
 
18
18
 #--------------------------------------------------------------------
19
 
--- tcl8.5-8.5.9.orig/unix/configure.in
20
 
+++ tcl8.5-8.5.9/unix/configure.in
 
19
--- tcl8.5-8.5.10.orig/unix/configure.in
 
20
+++ tcl8.5-8.5.10/unix/configure.in
21
21
@@ -821,9 +821,9 @@
22
22
     test -z "$TCL_MODULE_PATH"  && \
23
23
        TCL_MODULE_PATH="~/Library/Tcl /Library/Tcl /System/Library/Tcl"