From: Bernd Zeimetz Date: Thu, 17 Apr 2008 16:58:47 +0000 (+0200) Subject: Using tcl8.4-dev isntead of tcl-dev, which does not exist on etch. X-Git-Tag: etch-backports/1.2.27-2_bpo40+1~2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d46eda34652d0c36880d88137ae41f7ecc119c96;p=pkg-rrdtool.git Using tcl8.4-dev isntead of tcl-dev, which does not exist on etch. --- 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)