[skycat] 02/03: Remove Tclx dependency and depend on tcl8.6

Ole Streicher olebole-guest at moszumanska.debian.org
Mon Mar 17 10:48:31 UTC 2014


This is an automated email from the git hooks/post-receive script.

olebole-guest pushed a commit to branch debian
in repository skycat.

commit a621b232457e92e35dbec4828724388a7bcaf180
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Mon Mar 17 11:44:20 2014 +0100

    Remove Tclx dependency and depend on tcl8.6
---
 debian/changelog                 | 1 +
 debian/control                   | 9 ++++-----
 debian/patches/remove_tclx.patch | 6 +++---
 debian/patches/series            | 1 +
 4 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6cc1392..f5367eb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 skycat (3.1.2+starlink1~b-4) unstable; urgency=low
 
   * Add tcl-private/unix to includes. Closes: #741781.
+  * Remove Tclx dependency and depend on tcl8.6
 
  -- Ole Streicher <debian at liska.ath.cx>  Mon, 17 Mar 2014 11:21:59 +0100
 
diff --git a/debian/control b/debian/control
index 6362745..51a9003 100644
--- a/debian/control
+++ b/debian/control
@@ -10,8 +10,8 @@ Build-Depends: blt-dev (>= 2.4z),
                itk3,
                libcfitsio3-dev,
                libwcstools-dev,
-               tcl-dev (>= 8.5),
-               tk-dev (>= 8.5)
+               tcl-dev (>= 8.6),
+               tk-dev (>= 8.6)
 Standards-Version: 3.9.4
 Homepage: http://archive.eso.org/cms/tools-documentation/skycat.html
 Vcs-Git: git://anonscm.debian.org/debian-science/packages/skycat.git
@@ -23,9 +23,8 @@ Depends: blt (>= 2.4z),
          itcl3,
          itk3,
          libtk-img,
-         tcl (>= 8.5),
-         tclx8.4,
-         tk (>= 8.5),
+         tcl (>= 8.6),
+         tk (>= 8.6),
          ${misc:Depends},
          ${shlibs:Depends}
 Description: Image visualization and access to catalogs and data for astronomy
diff --git a/debian/patches/remove_tclx.patch b/debian/patches/remove_tclx.patch
index 253021a..474cbb7 100644
--- a/debian/patches/remove_tclx.patch
+++ b/debian/patches/remove_tclx.patch
@@ -1,9 +1,9 @@
 Author: Ole Streicher <debian at liska.ath.cx>
 Description: Remove Tclx dependency
  The package seems to have only little dependencies of tclx. Since
- Tclx is not available for tcl8.5 and up, the depenency is removed.
-Note: We still require to handle pipe and fork, so this has to wait until 8.6 is 
- standard.
+ Tclx is not available for tcl8.6 and up, the depenency is removed.
+Note: For backporting to tcl8.5 and before, remove this patch and add
+ Tclx to the dependencies.
 --- a/astrotcl/library/AstrotclInit.tcl
 +++ b/astrotcl/library/AstrotclInit.tcl
 @@ -15,7 +15,7 @@
diff --git a/debian/patches/series b/debian/patches/series
index 97f83f2..a0fe616 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@ use_std_blt.patch
 fhs.patch
 use_wcstools.patch
 nonlinux.patch
+remove_tclx.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/skycat.git



More information about the debian-science-commits mailing list