[SCM] vkeybd/master: Update to Tcl/Tk 8.5.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu Mar 10 09:59:32 UTC 2011


The following commit has been merged in the master branch:
commit 6ec8a5243cda68b53e79f49b2b025525a33fdc5c
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Mar 10 10:59:19 2011 +0100

    Update to Tcl/Tk 8.5.

diff --git a/debian/control b/debian/control
index 93d4c7e..4b78794 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,8 @@ Uploaders: Free Ekanayaka <freee at debian.org>
 Build-Depends: debhelper (>= 7.0.50~),
  docbook-to-man,
  libasound2-dev,
- tcl8.4-dev,
- tk8.4-dev
+ tcl8.5-dev,
+ tk8.5-dev
 Vcs-Git: git://git.debian.org/pkg-multimedia/vkeybd.git
 Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/vkeybd.git
 Standards-Version: 3.9.1
diff --git a/debian/patches/makefile.patch b/debian/patches/makefile.patch
index 899fb76..82ebd89 100644
--- a/debian/patches/makefile.patch
+++ b/debian/patches/makefile.patch
@@ -3,8 +3,8 @@ Description: Set PREFIX to /usr.
 Origin: Debian
 Forwarded: not-needed
 ---
- Makefile |    4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
+ Makefile |    6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
 
 --- vkeybd.orig/Makefile
 +++ vkeybd/Makefile
@@ -17,12 +17,15 @@ Forwarded: not-needed
  # binary and Tcl script are put there
  BIN_DIR = $(PREFIX)/bin
  # man page
-@@ -37,7 +37,7 @@ USE_LASH = 0
+@@ -35,9 +35,9 @@ USE_LASH = 0
  #
- TCL_VERSION = 8.4
+ # Tcl/Tk library -- depends on your distribution
+ #
+-TCL_VERSION = 8.4
++TCL_VERSION = 8.5
  TCLLIB = -ltcl$(TCL_VERSION)
 -TCLINC =
-+TCLINC = -I/usr/include/tcl8.4
++TCLINC = -I/usr/include/tcl8.5
  TKLIB = -ltk$(TCL_VERSION)
  TKINC =
  XLIB = -L/usr/X11R6/lib -lX11

-- 
vkeybd packaging



More information about the pkg-multimedia-commits mailing list