summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f445483)
raw | patch | inline | side by side (parent: f445483)
author | Bernd Zeimetz <bernd@bzed.de> | |
Thu, 17 Apr 2008 16:58:47 +0000 (18:58 +0200) | ||
committer | Bernd Zeimetz <bernd@bzed.de> | |
Thu, 17 Apr 2008 16:58:47 +0000 (18:58 +0200) |
debian/control | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/control b/debian/control
index bf9b6e70cbc2c21c77ce6054ff9193da94dcf47d..1e205b263bf24c7c8d4e4d179d8c0564e1b5c6ee 100644 (file)
--- a/debian/control
+++ b/debian/control
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
diff --git a/debian/rules b/debian/rules
index 87d72eb3dd809b387e609ecac7553886821099e4..ecbaa925dee04c5d64f508fccf98f597adfec0f3 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
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)