From: Sebastian Harl Date: Sun, 8 Jun 2008 18:24:50 +0000 (+0200) Subject: debian/rules: No longer set TCL_INC_DIR manually - has been fixed upstream. X-Git-Tag: experimental/1.3.0-1~13 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2138da3540407f94aa2bbd5161046dbd04aaaa4b;p=pkg-rrdtool.git debian/rules: No longer set TCL_INC_DIR manually - has been fixed upstream. --- 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