Code

debian/rules: No longer set TCL_INC_DIR manually - has been fixed upstream.
authorSebastian Harl <sh@tokkee.org>
Sun, 8 Jun 2008 18:24:50 +0000 (20:24 +0200)
committerSebastian Harl <sh@tokkee.org>
Sun, 8 Jun 2008 18:24:50 +0000 (20:24 +0200)
debian/changelog
debian/rules

index f54b1442659396a164ef7e7ef58bef159551f4e1..11a1c641d6daf7882f425ac7ec56ed58141f5331 100644 (file)
@@ -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 <sh@tokkee.org>  Sun, 08 Jun 2008 19:43:06 +0200
+ -- Sebastian Harl <sh@tokkee.org>  Sun, 08 Jun 2008 20:24:14 +0200
 
 rrdtool (1.2.27-3) UNRELEASED; urgency=low
 
index da426047eaa7974eee934ce9101f44a5e2fd0336..9e196a7bad96863492d7e10cd1e727c37a28aa2f 100755 (executable)
@@ -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