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)
authorMatthias Förste foerste@schlittermann.de
Fri, 05 Aug 2011 10:47:32 +0200
changeset 2 ea7ab1688629
parent 1 0990f72db33c
child 3 ac72d95e22ef
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)
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 <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.