summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c36241e)
raw | patch | inline | side by side (parent: c36241e)
author | Sebastian Harl <sh@tokkee.org> | |
Sun, 15 Sep 2013 12:03:22 +0000 (14:03 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 15 Sep 2013 12:03:22 +0000 (14:03 +0200) |
debian/changelog | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 31be5de85d5bcabc8c1271f3a5aba5963ff0a4bc..069d09d8f1ce9133ce332992486f015407c528d3 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
* debian/control:
- Depend on liblvm2-dev (required by the new LVM plugin).
* debian/rules:
+ - Disable the aquaero plugin which requires libaquaero5.
- 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 90e02cf734d1126d3294d1d715d0de685f17d28e..1ee9bfeaec5103edc1e4fd53e24678f8f649923b 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
# Solaris only (requires devinfo and kstat)
confflags += --disable-tape
+# libaquaero5 is required for the aquaero plugin
+confflags += --disable-aquaero
+
# libmic is required for the mic plugin
confflags += --disable-mic