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

sgolovan-guest at alioth.debian.org sgolovan-guest at alioth.debian.org
Tue Jul 15 16:14:14 UTC 2008


Author: sgolovan-guest
Date: 2008-07-15 16:14:13 +0000 (Tue, 15 Jul 2008)
New Revision: 700

Modified:
   tcl8.5/trunk/debian/changelog
   tcl8.5/trunk/debian/rules
   tcl8.5/trunk/debian/tcl8.5.postinst
Log:
[tcl8.5]
  * Decreased priority of tclsh (and corresponding manpage) alternative
    because tcl8.4 is still a default Tcl package.
  * Disabled DLL unloading also on hppa architectures.


Modified: tcl8.5/trunk/debian/changelog
===================================================================
--- tcl8.5/trunk/debian/changelog	2008-07-05 14:16:29 UTC (rev 699)
+++ tcl8.5/trunk/debian/changelog	2008-07-15 16:14:13 UTC (rev 700)
@@ -1,8 +1,10 @@
-tcl8.5 (8.5.3-2) UNRELEASED; urgency=low
+tcl8.5 (8.5.3-2) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * Decreased priority of tclsh (and corresponding manpage) alternative
+    because tcl8.4 is still a default Tcl package.
+  * Disabled DLL unloading also on hppa architectures.
 
- -- Sergei Golovan <sgolovan at debian.org>  Thu,  3 Jul 2008 21:33:34 +0400
+ -- Sergei Golovan <sgolovan at debian.org>  Tue, 15 Jul 2008 18:21:17 +0400
 
 tcl8.5 (8.5.3-1) unstable; urgency=low
 

Modified: tcl8.5/trunk/debian/rules
===================================================================
--- tcl8.5/trunk/debian/rules	2008-07-05 14:16:29 UTC (rev 699)
+++ tcl8.5/trunk/debian/rules	2008-07-15 16:14:13 UTC (rev 700)
@@ -25,10 +25,14 @@
 endif
 # Enable DLL unloading only for non-kfreebsd arches (see bug #488684)
 ifeq (, $(findstring kfreebsd, $(DEB_HOST_ARCH)))
+ifeq (, $(findstring hppa, $(DEB_HOST_ARCH)))
 DLL_UNLOADING=--enable-dll-unloading
 else
 DLL_UNLOADING=--disable-dll-unloading
 endif
+else
+DLL_UNLOADING=--disable-dll-unloading
+endif
 
 unpatch:
 	dh_testdir

Modified: tcl8.5/trunk/debian/tcl8.5.postinst
===================================================================
--- tcl8.5/trunk/debian/tcl8.5.postinst	2008-07-05 14:16:29 UTC (rev 699)
+++ tcl8.5/trunk/debian/tcl8.5.postinst	2008-07-15 16:14:13 UTC (rev 700)
@@ -3,7 +3,7 @@
 set -e
 
 if [ "$1" = "configure" ]; then
-    update-alternatives --install /usr/bin/tclsh tclsh /usr/bin/tclsh8.5 850 \
+    update-alternatives --install /usr/bin/tclsh tclsh /usr/bin/tclsh8.5 840 \
 			--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