[libschedule-cron-perl] 07/19: Import Debian changes 1.01-0.1

gregor herrmann gregoa at debian.org
Thu Jun 29 21:55:33 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 5c8d94502bc7c0ec1e1a611c9b1ac0dc3e4d1385
Merge: e16dbc1 3978975
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Mar 11 18:56:44 2014 +0100

    Import Debian changes 1.01-0.1
    
    libschedule-cron-perl (1.01-0.1) unstable; urgency=medium
    
      * Non-maintainer upload.
      * New upstream release.
        Fixes "FTBFS: Tests failures" (Closes: #724137)
      * debian/rules: reduce to three-line version to get build-{arch,indep}
        targets.
      * Make (build) dependency on libtime-modules-perl versioned, as per new
        upstream requirements.
      * Update years of upstream copyright, and fix link to GPL-1.

 Build.PL                 |  10 +-
 CHANGES                  |  25 +++
 ChangeLog                |  13 ++
 MANIFEST                 |   4 +
 META.json                |  48 ++++++
 META.yml                 |  37 +++--
 Makefile.PL              |  10 +-
 README                   |  20 +--
 debian/changelog         |  13 ++
 debian/control           |   4 +-
 debian/copyright         |   4 +-
 debian/rules             |  21 +--
 examples/cron.tab        |   3 +
 examples/custom_sleep.pl | 389 +++++++++++++++++++++++++++++++++++++++++++++++
 lib/Schedule/Cron.pm     | 280 ++++++++++++++++++++++++++--------
 t/delete_entry.t         |  46 ++++++
 t/execution_time.t       |   7 +-
 t/kwalitee.t             |  10 +-
 t/sighandler.t           |   7 +-
 19 files changed, 820 insertions(+), 131 deletions(-)

diff --cc debian/changelog
index 233574d,0000000..c120a24
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,106 -1,0 +1,119 @@@
++libschedule-cron-perl (1.01-0.1) unstable; urgency=medium
++
++  * Non-maintainer upload.
++  * New upstream release.
++    Fixes "FTBFS: Tests failures" (Closes: #724137)
++  * debian/rules: reduce to three-line version to get build-{arch,indep}
++    targets.
++  * Make (build) dependency on libtime-modules-perl versioned, as per new
++    upstream requirements.
++  * Update years of upstream copyright, and fix link to GPL-1.
++
++ -- gregor herrmann <gregoa at debian.org>  Tue, 11 Mar 2014 18:56:44 +0100
++
 +libschedule-cron-perl (0.99-1) unstable; urgency=low
 +
 +  * New upstream version.
 +  * debian/control:
 +    - B-D-I: add libtest-kwalitee-perl to perfrom more tests.
 +    - Standards-Version: 3.8.3.
 +
 + -- Miguelangel Jose Freitas Loreto <miguelangel.freitas at gmail.com>  Sat, 03 Oct 2009 11:47:27 -0430
 +
 +libschedule-cron-perl (0.98-1) unstable; urgency=low
 +
 +  * New upstream version.
 +  * debian/control:
 +    - B-D-I: added libtest-pod-perl (>= 1.00), 
 +      libtest-pod-coverage-perl to perform more tests.
 +    - Standards-Version: 3.8.1.
 +
 + -- Miguelangel Jose Freitas Loreto <miguelangel.freitas at gmail.com>  Mon, 04 May 2009 20:41:16 -0430
 +
 +libschedule-cron-perl (0.97-1) unstable; urgency=low
 +
 +  * New maintainer. (Closes: #503530)
 +  * New upstream version.
 +  * debian/compat:
 +    - upgrade to level 7.
 +  * debian/control:
 +    - Standards-Version: 3.8.0. 
 +    - Build-Depends: debhelper (>= 7)
 +  * Add debian/watch file.
 +  * debian/copyright:
 +    - update info and format.
 +
 + -- Miguelangel Jose Freitas Loreto <miguelangel.freitas at gmail.com>  Sun, 01 Feb 2009 11:19:33 -0430
 +
 +libschedule-cron-perl (0.05-6) unstable; urgency=low
 +
 +  * Add a binary-arch target to debian/rules (closes: #395614)
 +  * Bumped Standards-Version to 3.7.2
 +
 + -- Eric Van Buggenhaut <ericvb at debian.org>  Sat,  4 Nov 2006 00:39:46 +0100
 +
 +libschedule-cron-perl (0.05-5) unstable; urgency=low
 +
 +  * Included pointer to Perl license in debian/copyright
 +  * Updated Standards version to 3.6.1
 +  * Uses new extension .3perl for man page.
 +
 + -- Eric Van Buggenhaut <ericvb at debian.org>  Mon, 16 Aug 2004 18:58:48 +0200
 +
 +libschedule-cron-perl (0.05-4) unstable; urgency=low
 +
 +  * New maintainer's email address.
 +  * New section
 +  * New Standards-Version
 +
 + -- Eric Van Buggenhaut <ericvb at debian.org>  Fri,  4 Apr 2003 11:11:40 +0200
 +
 +libschedule-cron-perl (0.05-3) unstable; urgency=low
 +
 +  * Corrected typo in debian/copyright
 +  * Removed full-stop from synopsis
 +  * Updated Standards-Version to 3.5.8
 +
 + -- Eric Van Buggenhaut <ericvb at debian.org>  Thu,  6 Feb 2003 14:29:25 +0100
 +
 +libschedule-cron-perl (0.05-2) unstable; urgency=low
 +
 +  * Build package in build-indep target (closes: #157505)
 +
 + -- Eric Van Buggenhaut <ericvb at debian.org>  Wed, 21 Aug 2002 10:28:55 +0200
 +
 +libschedule-cron-perl (0.05-1) unstable; urgency=low
 +
 +  * New upstream release
 +  * using INSTALLDIRS=vendor as per perl policy 3.3
 +
 + -- Eric Van Buggenhaut <ericvb at debian.org>  Tue, 30 Jul 2002 08:14:14 +0200
 +
 +libschedule-cron-perl (0.03-4) unstable; urgency=low
 +
 +  * Package doesn't install .packlist anymore
 +
 + -- Eric Van Buggenhaut <ericvb at debian.org>  Tue,  4 Jun 2002 18:36:25 +0200
 +
 +libschedule-cron-perl (0.03-3) unstable; urgency=low
 +
 +  * New package (closes: #129813)
 +  * Corrected dep.
 +
 + -- Eric Van Buggenhaut <eric at andago.com>  Fri,  4 Jan 2002 11:12:00 +0100
 +
 +libschedule-cron-perl (0.03-2) unstable; urgency=low
 +
 +  * Added dependency to libtime-modules
 +
 + -- Eric Van Buggenhaut <eric at andago.com>  Fri,  4 Jan 2002 10:43:14 +0100
 +
 +libschedule-cron-perl (0.03-1) unstable; urgency=low
 +
 +  * Initial Release.
 +
 + -- Eric Van Buggenhaut <eric at andago.com>  Thu,  3 Jan 2002 18:03:14 +0100
 +
 +Local variables:
 +mode: debian-changelog
 +End:
diff --cc debian/control
index b387f26,0000000..af40719
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,23 -1,0 +1,23 @@@
 +Source: libschedule-cron-perl
 +Section: perl
 +Priority: optional
 +Build-Depends: debhelper (>= 7)
- Build-Depends-Indep: perl (>= 5.6.0-16), libtime-modules-perl, libtest-pod-perl (>= 1.00), libtest-pod-coverage-perl, libtest-kwalitee-perl
++Build-Depends-Indep: perl (>= 5.6.0-16), libtime-modules-perl (>= 2011.0505), libtest-pod-perl (>= 1.00), libtest-pod-coverage-perl, libtest-kwalitee-perl
 +Maintainer: Miguelangel Jose Freitas Loreto <miguelangel.freitas at gmail.com>
 +Standards-Version: 3.8.3
 +Homepage: http://search.cpan.org/dist/Schedule-Cron/
 +
 +Package: libschedule-cron-perl
 +Architecture: all
- Depends: ${perl:Depends}, ${misc:Depends}, libtime-modules-perl
++Depends: ${perl:Depends}, ${misc:Depends}, libtime-modules-perl (>= 2011.0505)
 +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
 + called are specified with a format known as crontab entry (see
 + manpage crontab(5) or documentation of Schedule::Cron).
 + .
 + The philosophy behind Schedule::Cron is to call subroutines
 + periodically from within one single Perl program instead of letting
 + cron trigger several (possibly different) Perl scripts. Everything
 + under one roof. Furthermore Schedule::Cron provides mechanism to
 + create crontab entries dynamically, which isn't that easy with cron.
diff --cc debian/copyright
index b861d28,0000000..8cea217
mode 100644,000000..100644
--- a/debian/copyright
+++ b/debian/copyright
@@@ -1,30 -1,0 +1,30 @@@
 +This package have been initially packaged by Eric Van Buggenhaut <eric at andago.com> 
 +New maintainet since version 0.97-1 is Miguelangel Jose Freitas Loreto <miguelangel.freitas at gmail.com>
 +
 +Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=233
 +Upstream-Name: Cron - cron-like scheduler for Perl subroutines
 +Upstream-Maintainer: Roland Huss <roland at cpan.org>
 +Upstream-Source: http://search.cpan.org/dist/Schedule-Cron/
 +
 +Files: *
- Copyright: Copyright 1999-2006 Roland Huss.
++Copyright: Copyright 1999-2011 Roland Huss.
 +License: Perl
 +
 +Files: debian/*
 +Copyright: Copyright (C) 2008 Miguelangel Jose Freitas Loreto <miguelangel.freitas at gmail.com>
 +License: GPL-2+
 +
 +License-Alias: Perl
 +Licenses: GPL-1+ | Artistic
 +
 +License: GPL-1+
 + On Debian systems, a copy of the GPL licenses are found in
-  /usr/share/common-licenses/GPL
++ /usr/share/common-licenses/GPL-1
 +
 +License: Artistic
 + On Debian systems, a copy of the Artistic licenses are found in
 + /usr/share/common-licenses/Artistic
 +
 +License: GPL-2+
 + On Debian systems, a copy of the GPL licenses are found in
 + /usr/share/common-licenses/GPL-2
diff --cc debian/rules
index 0d045f4,0000000..2d33f6a
mode 100755,000000..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,23 -1,0 +1,4 @@@
 +#!/usr/bin/make -f
 +
- build: build-stamp
- build-stamp:
- 	dh build
- 	touch $@
- 
- clean:
++%:
 +	dh $@
- 
- install: install-stamp
- install-stamp: build-stamp
- 	dh install
- 	touch $@
- 
- binary-arch:
- 
- binary-indep: install
- 	dh $@
- 
- binary: binary-arch binary-indep
- 
- .PHONY: binary binary-arch binary-indep install clean build

-- 
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