summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0c87c26)
raw | patch | inline | side by side (parent: 0c87c26)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 7 Jun 2004 19:07:57 +0000 (19:07 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 7 Jun 2004 19:07:57 +0000 (19:07 +0000) |
-- Peter Hirdina <Peter.Hirdina@gmx.net>
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@278 a5681a0c-68f1-0310-ab6d-d61299d08faa
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@278 a5681a0c-68f1-0310-ab6d-d61299d08faa
debian/changelog | patch | blob | history | |
debian/control | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index e2d76b568143c6c305ae251097c1db473d9361d1..4d86445ddfbd135c81563724101ac4b4a00cd52a 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
+rrdtool (1.1.0-1) unstable; urgency=low
+
+ * Fixed build dependencies
+ * Added libfreetype6-dev to build dependencies
+ * Changed rules file to compile against Debian version of freetype.
+
+ -- Peter Hirdina <Peter.Hirdina@gmx.net> Mon, 7 Jun 2004 17:10:10 +0200
+
rrdtool (1.1.0) unstable; urgency=low
* grafted "debian" directory from 1.0.46 source
diff --git a/debian/control b/debian/control
index cb852dde9baa930c8c9bd5d6f09d1d6416b5ea0e..3a80bc554dc282e8f6ab3203d36c079c41b33303 100644 (file)
--- a/debian/control
+++ b/debian/control
Priority: extra
Maintainer: Matt Zimmerman <mdz@debian.org>
Standards-Version: 3.2.1
-Build-Depends: debhelper (>= 3.0.5), cgilib (>= 0.5), zlib1g-dev (>= 1.2.1), tcl8.4-dev, perl (>= 5.8.0)
-Build-Depends: libart-2.0-dev (>= 2.3.16), libpng12-dev (>= 1.2.5)
+Build-Depends: debhelper (>= 3.0.5), cgilib (>= 0.5), zlib1g-dev (>= 1.2.1), tcl8.4-dev, perl (>= 5.8.0), libart-2.0-dev (>= 2.3.16), libpng12-dev (>= 1.2.5), libfreetype6-dev (>= 2.1.7)
Package: rrdtool
Architecture: any
diff --git a/debian/rules b/debian/rules
index 9207d8d4741a1cc03cbfb65fa8aaafb9d82fc151..6ddfafeb345196833ea674b8ae3101096a63fdb4 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
endif
# Whack the flags to compile additional dependent pieces
-CFLAGS += -I/usr/include/libart-2.0 -I/usr/local/include/freetype2
+CFLAGS += -I/usr/include/libart-2.0 -I/usr/include/freetype2
##NO_TCL CFLAGS += -I/usr/include/tcl8.4