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

sgolovan-guest at alioth.debian.org sgolovan-guest at alioth.debian.org
Thu Oct 18 11:33:26 UTC 2007


Author: sgolovan-guest
Date: 2007-10-18 11:33:26 +0000 (Thu, 18 Oct 2007)
New Revision: 269

Removed:
   tcl8.4/trunk/debian/tcl8.4-dev.postinst
   tcl8.4/trunk/debian/tcl8.4-dev.prerm
Modified:
   tcl8.4/trunk/debian/changelog
   tcl8.4/trunk/debian/control
   tcl8.4/trunk/debian/rules
Log:
[tcl8.4]
  * Removed build-essential package from tcl8.4-dev dependencies.
  * Moved tcl.m4 to /usr/share/aclocal/tcl8.4.m4 to make it easier to use
    different versions of tcl.m4.
  * Removed alternative of tcl.m4 (the link to default tcl.m4 is to be
    maintained by tcl-dev package).


Modified: tcl8.4/trunk/debian/changelog
===================================================================
--- tcl8.4/trunk/debian/changelog	2007-10-18 11:32:27 UTC (rev 268)
+++ tcl8.4/trunk/debian/changelog	2007-10-18 11:33:26 UTC (rev 269)
@@ -14,11 +14,16 @@
   * Fixed bug with update-alternatives in prerm scripts.
   * Removed conflicts with tcl and providing tcl-dev packages from
     debian/control to prepare binary packages for default tcl and tcl-dev.
+  * Removed build-essential package from tcl8.4-dev dependencies.
+  * Moved tcl.m4 to /usr/share/aclocal/tcl8.4.m4 to make it easier to use
+    different versions of tcl.m4.
+  * Removed alternative of tcl.m4 (the link to default tcl.m4 is to be
+    maintained by tcl-dev package).
 
   [ Francesco Paolo Lovergine ]
   * Added Homepage field in debian/control. 
 
- -- Sergei Golovan <sgolovan at debian.org>  Sun, 14 Oct 2007 20:26:52 +0400
+ -- Sergei Golovan <sgolovan at debian.org>  Wed, 17 Oct 2007 20:56:24 +0400
 
 tcl8.4 (8.4.16-1) unstable; urgency=low
 

Modified: tcl8.4/trunk/debian/control
===================================================================
--- tcl8.4/trunk/debian/control	2007-10-18 11:32:27 UTC (rev 268)
+++ tcl8.4/trunk/debian/control	2007-10-18 11:33:26 UTC (rev 269)
@@ -35,7 +35,7 @@
 Section: devel
 Priority: optional
 Architecture: any
-Depends: libc6-dev|libc-dev, tcl8.4 (= ${binary:Version})
+Depends: tcl8.4 (= ${binary:Version})
 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-18 11:32:27 UTC (rev 268)
+++ tcl8.4/trunk/debian/rules	2007-10-18 11:33:26 UTC (rev 269)
@@ -136,8 +136,9 @@
 	dh_testroot -a
 	dh_movefiles -a
 # now, fix up file locations for .sh and .m4
-	mv debian/tcl$(v)/usr/share/tcltk/tcl$(v)/*.sh \
-	   debian/tcl$(v)/usr/share/tcltk/tcl$(v)/*.m4 \
+	mv debian/tcl$(v)/usr/share/tcltk/tcl$(v)/tcl.m4 \
+	   debian/tcl$(v)-dev/usr/share/aclocal/tcl$(v).m4
+	mv debian/tcl$(v)/usr/share/tcltk/tcl$(v)/tclConfig.sh \
 	   debian/tcl$(v)-dev/usr/share/tcltk/tcl$(v)
 
 	dh_installdocs -a

Deleted: tcl8.4/trunk/debian/tcl8.4-dev.postinst
===================================================================
--- tcl8.4/trunk/debian/tcl8.4-dev.postinst	2007-10-18 11:32:27 UTC (rev 268)
+++ tcl8.4/trunk/debian/tcl8.4-dev.postinst	2007-10-18 11:33:26 UTC (rev 269)
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if [ "$1" = "configure" ]; then
-    update-alternatives --install /usr/share/aclocal/tcl.m4 tcl.m4 \
-				  /usr/share/tcltk/tcl8.4/tcl.m4 841
-
-fi
-
-#DEBHELPER#

Deleted: tcl8.4/trunk/debian/tcl8.4-dev.prerm
===================================================================
--- tcl8.4/trunk/debian/tcl8.4-dev.prerm	2007-10-18 11:32:27 UTC (rev 268)
+++ tcl8.4/trunk/debian/tcl8.4-dev.prerm	2007-10-18 11:33:26 UTC (rev 269)
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-set -e
-
-update-alternatives --remove tcl.m4 /usr/share/tcltk/tcl8.4/tcl.m4
-
-#DEBHELPER#




More information about the Pkg-tcltk-commits mailing list