From 94b4b82d48f0a846bc565c014035cdf09935356d Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Tue, 10 May 2011 19:16:35 +0000 Subject: [PATCH] fix the array --- debian/bin/gen_plugin_deps.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/bin/gen_plugin_deps.pl b/debian/bin/gen_plugin_deps.pl index 8771870..3674fad 100644 --- a/debian/bin/gen_plugin_deps.pl +++ b/debian/bin/gen_plugin_deps.pl @@ -23,9 +23,9 @@ use strict; use warnings; # actual not needed -#my $extra_deps = { +my $extra_deps = { # sensors => [ 'lm-sensors' ], -#}; +}; my $infile = "debian/README.Debian.plugins.in"; my $outfile = "debian/README.Debian.plugins";