summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c9b6ec6)
raw | patch | inline | side by side (parent: c9b6ec6)
author | Sebastian Harl <sh@tokkee.org> | |
Sun, 8 Jun 2008 18:24:50 +0000 (20:24 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 8 Jun 2008 18:24:50 +0000 (20:24 +0200) |
debian/changelog | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index f54b1442659396a164ef7e7ef58bef159551f4e1..11a1c641d6daf7882f425ac7ec56ed58141f5331 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
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
diff --git a/debian/rules b/debian/rules
index da426047eaa7974eee934ce9101f44a5e2fd0336..9e196a7bad96863492d7e10cd1e727c37a28aa2f 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
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