From d5b16f08a38a8703ae6017da6f5ac233ca829f30 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Mon, 22 Jun 2009 23:47:28 +0200 Subject: [PATCH] rules: Pass --enable-all-plugins to configure. This makes sure that the build fails if any prerequisites are missing. --- debian/changelog | 4 +++- debian/rules | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 84a095e..aa7b15e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,12 +20,14 @@ collectd (4.7.1-1) unstable; urgency=low configure, using OpenJDK found in /usr/lib/jvm/java-6-openjdk. The archdir mapping used by the openjdk-6 Debian package is used to find libjvm.so in JAVA_HOME/jre/lib/ARCHDIR/server. + - Pass --enable-all-plugins to configure to make sure that the build fails + if any prerequisites are missing. * debian/control: - Build-depend on openjdk-6-jdk. * debian/collectd.install: - Install collectd-java.5. - -- Sebastian Harl Mon, 22 Jun 2009 23:37:08 +0200 + -- Sebastian Harl Mon, 22 Jun 2009 23:44:35 +0200 collectd (4.6.3-1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index de40b96..4ee1b0d 100755 --- a/debian/rules +++ b/debian/rules @@ -51,7 +51,8 @@ confflags = --host=$(DEB_HOST_GNU_TYPE) \ --mandir=\$${prefix}/share/man \ --localstatedir=/var --sysconfdir=/etc \ --with-perl-bindings="INSTALLDIRS=vendor" \ - --without-libstatgrab + --without-libstatgrab \ + --enable-all-plugins # These plugins do not provide any functionality under Linux. confflags += --disable-apple_sensors --disable-tape -- 2.30.2