summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0f1a1d6)
raw | patch | inline | side by side (parent: 0f1a1d6)
author | Sebastian Harl <sh@tokkee.org> | |
Sun, 5 Jun 2011 16:10:28 +0000 (18:10 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 5 Jun 2011 16:10:28 +0000 (18:10 +0200) |
This requires AIX (perfstat)
debian/changelog | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index b066d1ee2f3c1e1e196cc16eff20393d309a9597..7434ab38cea71e6acf415d28d7b1988c951ba8dc 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
* New upstream release.
* debian/rules:
+ - Disabled lpar plugin -- this requires AIX (perfstat).
- Disabled redis and write_redis plugin -- they require libcredis.
* debian/control:
- Added build-dep on librabbitmq-dev, required by the AMQP plugin.
- Added build-dep on libvarnish-dev, required by the varnish plugin.
- -- Sebastian Harl <tokkee@debian.org> Sun, 05 Jun 2011 18:03:57 +0200
+ -- Sebastian Harl <tokkee@debian.org> Sun, 05 Jun 2011 18:09:49 +0200
collectd (4.10.1-2) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index c2b1a489e8db3bdd320e27d568683c2eab75d62b..387ecef671d432ab4b5a7f6fa189c8cf8898242c 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
--enable-all-plugins
# These plugins do not provide any functionality under Linux.
-confflags += --disable-apple_sensors --disable-tape
+# MacOS only (requires IO Kit):
+confflags += --disable-apple_sensors
+# AIX only (requires perfstat):
+confflags += --disable-lpar
+# Solaris only (requires devinfo and kstat)
+confflags += --disable-tape
# libmodbus is required for the modbus plugin.
confflags += --disable-modbus