[libschedule-cron-events-perl] 02/02: Debian set up

Lucas Kanashiro kanashiro.duarte at gmail.com
Fri Oct 30 13:33:35 UTC 2015


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

kanashiro-guest pushed a commit to branch master
in repository libschedule-cron-events-perl.

commit 584db0958a8aac804806d0a0d79a0d98f6dcb377
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Fri Oct 30 11:29:05 2015 -0200

    Debian set up
---
 debian/changelog |  2 +-
 debian/control   | 19 ++++++++++---------
 debian/copyright | 12 ++----------
 3 files changed, 13 insertions(+), 20 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c38163a..2d99ce7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
 libschedule-cron-events-perl (1.93-1) unstable; urgency=low
 
-  * Initial Release.
+  * Initial Release. (Closes: #803454)
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Fri, 30 Oct 2015 11:15:49 -0200
diff --git a/debian/control b/debian/control
index b961426..2efa4eb 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,22 @@
 Source: libschedule-cron-events-perl
 Section: perl
 Priority: optional
-Maintainer: Lucas Kanashiro <kanashiro.duarte at gmail.com>
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Lucas Kanashiro <kanashiro.duarte at gmail.com>
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: libset-crontab-perl,
- libtest-deep-perl,
- perl
+                     libtest-deep-perl,
+                     perl
 Standards-Version: 3.9.6
 Homepage: https://metacpan.org/release/Schedule-Cron-Events
+Testsuite: autopkgtest-pkg-perl
 
 Package: libschedule-cron-events-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libset-crontab-perl
-Description: Find out the times at which a cron entry would run, past or future, relative to any given time
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libset-crontab-perl
+Description: Perl module that find out the times at which cron entry would run
  Given a line from a crontab, tells you the time at which cron will next run
  the line, or when the last event occurred, relative to any date you choose.
  The object keeps that reference date internally, and updates it when you call
@@ -26,6 +29,4 @@ Description: Find out the times at which a cron entry would run, past or future,
  it with.
  .
  Schedule::Cron::Events uses Set::Crontab to understand the date
- specification, so we should be able to handle all forms of cron entries.
- .
- This description was automagically extracted from the module by dh-make-perl.
+ specification, so it should be able to handle all forms of cron entries.
diff --git a/debian/copyright b/debian/copyright
index 0325971..a8e154e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,18 +2,10 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://metacpan.org/release/Schedule-Cron-Events
 Upstream-Contact: P Kent (pause at selsyn.co.uk)
 Upstream-Name: Schedule-Cron-Events
-DISCLAIMER: This copyright info was automatically extracted 
- from the perl module. It may not be accurate, so you better 
- check the module sources in order to ensure the module for its 
- inclusion in Debian or for general legal information. Please, 
- if licensing information is incorrectly generated, file a bug 
- on dh-make-perl.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
 
 Files: *
-Copyright: P Kent (pause at selsyn.co.uk)
-License: 
+Copyright: 2002, P Kent (pause at selsyn.co.uk)
+License: Artistic or GPL-1+
 
 Files: debian/*
 Copyright: 2015, Lucas Kanashiro <kanashiro.duarte at gmail.com>

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



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