[skycat] 01/01: Switched to Tcl/Tk 8.6 and blt-2.5.3. Thanks to Sergei Golovan. Closes: #753307

Ole Streicher olebole-guest at moszumanska.debian.org
Sun Jul 6 18:23:33 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 83483154704e67c60266924cd8433bd694159ce5
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Sun Jul 6 17:04:22 2014 +0200

    Switched to Tcl/Tk 8.6 and blt-2.5.3. Thanks to Sergei Golovan. Closes: #753307
---
 debian/changelog         |  7 +++++++
 debian/control           | 12 ++++++------
 debian/patches/fhs.patch |  4 ++--
 debian/rules             |  2 +-
 4 files changed, 16 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c6ba708..686d1ee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+skycat (3.1.2+starlink1~b-7) unstable; urgency=medium
+
+  * Switched to Tcl/Tk 8.6 and blt-2.5.3. Thanks to Sergei Golovan.
+    Closes: #753307
+
+ -- Ole Streicher <debian at liska.ath.cx>  Sun, 06 Jul 2014 16:59:46 +0200
+
 skycat (3.1.2+starlink1~b-6) unstable; urgency=low
 
   * Replace tclx8.4 dependency by tcl8.5 counterparts
diff --git a/debian/control b/debian/control
index 2082cc7..5bb5cf5 100644
--- a/debian/control
+++ b/debian/control
@@ -3,15 +3,15 @@ Section: science
 Priority: optional
 Maintainer: Debian Astronomy Maintainers <debian-astro-maintainers at lists.alioth.debian.org>
 Uploaders: Ole Streicher <debian at liska.ath.cx>
-Build-Depends: blt-dev (>= 2.4z),
+Build-Depends: blt-dev (>= 2.5.3),
                debhelper (>= 9),
                dh-autoreconf,
                itcl3,
                itk3,
                libcfitsio3-dev,
                libwcstools-dev,
-               tcl8.5-dev,
-               tk8.5-dev
+               tcl8.6-dev,
+               tk8.6-dev
 Standards-Version: 3.9.5
 Homepage: http://archive.eso.org/cms/tools-documentation/skycat.html
 Vcs-Git: git://anonscm.debian.org/debian-astro/packages/skycat.git
@@ -19,12 +19,12 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-astro/packages/skycat.gi
 
 Package: skycat
 Architecture: any
-Depends: blt (>= 2.4z),
+Depends: blt (>= 2.5.3),
          itcl3,
          itk3,
          libtk-img,
-         tcl8.5,
-         tk8.5,
+         tcl8.6,
+         tk8.6,
          ${misc:Depends},
          ${shlibs:Depends}
 Description: Image visualization and access to catalogs and data for astronomy
diff --git a/debian/patches/fhs.patch b/debian/patches/fhs.patch
index aa32ed3..bbb3401 100644
--- a/debian/patches/fhs.patch
+++ b/debian/patches/fhs.patch
@@ -315,7 +315,7 @@ Description: Change the paths so that they correspond to the FHS.
  test -d $HOME/.skycat || mkdir $HOME/.skycat
  echo "`date`: Starting skycat with: $0 ${1+"$@"}" > $HOME/.skycat/log
 -exec wish8.4 $SKYCAT_BASE/lib/skycat at PACKAGE_VERSION@/main.tcl ${1+"$@"} | tee -a $HOME/.skycat/log 2>&1
-+exec wish8.5 /usr/share/skycat/skycat at PACKAGE_VERSION@/main.tcl ${1+"$@"} | tee -a $HOME/.skycat/log 2>&1
++exec wish8.6 /usr/share/skycat/skycat at PACKAGE_VERSION@/main.tcl ${1+"$@"} | tee -a $HOME/.skycat/log 2>&1
  
 --- a/skycat/configure.in
 +++ b/skycat/configure.in
@@ -359,7 +359,7 @@ Description: Change the paths so that they correspond to the FHS.
  
  test -d $HOME/.rtd || mkdir $HOME/.rtd
 -exec wish8.4 $RTD_BASE/lib/rtd at PACKAGE_VERSION@/main.tcl ${1+"$@"} | tee $HOME/.skycat/log 2>&1
-+exec wish8.5 /usr/share/skycat/rtd at PACKAGE_VERSION@/main.tcl ${1+"$@"} | tee $HOME/.skycat/log 2>&1
++exec wish8.6 /usr/share/skycat/rtd at PACKAGE_VERSION@/main.tcl ${1+"$@"} | tee $HOME/.skycat/log 2>&1
  
 --- a/tclutil/configure.in
 +++ b/tclutil/configure.in
diff --git a/debian/rules b/debian/rules
index 75c9748..76d01e1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@
 	dh  $@ --with autoreconf
 
 override_dh_auto_configure:
-	dh_auto_configure -- --with-tkinclude=/usr/include/tcl8.5 --with-tcl=/usr/lib/tcl8.5 --with-tk=/usr/lib/tk8.5 --libdir=/usr/lib/ --libexecdir=/usr/lib
+	dh_auto_configure -- --with-tkinclude=/usr/include/tcl8.6 --with-tcl=/usr/lib/tcl8.6 --with-tk=/usr/lib/tk8.6 --libdir=/usr/lib/ --libexecdir=/usr/lib
 
 
 override_dh_installchangelogs:

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



More information about the debian-science-commits mailing list