[Pkg-tcltk-commits] r268 - tcl8.3/trunk/debian
sgolovan-guest at alioth.debian.org
sgolovan-guest at alioth.debian.org
Thu Oct 18 11:32:28 UTC 2007
Author: sgolovan-guest
Date: 2007-10-18 11:32:27 +0000 (Thu, 18 Oct 2007)
New Revision: 268
Removed:
tcl8.3/trunk/debian/tcl8.3-dev.postinst
tcl8.3/trunk/debian/tcl8.3-dev.prerm
Modified:
tcl8.3/trunk/debian/changelog
tcl8.3/trunk/debian/rules
Log:
[tcl8.3]
* Moved tcl.m4 to /usr/share/aclocal/tcl8.3.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.3/trunk/debian/changelog
===================================================================
--- tcl8.3/trunk/debian/changelog 2007-10-16 16:38:29 UTC (rev 267)
+++ tcl8.3/trunk/debian/changelog 2007-10-18 11:32:27 UTC (rev 268)
@@ -13,11 +13,15 @@
* Removed conflicts with tcl and providing tcl-dev packages from
debian/control to prepare binary packages for default tcl and tcl-dev.
* Added compat headers to tcl-private directory.
+ * Moved tcl.m4 to /usr/share/aclocal/tcl8.3.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 to debian/control.
- -- Sergei Golovan <sgolovan at debian.org> Sun, 14 Oct 2007 00:29:33 +0400
+ -- Sergei Golovan <sgolovan at debian.org> Wed, 17 Oct 2007 20:56:13 +0400
tcl8.3 (8.3.5-7) unstable; urgency=low
Modified: tcl8.3/trunk/debian/rules
===================================================================
--- tcl8.3/trunk/debian/rules 2007-10-16 16:38:29 UTC (rev 267)
+++ tcl8.3/trunk/debian/rules 2007-10-18 11:32:27 UTC (rev 268)
@@ -135,8 +135,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.3/trunk/debian/tcl8.3-dev.postinst
===================================================================
--- tcl8.3/trunk/debian/tcl8.3-dev.postinst 2007-10-16 16:38:29 UTC (rev 267)
+++ tcl8.3/trunk/debian/tcl8.3-dev.postinst 2007-10-18 11:32:27 UTC (rev 268)
@@ -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.3/tcl.m4 831
-
-fi
-
-#DEBHELPER#
Deleted: tcl8.3/trunk/debian/tcl8.3-dev.prerm
===================================================================
--- tcl8.3/trunk/debian/tcl8.3-dev.prerm 2007-10-16 16:38:29 UTC (rev 267)
+++ tcl8.3/trunk/debian/tcl8.3-dev.prerm 2007-10-18 11:32:27 UTC (rev 268)
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-set -e
-
-update-alternatives --remove tcl.m4 /usr/share/tcl8.3/tcl.m4
-
-#DEBHELPER#
More information about the Pkg-tcltk-commits
mailing list