[Pkg-tcltk-commits] r270 - tcl8.5/trunk/debian
sgolovan-guest at alioth.debian.org
sgolovan-guest at alioth.debian.org
Thu Oct 18 11:34:12 UTC 2007
Author: sgolovan-guest
Date: 2007-10-18 11:34:11 +0000 (Thu, 18 Oct 2007)
New Revision: 270
Removed:
tcl8.5/trunk/debian/tcl8.5-dev.postinst
tcl8.5/trunk/debian/tcl8.5-dev.prerm
Modified:
tcl8.5/trunk/debian/changelog
tcl8.5/trunk/debian/control
tcl8.5/trunk/debian/rules
tcl8.5/trunk/debian/tcl8.5.postinst
Log:
[tcl8.5]
* Removed build-essential package from tcl8.5-dev dependencies.
* Moved tcl.m4 to /usr/share/aclocal/tcl8.5.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.5/trunk/debian/changelog
===================================================================
--- tcl8.5/trunk/debian/changelog 2007-10-18 11:33:26 UTC (rev 269)
+++ tcl8.5/trunk/debian/changelog 2007-10-18 11:34:11 UTC (rev 270)
@@ -15,11 +15,16 @@
debian/control to prepare binary packages for default tcl and tcl-dev.
* Replaced /usr/lib by /usr/lib/tcltk in Tcl modules roots
(TCL_MODULE_PATH).
+ * Removed build-essential package from tcl8.5-dev dependencies.
+ * Moved tcl.m4 to /usr/share/aclocal/tcl8.5.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 ]
* Introduced Homepage field in debian/control.
- -- Sergei Golovan <sgolovan at debian.org> Sun, 14 Oct 2007 21:53:11 +0400
+ -- Sergei Golovan <sgolovan at debian.org> Wed, 17 Oct 2007 20:57:28 +0400
tcl8.5 (0.b1-1) unstable; urgency=low
Modified: tcl8.5/trunk/debian/control
===================================================================
--- tcl8.5/trunk/debian/control 2007-10-18 11:33:26 UTC (rev 269)
+++ tcl8.5/trunk/debian/control 2007-10-18 11:34:11 UTC (rev 270)
@@ -35,7 +35,7 @@
Section: devel
Priority: optional
Architecture: any
-Depends: libc6-dev|libc-dev, tcl8.5 (= ${binary:Version})
+Depends: tcl8.5 (= ${binary:Version})
Suggests: tcl8.5-doc
Description: Tcl (the Tool Command Language) v8.5 - development files
Tcl is a powerful, easy-to-use, embeddable, cross-platform interpreted
Modified: tcl8.5/trunk/debian/rules
===================================================================
--- tcl8.5/trunk/debian/rules 2007-10-18 11:33:26 UTC (rev 269)
+++ tcl8.5/trunk/debian/rules 2007-10-18 11:34:11 UTC (rev 270)
@@ -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.5/trunk/debian/tcl8.5-dev.postinst
===================================================================
--- tcl8.5/trunk/debian/tcl8.5-dev.postinst 2007-10-18 11:33:26 UTC (rev 269)
+++ tcl8.5/trunk/debian/tcl8.5-dev.postinst 2007-10-18 11:34:11 UTC (rev 270)
@@ -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.5/tcl.m4 830
-
-fi
-
-#DEBHELPER#
Deleted: tcl8.5/trunk/debian/tcl8.5-dev.prerm
===================================================================
--- tcl8.5/trunk/debian/tcl8.5-dev.prerm 2007-10-18 11:33:26 UTC (rev 269)
+++ tcl8.5/trunk/debian/tcl8.5-dev.prerm 2007-10-18 11:34:11 UTC (rev 270)
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-set -e
-
-update-alternatives --remove tcl.m4 /usr/share/tcltk/tcl8.5/tcl.m4
-
-#DEBHELPER#
Modified: tcl8.5/trunk/debian/tcl8.5.postinst
===================================================================
--- tcl8.5/trunk/debian/tcl8.5.postinst 2007-10-18 11:33:26 UTC (rev 269)
+++ tcl8.5/trunk/debian/tcl8.5.postinst 2007-10-18 11:34:11 UTC (rev 270)
@@ -3,7 +3,7 @@
set -e
if [ "$1" = "configure" ]; then
- update-alternatives --install /usr/bin/tclsh tclsh /usr/bin/tclsh8.5 830 \
+ update-alternatives --install /usr/bin/tclsh tclsh /usr/bin/tclsh8.5 800 \
--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