# HG changeset patch # User Matthias Förste foerste@schlittermann.de # Date 1312534052 -7200 # Node ID ea7ab16886295b563ec6f7dfa0b4f4c022f5413c # Parent 0990f72db33ccaf52fae99c3d57e84c7c491163e removed "perl-base" from Depends (dont depend on packages with priority "essential"; added (perl module) Depends to Build-Depends (Building performs a syntax check on the source and thus requires used modules to be installed) diff -r 0990f72db33c -r ea7ab1688629 debian/control --- a/debian/control Fri Aug 05 09:41:48 2011 +0200 +++ b/debian/control Fri Aug 05 10:47:32 2011 +0200 @@ -2,13 +2,13 @@ Section: net Priority: extra Maintainer: Christian Arnold -Build-Depends: debhelper (>= 7.0.50~) +Build-Depends: debhelper (>= 7.0.50~), perl-doc, libdate-manip-perl, libdate-calc-perl Standards-Version: 3.8.4 Homepage: https://keller.schlittermann.de/hg/ius/nagios/nagios-plugin-amanda Package: nagios-plugin-amanda Architecture: all -Depends: perl-base, perl-doc, libdate-manip-perl, libdate-calc-perl +Depends: perl-doc, libdate-manip-perl, libdate-calc-perl Recommends: amanda-server Description: nagios plugin to check amanda backup status This plugin checks the last amanda backup status.