summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1e47072)
raw | patch | inline | side by side (parent: 1e47072)
author | Sebastian Harl <sh@tokkee.org> | |
Mon, 22 Jun 2009 21:47:28 +0000 (23:47 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Mon, 22 Jun 2009 21:47:28 +0000 (23:47 +0200) |
This makes sure that the build fails if any prerequisites are missing.
debian/changelog | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 84a095e1ef1a13166b281e9c68fbd48a05b74453..aa7b15e2d2824b566cc6a2083f8dbff6db58acf1 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
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 <tokkee@debian.org> Mon, 22 Jun 2009 23:37:08 +0200
+ -- Sebastian Harl <tokkee@debian.org> 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 de40b96c8969c8a6de00bc8aedde114cdcda07f8..4ee1b0d2d88ab13ed0cc613f975118d813e23748 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
--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