summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4873cca)
raw | patch | inline | side by side (parent: 4873cca)
author | Marc Fournier <marc.fournier@camptocamp.com> | |
Thu, 8 Oct 2015 08:14:14 +0000 (10:14 +0200) | ||
committer | Marc Fournier <marc.fournier@camptocamp.com> | |
Thu, 8 Oct 2015 08:14:14 +0000 (10:14 +0200) |
debian/changelog | patch | blob | history | |
debian/control | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 9ba4b0576b2c323f05e5d45061c844f0ac11b912..04b3d64aed639bfec5f6ed1ac8e3a34d6c8cc4fb 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
* debian/rules, debian/control:
- remove references to systemd and strip-nondeterminism, which were
introduced in jessie.
+ - disable building sigrok, turbostat and write_kafka plugins, as the
+ required build-dependencies aren't available in wheezy.
+ - build uuid plugin against libhal, as this lib is still available on
+ wheezy.
+ - adjust libprotobuf build-dependency name.
-- Marc Fournier <marc@bl.uem.li> Thu, 08 Oct 2015 08:26:10 +0200
diff --git a/debian/control b/debian/control
index 6e36bdfd007ffea65b72dc095b0cc48e6e508b7d..fc94c72520b7a19b8ea89e2995e49d1b6ac251a2 100644 (file)
--- a/debian/control
+++ b/debian/control
javahelper,
kfreebsd-kernel-headers [kfreebsd-any],
libatasmart-dev [linux-any],
- libcap-dev [linux-any],
+# libcap-dev [linux-any],
libcurl4-gnutls-dev (>= 7.18.2-5) | libcurl4-gnutls-dev (<= 7.18.2-1) | libcurl3-gnutls-dev,
libdbi0-dev,
libesmtp-dev,
libganglia1-dev (>= 3) [linux-any],
libgcrypt11-dev,
libglib2.0-dev,
+ libhal-dev,
libhiredis-dev,
libi2c-dev,
libkvm-dev [kfreebsd-any],
libpcap0.8-dev | libpcap-dev,
libperl-dev,
libpq-dev,
- libprotobuf-c-dev,
- librdkafka-dev,
+ libprotobuf-c0-dev,
+# librdkafka-dev,
librabbitmq-dev,
librrd-dev (>= 1.4~),
libsensors4-dev [linux-any],
- libsigrok-dev (>= 0.2~),
+# libsigrok-dev (>= 0.2~),
# libsnmp-dev (>= 5.4.2.1~dfsg-4~) | (libsnmp-dev & perl (<< 5.10.1~rc2-1~))
libsnmp-dev (>= 5.4.2.1~dfsg-4~) | libsnmp-dev | libsnmp9-dev,
libsnmp-dev (>= 5.4.2.1~dfsg-4~) | perl (<< 5.10.1~rc2-1~),
default-jdk [!hppa !sparc !kfreebsd-i386 !kfreebsd-amd64],
protobuf-c-compiler,
python-dev
-Build-Conflicts: libpthread-dev, libhal-dev
+Build-Conflicts: libpthread-dev
Standards-Version: 3.9.6
Homepage: http://collectd.org/
Vcs-Git: git://git.tokkee.org/pkg-collectd.git
diff --git a/debian/rules b/debian/rules
index e22b2a86311bdd23845ba9495975c0022aa26748..ed39454d3d096f67f9443c14c71eb65a0041962a 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
# librouteros is required for the routeros plugin.
confflags += --disable-routeros
+# libsigrok >= 0.2.0 is required for the sigrok plugin
+confflags += --disable-sigrok
+
+# linux-libc-dev >= 3.13 is required for the turbostat plugin.
+confflags += --disable-turbostat
+
# libmongoc is required for the write_mongodb plugin.
confflags += --disable-write_mongodb
+# librdkafka is required for the write_kafka plugin.
+confflags += --disable-write_kafka
+
# xmms1 is required for the xmms plugin.
confflags += --disable-xmms