[Pkg-tcltk-commits] r1556 - tcl8.4/branches/experimental/debian
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Fri Jan 10 09:09:00 UTC 2014
Author: sgolovan
Date: 2014-01-10 09:09:00 +0000 (Fri, 10 Jan 2014)
New Revision: 1556
Added:
tcl8.4/branches/experimental/debian/tcl8.4.prerm
Modified:
tcl8.4/branches/experimental/debian/changelog
tcl8.4/branches/experimental/debian/control
Log:
[tcl8.4-experimental]
* Restored tcl8.4.prerm script which removes alternative for
/usr/bin/tclsh8.4.
* Bumped standards version to 3.9.5.
Modified: tcl8.4/branches/experimental/debian/changelog
===================================================================
--- tcl8.4/branches/experimental/debian/changelog 2014-01-10 09:06:33 UTC (rev 1555)
+++ tcl8.4/branches/experimental/debian/changelog 2014-01-10 09:09:00 UTC (rev 1556)
@@ -1,8 +1,10 @@
-tcl8.4 (8.4.20-6) UNRELEASED; urgency=low
+tcl8.4 (8.4.20-6) experimental; urgency=low
- * NOT RELEASED YET
+ * Restored tcl8.4.prerm script which removes alternative for
+ /usr/bin/tclsh8.4.
+ * Bumped standards version to 3.9.5.
- -- Sergei Golovan <sgolovan at debian.org> Wed, 25 Sep 2013 21:04:30 +0400
+ -- Sergei Golovan <sgolovan at debian.org> Fri, 10 Jan 2014 13:08:29 +0400
tcl8.4 (8.4.20-5) experimental; urgency=low
Modified: tcl8.4/branches/experimental/debian/control
===================================================================
--- tcl8.4/branches/experimental/debian/control 2014-01-10 09:06:33 UTC (rev 1555)
+++ tcl8.4/branches/experimental/debian/control 2014-01-10 09:09:00 UTC (rev 1556)
@@ -4,7 +4,7 @@
Maintainer: Debian Tcl/Tk Packagers <pkg-tcltk-devel at lists.alioth.debian.org>
Uploaders: Sergei Golovan <sgolovan at debian.org>
Build-Depends: debhelper (>= 9.0.0), dpkg-dev (>= 1.16.1~)
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
Homepage: http://www.tcl.tk/
Package: tcl8.4
Added: tcl8.4/branches/experimental/debian/tcl8.4.prerm
===================================================================
--- tcl8.4/branches/experimental/debian/tcl8.4.prerm (rev 0)
+++ tcl8.4/branches/experimental/debian/tcl8.4.prerm 2014-01-10 09:09:00 UTC (rev 1556)
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+set -e
+
+if [ $1 != "upgrade" ] ; then
+ update-alternatives --remove tclsh /usr/bin/tclsh8.4
+fi
+
+#DEBHELPER#
More information about the Pkg-tcltk-commits
mailing list