[Pkg-tcltk-commits] r1553 - tk8.6/branches/experimental/debian

sgolovan at alioth.debian.org sgolovan at alioth.debian.org
Fri Jan 10 09:01:41 UTC 2014


Author: sgolovan
Date: 2014-01-10 09:01:41 +0000 (Fri, 10 Jan 2014)
New Revision: 1553

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


Modified: tk8.6/branches/experimental/debian/changelog
===================================================================
--- tk8.6/branches/experimental/debian/changelog	2014-01-10 08:55:50 UTC (rev 1552)
+++ tk8.6/branches/experimental/debian/changelog	2014-01-10 09:01:41 UTC (rev 1553)
@@ -1,8 +1,10 @@
-tk8.6 (8.6.1-4) UNRELEASED; urgency=low
+tk8.6 (8.6.1-4) experimental; urgency=low
 
-  * NOT RELEASED YET
+  * Restored tk8.6 prerm script which removes alternative for /usr/bin/wish.
+  * Added ${misc:Depends} substvar for libtk8.6-dbg package.
+  * Bumped standards version to 3.9.5.
 
- -- Sergei Golovan <sgolovan at debian.org>  Sat, 05 Oct 2013 12:07:37 +0400
+ -- Sergei Golovan <sgolovan at debian.org>  Fri, 10 Jan 2014 13:00:35 +0400
 
 tk8.6 (8.6.1-3) experimental; urgency=low
 

Modified: tk8.6/branches/experimental/debian/control
===================================================================
--- tk8.6/branches/experimental/debian/control	2014-01-10 08:55:50 UTC (rev 1552)
+++ tk8.6/branches/experimental/debian/control	2014-01-10 09:01:41 UTC (rev 1553)
@@ -6,7 +6,7 @@
 Build-Depends: debhelper (>= 9.0.0), dpkg-dev (>= 1.16.1~), x11proto-core-dev,
  libx11-dev, libxt-dev, libxss-dev, libxext-dev, libxft-dev,
  tcl8.6-dev (>= 8.6.0-2)
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
 Homepage: http://www.tcl.tk/
 
 Package: tk8.6
@@ -44,7 +44,7 @@
 Priority: extra
 Architecture: any
 Pre-Depends: ${misc:Pre-Depends}
-Depends: libtk8.6 (= ${binary:Version})
+Depends: libtk8.6 (= ${binary:Version}), ${misc:Depends}
 Multi-Arch: same
 Description: Symbol files for libtk8.6
  Tk is a cross-platform graphical toolkit which provides the Motif
@@ -57,6 +57,7 @@
 Section: libdevel
 Priority: optional
 Architecture: any
+Pre-Depends: ${misc:Pre-Depends}
 Depends: dpkg-dev (>= 1.16.1~), x11proto-core-dev, libx11-dev, libxt-dev,
  libxss-dev, libxext-dev, libxft-dev, tcl8.6-dev (>= 8.6.0-2),
  libtk8.6 (= ${binary:Version}), tk8.6, ${misc:Depends}

Added: tk8.6/branches/experimental/debian/tk8.6.prerm
===================================================================
--- tk8.6/branches/experimental/debian/tk8.6.prerm	                        (rev 0)
+++ tk8.6/branches/experimental/debian/tk8.6.prerm	2014-01-10 09:01:41 UTC (rev 1553)
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+set -e
+
+if [ $1 != "upgrade" ] ; then
+    update-alternatives --remove wish /usr/bin/wish8.6
+fi
+
+#DEBHELPER#




More information about the Pkg-tcltk-commits mailing list