X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=debian%2Frules;h=779f5a730e7b67dbed3bc0861ba1c5536695deb2;hb=90ffd47feaedad86405eef69ec3608b1b310c930;hp=2f31b1b7ed63b634886b24b12039aa5d1b7bcc8b;hpb=a72c2a5772db230944c718ffe1b5aacff857deb5;p=pkg-collectd.git diff --git a/debian/rules b/debian/rules index 2f31b1b..779f5a7 100755 --- a/debian/rules +++ b/debian/rules @@ -79,9 +79,18 @@ confflags += --disable-oracle # 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 @@ -158,9 +167,10 @@ ifneq (,$(filter kfreebsd-i386 kfreebsd-amd64, $(DEB_BUILD_ARCH))) --disable-java endif -# This plugin is Intel-hardware specific. +# These plugins are Intel-hardware specific. ifeq (,$(filter amd64 i386, $(DEB_BUILD_ARCH))) confflags += \ + --disable-dpdkstat \ --disable-turbostat endif @@ -301,12 +311,9 @@ binary-arch: build install-arch && rm -f lib/Collectd/Graph/File.pm lib/Collectd/Graph/Filter.pm \ && rm -f lib/Collectd/Graph/MetaData.pm ) dh_installdebconf -a - dh_systemd_enable -pcollectd-core --name=collectd dh_installinit -pcollectd-core --name=collectd -- defaults 95 - dh_systemd_start -pcollectd-core dh_link -a dh_strip -a --dbg-package=collectd-dbg - dh_strip_nondeterminism -pcollectd-core dh_compress -a -Xexamples/ dh_fixperms -a dh_makeshlibs -a