summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b680c07)
raw | patch | inline | side by side (parent: b680c07)
author | Sebastian Harl <sh@tokkee.org> | |
Mon, 25 Feb 2008 11:07:02 +0000 (12:07 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Mon, 25 Feb 2008 11:07:02 +0000 (12:07 +0100) |
"lm-sensors" has been added to README.Debian.plugins and the list of
recommended packages of the collectd binary package. This obviously got
lost when merging the plugin packages.
recommended packages of the collectd binary package. This obviously got
lost when merging the plugin packages.
debian/bin/gen_plugin_deps.pl | patch | blob | history | |
debian/control | patch | blob | history |
index 77ea6d36ad730c18e653be2e442e21f0e706fa10..fb22c7342fbbae1364517b048108ccb4f550dbae 100755 (executable)
use strict;
use warnings;
+my $extra_deps = {
+ sensors => [ 'lm-sensors' ],
+};
+
my $infile = "debian/README.Debian.plugins.in";
my $outfile = "debian/README.Debian.plugins";
++$i;
print $fh "$name:\n";
+
+ if (defined $extra_deps->{$name}) {
+ unshift @deps, @{$extra_deps->{$name}};
+ }
+
foreach my $dep (@deps) {
print $fh " * $dep\n";
}
diff --git a/debian/control b/debian/control
index f06f68a323e9185dba992042064bb5e3c6fdcea0..d2b875a8aa4c144fcab0ba364bec912739abdc21 100644 (file)
--- a/debian/control
+++ b/debian/control
Package: collectd
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
-Recommends: perl, rrdtool, ${shlibs:Recommends}
+Recommends: perl, rrdtool, lm-sensors, ${shlibs:Recommends}
Suggests: collectd-dev, librrds-perl, liburi-perl, libhtml-parser-perl,
libregexp-common-perl, httpd-cgi, hddtemp, mbmon
Conflicts: collectd-apache, collectd-dns, collectd-hddtemp, collectd-mysql,