[SCM] Table extension for Tcl/Tk branch, master, updated. ed04835fe6de243f1cf47cb2257739dc51e32ebf

Ole Streicher github at liska.ath.cx
Thu Jan 5 14:32:08 UTC 2012


The following commit has been merged in the master branch:
commit 80ce6d841b57991cdaf110ebeee352dccade709b
Author: Ole Streicher <github at liska.ath.cx>
Date:   Thu Jan 5 15:28:59 2012 +0100

    Formal changes for tcl/tk8.5
    Compiles, but package is still not built.

diff --git a/debian/changelog b/debian/changelog
index 4dd97d2..391bb29 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,5 @@
-tktable2.10 (2.10-1)
+tktable2.10 (2.10-1) unstable; urgency=low
+
   * New upstream release
   * New maintainer
 
diff --git a/debian/control b/debian/control
index 278b48c..8e5d4f2 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Priority: optional
 Section: interpreters
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Ole Streicher <debian at liska.ath.cx>
-Build-Depends: debhelper (>= 7.0.50), dh-autoconf, tcl8.4-dev, tk8.4-dev, groff
+Build-Depends: debhelper (>= 7.0.50), dh-autoreconf, tcl8.5-dev, tk8.5-dev, groff
 Homepage: http://tktable.sourceforge.net/
 Standards-Version: 3.9.2
 Vcs-Git: git://git.debian.org/git/debian-science/packages/tktable.git
@@ -12,7 +12,7 @@ Vcs-Browser: http://git.debian.org/?p=debian-science/packages/tktable.git
 Package: libtktable2.10
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, tcl|tcl8.4|tcl8.3, tk|tk8.4|tk8.3
+Depends: ${shlibs:Depends}, tcl|tcl8.5|tcl8.4|tcl8.3, tk|tk8.5|tk8.4|tk8.3
 Replaces: tktable, tktable-dev, libtktable, libtktable-dev
 Conflicts: tktable, tktable-dev, libtktable, libtktable-dev
 Description: Table extension for Tcl/Tk
diff --git a/debian/rules b/debian/rules
old mode 100644
new mode 100755
index 09cf700..2c71910
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@
 # <pryzbyj at justinpryzby.com> during 2005-2006; they are hereby
 # released into the public domain.
 
-ver=2.9
+ver=2.10
 pkg=libtktable
 lib=$(pkg)$(ver)
 
@@ -37,7 +37,7 @@ export DH_COMPAT=4
 
 build: build-stamp
 
-build-stamp: CONFIGURE+=--with-tcl=/usr/lib/tcl8.4 --with-tk=/usr/lib/tk8.4 --with-tclinclude=/usr/include/tcl8.4 --with-tkinclude=/usr/include/tcl8.4 --enable-threads
+build-stamp: CONFIGURE+=--with-tcl=/usr/lib/tcl8.5 --with-tk=/usr/lib/tk8.5 --with-tclinclude=/usr/include/tcl8.5 --with-tkinclude=/usr/include/tcl8.5 --enable-threads
 build-stamp:
 	dh_testdir
 	autoconf

-- 
Table extension for Tcl/Tk



More information about the debian-science-commits mailing list