[Pkg-tcltk-commits] r498 - tcl8.5/trunk/debian

sgolovan-guest at alioth.debian.org sgolovan-guest at alioth.debian.org
Fri Feb 8 18:33:31 UTC 2008


Author: sgolovan-guest
Date: 2008-02-08 18:33:30 +0000 (Fri, 08 Feb 2008)
New Revision: 498

Modified:
   tcl8.5/trunk/debian/changelog
   tcl8.5/trunk/debian/tcl8.5.postinst
Log:
[tcl8.5]
  * Increased priority of /usr/bin/tclsh8.5 as an alternative to
    /usr/bin/tclsh.


Modified: tcl8.5/trunk/debian/changelog
===================================================================
--- tcl8.5/trunk/debian/changelog	2008-02-05 19:52:45 UTC (rev 497)
+++ tcl8.5/trunk/debian/changelog	2008-02-08 18:33:30 UTC (rev 498)
@@ -1,6 +1,8 @@
 tcl8.5 (8.5.1-1) unstable; urgency=low
 
   * New upstream release.
+  * Increased priority of /usr/bin/tclsh8.5 as an alternative to
+    /usr/bin/tclsh.
   * Overridden lintian warning package-name-doesnt-match-sonames since tcl8.5
     package contains not only a library, and it's unreasonable to split it
     into smaller parts.

Modified: tcl8.5/trunk/debian/tcl8.5.postinst
===================================================================
--- tcl8.5/trunk/debian/tcl8.5.postinst	2008-02-05 19:52:45 UTC (rev 497)
+++ tcl8.5/trunk/debian/tcl8.5.postinst	2008-02-08 18:33:30 UTC (rev 498)
@@ -3,7 +3,7 @@
 set -e
 
 if [ "$1" = "configure" ]; then
-    update-alternatives --install /usr/bin/tclsh tclsh /usr/bin/tclsh8.5 800 \
+    update-alternatives --install /usr/bin/tclsh tclsh /usr/bin/tclsh8.5 850 \
 			--slave /usr/share/man/man1/tclsh.1.gz tclsh.1 \
 				/usr/share/man/man1/tclsh8.5.1.gz
 fi




More information about the Pkg-tcltk-commits mailing list