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)
--- 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 <arnold@schlittermann.de>
-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.