summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7c9a16e)
raw | patch | inline | side by side (parent: 7c9a16e)
author | Sebastian Harl <sh@tokkee.org> | |
Sun, 5 Jun 2011 16:01:30 +0000 (18:01 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 5 Jun 2011 16:01:30 +0000 (18:01 +0200) |
They require libcredis.
debian/changelog | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index a3e37fdb69173a3cd2fd7718f22b2971f4e7a6c5..6f2d37ba74269f5dce98844a73c25160bc164852 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
collectd (5.0.0-1) unstable; urgency=low
* New upstream release.
+ * debian/rules:
+ - Disabled redis and write_redis plugin -- they require libcredis.
- -- Sebastian Harl <tokkee@debian.org> Sun, 05 Jun 2011 17:50:54 +0200
+ -- Sebastian Harl <tokkee@debian.org> Sun, 05 Jun 2011 18:00:55 +0200
collectd (4.10.1-2) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index ce981a4b997b84c255f8c0c4578d39e475876732..c2b1a489e8db3bdd320e27d568683c2eab75d62b 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
# libclntsh is required for the oracle plugin.
confflags += --disable-oracle
+# libcredis is required for the *redis plugins.
+confflags += --disable-redis --disable-write_redis
+
# librouteros is required for the routeros plugin.
confflags += --disable-routeros