remove perl-base from depends in debian control file
authorChristian Arnold <arnold@schlittermann.de>
Tue, 17 Apr 2012 09:47:03 +0200
changeset 6 05c631d0e8a8
parent 5 3e8f36014b0d
child 7 e82aa23024ff
remove perl-base from depends in debian control file
debian/changelog
debian/control
--- a/debian/changelog	Tue Apr 17 09:38:49 2012 +0200
+++ b/debian/changelog	Tue Apr 17 09:47:03 2012 +0200
@@ -1,3 +1,9 @@
+nagios-plugin-zarafa (0.5) squeeze; urgency=low
+
+  * remove perl-base from depends in debian control file
+
+ -- Christian Arnold <arnold@schlittermann.de>  Tue, 17 Apr 2012 09:44:00 +0200
+
 nagios-plugin-zarafa (0.4) lenny squeeze; urgency=low
 
   * repair typo in --url option 
--- a/debian/control	Tue Apr 17 09:38:49 2012 +0200
+++ b/debian/control	Tue Apr 17 09:47:03 2012 +0200
@@ -8,7 +8,7 @@
 
 Package: nagios-plugin-zarafa
 Architecture: all
-Depends: perl-base, perl-doc, libwww-perl
+Depends: perl-doc, libwww-perl
 Description: nagios plugin to check installed zarafa version
  This nagios plugin search on a specified url for a version string
  and compare the search result with an installed package version.