X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=debian%2Frules;h=d642464cef1dab1303a48ea254c2f81191b4816f;hb=2270ab20ccb1ebb5c8da912c73e988cea0c65be3;hp=9e196a7bad96863492d7e10cd1e727c37a28aa2f;hpb=0fc1efa20a7d011c2c9159d5cca4b5f5ddafc0b7;p=pkg-rrdtool.git diff --git a/debian/rules b/debian/rules index 9e196a7..d642464 100755 --- a/debian/rules +++ b/debian/rules @@ -19,7 +19,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-dev | grep '^Depends' \ + | sed 's,.*\.*,\1,') #let's help configure to figure out our host/build system