[libschedule-cron-perl] 12/19: Drop unneeded version from (build) dependencies.

gregor herrmann gregoa at debian.org
Thu Jun 29 21:55:34 UTC 2017


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libschedule-cron-perl.

commit 36aac1a744f4fe18618abc8c064192d5d5ca5d71
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jun 29 23:38:12 2017 +0200

    Drop unneeded version from (build) dependencies.
---
 debian/control | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 2b2b1ec..e8ca638 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,8 @@ Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl,
-                     libtime-modules-perl (>= 2011.0505),
-                     libtest-pod-perl (>= 1.00),
+                     libtime-modules-perl,
+                     libtest-pod-perl,
                      libtest-pod-coverage-perl,
                      libtest-kwalitee-perl
 Standards-Version: 4.0.0
@@ -18,7 +18,7 @@ Package: libschedule-cron-perl
 Architecture: all
 Depends: ${perl:Depends},
          ${misc:Depends},
-         libtime-modules-perl (>= 2011.0505)
+         libtime-modules-perl
 Description: Simple but complete cron like scheduler
  This perl module can be used for periodically executing perl
  subroutines. The dates and parameters for the subroutines to be

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libschedule-cron-perl.git



More information about the Pkg-perl-cvs-commits mailing list