[Pkg-tcltk-commits] r1550 - tcl8.6/branches/experimental/debian

sgolovan at alioth.debian.org sgolovan at alioth.debian.org
Fri Jan 10 08:50:20 UTC 2014


Author: sgolovan
Date: 2014-01-10 08:50:20 +0000 (Fri, 10 Jan 2014)
New Revision: 1550

Added:
   tcl8.6/branches/experimental/debian/tcl8.6.prerm
Modified:
   tcl8.6/branches/experimental/debian/changelog
   tcl8.6/branches/experimental/debian/control
Log:
  * Restored tcl8.6.prerm script which removes alternative for
    /usr/bin/tclsh8.6.
  * Added ${misc:Depends} substvar for libtcl8.6-dbg package.
  * Bumped standards version to 3.9.5.


Modified: tcl8.6/branches/experimental/debian/changelog
===================================================================
--- tcl8.6/branches/experimental/debian/changelog	2014-01-10 08:46:32 UTC (rev 1549)
+++ tcl8.6/branches/experimental/debian/changelog	2014-01-10 08:50:20 UTC (rev 1550)
@@ -1,8 +1,11 @@
-tcl8.6 (8.6.1-5) UNRELEASED; urgency=low
+tcl8.6 (8.6.1-5) experimental; urgency=low
 
-  * NOT RELEASED YET
+  * Restored tcl8.6.prerm script which removes alternative for
+    /usr/bin/tclsh8.6.
+  * Added ${misc:Depends} substvar for libtcl8.6-dbg package.
+  * Bumped standards version to 3.9.5.
 
- -- Sergei Golovan <sgolovan at debian.org>  Sat, 05 Oct 2013 11:56:17 +0400
+ -- Sergei Golovan <sgolovan at debian.org>  Fri, 10 Jan 2014 12:48:44 +0400
 
 tcl8.6 (8.6.1-4) experimental; urgency=low
 

Modified: tcl8.6/branches/experimental/debian/control
===================================================================
--- tcl8.6/branches/experimental/debian/control	2014-01-10 08:46:32 UTC (rev 1549)
+++ tcl8.6/branches/experimental/debian/control	2014-01-10 08:50:20 UTC (rev 1550)
@@ -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~), zlib1g-dev
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
 Homepage: http://www.tcl.tk/
 
 Package: tcl8.6
@@ -42,7 +42,7 @@
 Priority: extra
 Architecture: any
 Pre-Depends: ${misc:Pre-Depends}
-Depends: libtcl8.6 (= ${binary:Version})
+Depends: libtcl8.6 (= ${binary:Version}), ${misc:Depends}
 Multi-Arch: same
 Description: Symbol files for libtcl8.6
  Tcl is a powerful, easy-to-use, embeddable, cross-platform interpreted

Added: tcl8.6/branches/experimental/debian/tcl8.6.prerm
===================================================================
--- tcl8.6/branches/experimental/debian/tcl8.6.prerm	                        (rev 0)
+++ tcl8.6/branches/experimental/debian/tcl8.6.prerm	2014-01-10 08:50:20 UTC (rev 1550)
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+set -e
+
+if [ $1 != "upgrade" ] ; then
+    update-alternatives --remove tclsh /usr/bin/tclsh8.6
+fi
+
+#DEBHELPER#




More information about the Pkg-tcltk-commits mailing list