From 2138da3540407f94aa2bbd5161046dbd04aaaa4b Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sun, 8 Jun 2008 20:24:50 +0200 Subject: [PATCH] debian/rules: No longer set TCL_INC_DIR manually - has been fixed upstream. --- debian/changelog | 3 ++- debian/rules | 4 +--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index f54b144..11a1c64 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,8 +20,9 @@ rrdtool (1.3~rc9-1) experimental; urgency=low librrd2.symbols. * debian/rules: - Install "NEWS" and "CHANGES" into all packages. + - No longer set TCL_INC_DIR manually - has been fixed upstream. - -- Sebastian Harl Sun, 08 Jun 2008 19:43:06 +0200 + -- Sebastian Harl Sun, 08 Jun 2008 20:24:14 +0200 rrdtool (1.2.27-3) UNRELEASED; urgency=low diff --git a/debian/rules b/debian/rules index da42604..9e196a7 100755 --- a/debian/rules +++ b/debian/rules @@ -76,9 +76,7 @@ build: build-arch build-indep build-arch: build-arch-stamp $(PY_VERS:%=build-python%) build-arch-stamp: config.status - - #configure forgets to set TCL_INC_DIR. - make TCL_INC_DIR=/usr/include/tcl + make #Fix library path to tcl bindings sed -i -e 's|lib/|lib/tcltk/rrdtool-tcl/|' bindings/tcl/pkgIndex.tcl #sanity check if debian/control lists the right package name -- 2.30.2