[libconfig-crontab-perl] 03/05: d/control

Nick Morrott nickm-guest at moszumanska.debian.org
Fri May 27 02:10:25 UTC 2016


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

nickm-guest pushed a commit to branch master
in repository libconfig-crontab-perl.

commit 85e1d525c8ca10c83c9a2cc5b2690548e2ac1297
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date:   Thu May 26 20:36:06 2016 +0100

    d/control
---
 debian/control | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index b3bbfbe..1c91316 100644
--- a/debian/control
+++ b/debian/control
@@ -14,19 +14,13 @@ Testsuite: autopkgtest-pkg-perl
 Package: libconfig-crontab-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
-Description: Read/Write Vixie compatible crontab(5) files
+Description: module to read/write Vixie-compatible crontab(5) files
  Config::Crontab provides an object-oriented interface to Vixie-style
  crontab(5) files for Perl.
  .
- A Config::Crontab object allows you to manipulate an ordered set of Event,
- Env, or Comment objects (also included with this package). Descriptions of
- these packages may be found below.
- .
  In short, Config::Crontab reads and writes crontab(5) files (and does a
  little pretty-printing too) using objects. The general idea is that you
  create a Config::Crontab object and associate it with a file (if
  unassociated, it will work over a pipe to crontab -l). From there, you can
  add lines to your crontab object, change existing line attributes, and write
  everything back to file.
- .
- This description was automagically extracted from the module by dh-make-perl.

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



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