File: control

package info (click to toggle)
libdatetime-event-cron-perl 0.09-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 132 kB
  • ctags: 77
  • sloc: perl: 1,248; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,218 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Source: libdatetime-event-cron-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
                     libdatetime-perl,
                     libdatetime-set-perl,
                     libset-crontab-perl
Standards-Version: 4.0.0
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdatetime-event-cron-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdatetime-event-cron-perl.git
Homepage: https://metacpan.org/release/DateTime-Event-Cron

Package: libdatetime-event-cron-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libdatetime-perl,
         libdatetime-set-perl,
         libset-crontab-perl
Description: DateTime extension for generating recurrence sets from crontab lines and files
 DateTime::Event::Cron generates DateTime events and DateTime::Set objects
 based on crontab-style entries. The crontab formats are the extended V7
 standard as described in crontab(5) on Linux systems and as noted in the
 documentation for Set::Crontab.