summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4bb5641)
raw | patch | inline | side by side (parent: 4bb5641)
author | Sebastian Harl <sh@tokkee.org> | |
Sun, 15 Sep 2013 12:06:55 +0000 (14:06 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 15 Sep 2013 12:06:55 +0000 (14:06 +0200) |
debian/changelog | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 069d09d8f1ce9133ce332992486f015407c528d3..2facd482e4bc6a2f44dcc325285e60fee32e83f0 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
- Depend on liblvm2-dev (required by the new LVM plugin).
* debian/rules:
- Disable the aquaero plugin which requires libaquaero5.
+ - Disable the cgroups plugin on non-Linux.
- Disable the MIC plugin which requires libmic.
- Disable the sigrok plugin which requires libsigrok >= 0.2.0.
- Removed the Perl INSTALL_BASE workaround introduced in 5.2.0-1.
diff --git a/debian/rules b/debian/rules
index 1ee9bfeaec5103edc1e4fd53e24678f8f649923b..64c66adf6ae8b8ca3a65c7d43bedcc7e7d83628c 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
# These plugins are Linux-specific.
ifneq (,$(filter kfreebsd-i386 kfreebsd-amd64, $(DEB_BUILD_ARCH)))
confflags += \
+ --disable-cgroups \
--disable-ethstat \
--disable-iptables \
--disable-ipvs \