summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5d437fb)
raw | patch | inline | side by side (parent: 5d437fb)
author | Marc Fournier <marc@bl.uem.li> | |
Thu, 1 Mar 2018 14:37:51 +0000 (15:37 +0100) | ||
committer | Marc Fournier <marc@bl.uem.li> | |
Thu, 1 Mar 2018 14:37:51 +0000 (15:37 +0100) |
debian/changelog | patch | blob | history | |
debian/control | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 322768b81b05cfbf635250ab0c60c45953c5d795..ec87d68979d275db1351ff9ead8802443fdce4fd 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
+collectd (5.8.0-3) UNRELEASED; urgency=medium
+
+ * debian/control: Limit libgrpc++-dev and protobuf-compiler-grpc
+ Build-depend to supported platforms.
+
+ -- Marc Fournier <marc@bl.uem.li> Thu, 01 Mar 2018 15:23:51 +0100
+
collectd (5.8.0-2) unstable; urgency=medium
* debian/control: Limit intel-cmt-cat Build-depend to intel architectures;
diff --git a/debian/control b/debian/control
index 4873a57541a89ac3b4c8a1c7ea594e85812d49ae..b1f28940e75f99346810d5960aaca59f78eb7d34 100644 (file)
--- a/debian/control
+++ b/debian/control
libgeom-dev [kfreebsd-any],
libgcrypt20-dev,
libglib2.0-dev,
- libgrpc++-dev,
+ libgrpc++-dev [amd64 arm64 armel armhf i386 ppc64el powerpc],
libgps-dev,
libhiredis-dev,
libi2c-dev (>= 4.0~),
default-jdk [!hppa !sparc !kfreebsd-i386 !kfreebsd-amd64],
protobuf-c-compiler,
protobuf-compiler (>= 3.0.0),
- protobuf-compiler-grpc,
+ protobuf-compiler-grpc [amd64 arm64 armel armhf i386 ppc64el powerpc],
python-dev,
riemann-c-client
Build-Conflicts: libpthread-dev, libhal-dev
diff --git a/debian/rules b/debian/rules
index 9562595d1284f32522b0c44340d1b7d69b82a991..166f4c86dc0b2361d9ec7cca0d94227dc8e99a9d 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
confflags += --disable-java
endif
+ifneq (,$(filter amd64 arm64 armel armhf i386 ppc64el powerpc, $(DEB_BUILD_ARCH)))
+ confflags += --disable-grpc
+endif
+
build: build-arch build-indep
build-arch: build-stamp
build-indep: build-stamp