[Pkg-tcltk-commits] r258 - tcl8.4/trunk/debian

sgolovan-guest at alioth.debian.org sgolovan-guest at alioth.debian.org
Sun Oct 14 16:31:03 UTC 2007


Author: sgolovan-guest
Date: 2007-10-14 16:31:03 +0000 (Sun, 14 Oct 2007)
New Revision: 258

Removed:
   tcl8.4/trunk/debian/tcl8.4.preinst
Modified:
   tcl8.4/trunk/debian/changelog
   tcl8.4/trunk/debian/control
   tcl8.4/trunk/debian/rules
Log:
[tcl8.4]
Removed symlink /usr/lib/tcl8.4.


Modified: tcl8.4/trunk/debian/changelog
===================================================================
--- tcl8.4/trunk/debian/changelog	2007-10-14 09:13:20 UTC (rev 257)
+++ tcl8.4/trunk/debian/changelog	2007-10-14 16:31:03 UTC (rev 258)
@@ -10,14 +10,13 @@
     http://pkg-tcltk.alioth.debian.org/tcltk-policy.html/)
   * Removed TCL_INC_DIR from tclConfig.sh and tcl.m4.
   * Moved architecture independent files from /usr/lib/tcl8.4 to
-    /usr/share/tcltk/tcl8.4 leaving /usr/lib/tcl8.4 as a symlink to maintain
-    backward compatibility. Eventually, the symlink will be removed.
+    /usr/share/tcltk/tcl8.4 breaking backward compatibility.
   * Fixed bug with update-alternatives in prerm scripts.
 
   [ Francesco Paolo Lovergine ]
   * Added Homepage field in debian/control. 
 
- -- Sergei Golovan <sgolovan at debian.org>  Sat, 13 Oct 2007 21:42:46 +0400
+ -- Sergei Golovan <sgolovan at debian.org>  Sun, 14 Oct 2007 20:26:52 +0400
 
 tcl8.4 (8.4.16-1) unstable; urgency=low
 

Modified: tcl8.4/trunk/debian/control
===================================================================
--- tcl8.4/trunk/debian/control	2007-10-14 09:13:20 UTC (rev 257)
+++ tcl8.4/trunk/debian/control	2007-10-14 16:31:03 UTC (rev 258)
@@ -12,7 +12,7 @@
 Priority: optional
 Architecture: any
 Depends: ${shlibs:Depends}
-Conflicts: tcl, tcl74 (<= 7.4p3-2)
+Conflicts: tcl74 (<= 7.4p3-2)
 Provides: tclsh
 Suggests: tclreadline
 Description: Tcl (the Tool Command Language) v8.4 - run-time files
@@ -25,7 +25,7 @@
 Priority: optional
 Architecture: all
 Suggests: tcl8.4
-Conflicts: tcl, tcl-doc
+Conflicts: tcl-doc
 Provides: tcl-doc
 Description: Tcl (the Tool Command Language) v8.4 - manual pages
  Tcl is a powerful, easy-to-use, embeddable, cross-platform interpreted
@@ -36,8 +36,6 @@
 Priority: optional
 Architecture: any
 Depends: libc6-dev|libc-dev, tcl8.4 (= ${binary:Version})
-Conflicts: tcl
-Provides: tcl-dev
 Suggests: tcl8.4-doc
 Description: Tcl (the Tool Command Language) v8.4 - development files
  Tcl is a powerful, easy-to-use, embeddable, cross-platform interpreted

Modified: tcl8.4/trunk/debian/rules
===================================================================
--- tcl8.4/trunk/debian/rules	2007-10-14 09:13:20 UTC (rev 257)
+++ tcl8.4/trunk/debian/rules	2007-10-14 16:31:03 UTC (rev 258)
@@ -140,9 +140,6 @@
 	   debian/tcl$(v)/usr/share/tcltk/tcl$(v)/*.m4 \
 	   debian/tcl$(v)-dev/usr/share/tcltk/tcl$(v)
 
-# Link /usr/share/tcltk/tcl8.4 to /usr/lib/tcl8.4 for backward compatibility
-	ln -sf ../share/tcltk/tcl$(v) debian/tcl$(v)/usr/lib/tcl$(v)
-
 	dh_installdocs -a
 	dh_installmenu -a
 	dh_installchangelogs -a ChangeLog

Deleted: tcl8.4/trunk/debian/tcl8.4.preinst
===================================================================
--- tcl8.4/trunk/debian/tcl8.4.preinst	2007-10-14 09:13:20 UTC (rev 257)
+++ tcl8.4/trunk/debian/tcl8.4.preinst	2007-10-14 16:31:03 UTC (rev 258)
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-set -e
-
-# remove the /usr/lib/tcl8.4 directory, so we can replace it with a symlink
-if [ -d /usr/lib/tcl8.4 ] && [ ! -L /usr/lib/tcl8.4 ]; then
-    rm -rf /usr/lib/tcl8.4
-fi
-
-#DEBHELPER#




More information about the Pkg-tcltk-commits mailing list