Code

Using tcl8.4-dev isntead of tcl-dev, which does not exist on etch.
authorBernd Zeimetz <bernd@bzed.de>
Thu, 17 Apr 2008 16:58:47 +0000 (18:58 +0200)
committerBernd Zeimetz <bernd@bzed.de>
Thu, 17 Apr 2008 16:58:47 +0000 (18:58 +0200)
debian/control
debian/rules

index bf9b6e70cbc2c21c77ce6054ff9193da94dcf47d..1e205b263bf24c7c8d4e4d179d8c0564e1b5c6ee 100644 (file)
@@ -6,7 +6,7 @@ Uploaders: Sebastian Harl <sh@tokkee.org>, Alexander Wirt <formorer@debian.org>,
 Standards-Version: 3.7.3
 Build-Depends: debhelper (>= 5.0.38), groff, autotools-dev, quilt,
  zlib1g-dev, libpng12-dev, libart-2.0-dev, libfreetype6-dev,
- tcl-dev,
+ tcl8.4-dev,
  perl (>= 5.8.0),
  python-all-dev (>= 2.3.5-10), python-support (>= 0.4),
  ruby1.8, ruby1.8-dev, ruby1.9, ruby1.9-dev
index 87d72eb3dd809b387e609ecac7553886821099e4..ecbaa925dee04c5d64f508fccf98f597adfec0f3 100755 (executable)
@@ -26,8 +26,8 @@ PY_VERS := $(shell set -e; \
                    done)
 
 #tcl version we're building for
-TCL_VERS := $(shell dpkg -s tcl | grep ^Depends | sed 's,.*tcl\([0-9.]*\).*,\1,')
-
+#TCL_VERS := $(shell dpkg -s tcl | grep ^Depends | sed 's,.*tcl\([0-9.]*\).*,\1,')
+TCL_VERS := 8.4
 
 #let's help configure to figure out our host/build system
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)