From d46eda34652d0c36880d88137ae41f7ecc119c96 Mon Sep 17 00:00:00 2001 From: Bernd Zeimetz Date: Thu, 17 Apr 2008 18:58:47 +0200 Subject: [PATCH] Using tcl8.4-dev isntead of tcl-dev, which does not exist on etch. --- debian/control | 2 +- debian/rules | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index bf9b6e7..1e205b2 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Sebastian Harl , Alexander Wirt , 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 87d72eb..ecbaa92 100755 --- a/debian/rules +++ b/debian/rules @@ -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) -- 2.30.2