[libschedule-cron-perl] 04/19: Import Debian changes 0.97-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 4132cfa2ff8b3afa717b7730ca3eba22b6d84398
Merge: 324aea3 573b9ee
Author: Miguelangel Jose Freitas Loreto <miguelangel.freitas at gmail.com>
Date:   Sun Feb 1 12:19:33 2009 -0330

    Import Debian changes 0.97-1
    
    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.

 CHANGES                |   65 +-
 ChangeLog              |   66 +-
 Cron.pm                | 1830 +++++++++++++++++++++++++++++++-----------------
 MANIFEST               |   15 +-
 META.yml               |   11 +
 Makefile.PL            |    2 +-
 README                 |   23 +-
 debian/changelog       |   15 +
 debian/compat          |    2 +-
 debian/control         |   11 +-
 debian/copyright       |   34 +-
 debian/docs            |    2 -
 debian/rules           |   58 +-
 debian/watch           |    2 +
 t/callbackreschedule.t |   41 ++
 t/entry.t              |   71 ++
 t/execution_time.t     |   53 +-
 t/load_crontab.t       |   28 +-
 t/nofork.t             |   99 +++
 t/sighandler.t         |   31 +
 t/startup.t            |   46 +-
 t/test.crontab         |    9 +
 22 files changed, 1708 insertions(+), 806 deletions(-)

diff --cc debian/changelog
index 8b886eb,0000000..6e28133
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,72 -1,0 +1,87 @@@
++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/compat
index b8626c4,0000000..7f8f011
mode 100644,000000..100644
--- a/debian/compat
+++ b/debian/compat
@@@ -1,1 -1,0 +1,1 @@@
- 4
++7
diff --cc debian/control
index 486f8f9,0000000..edcd36a
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,22 -1,0 +1,23 @@@
 +Source: libschedule-cron-perl
 +Section: perl
 +Priority: optional
- Maintainer: Eric Van Buggenhaut <ericvb at debian.org>
- Build-Depends-Indep: perl(>=5.6.0-16), libtime-modules-perl
- Build-Depends: debhelper (>= 3.0.18)
- Standards-Version: 3.7.2
++Build-Depends: debhelper (>= 7)
++Build-Depends-Indep: perl (>= 5.6.0-16), libtime-modules-perl
++Maintainer: Miguelangel Jose Freitas Loreto <miguelangel.freitas at gmail.com>
++Standards-Version: 3.8.0
++Homepage: http://search.cpan.org/dist/Schedule-Cron/
 +
 +Package: libschedule-cron-perl
 +Architecture: all
- Depends: ${perl:Depends},libtime-modules-perl
++Depends: ${perl:Depends}, ${misc:Depends}, 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
 + 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 ba3682e,0000000..b861d28
mode 100644,000000..100644
--- a/debian/copyright
+++ b/debian/copyright
@@@ -1,14 -1,0 +1,30 @@@
- This package was debianized by Eric Van Buggenhaut <eric at andago.com> on
- Thu,  3 Jan 2002 18:03:14 +0100.
++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>
 +
- It was downloaded from 
++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/
 +
- http://search.cpan.org/dist/Schedule-Cron/
++Files: *
++Copyright: Copyright 1999-2006 Roland Huss.
++License: Perl
 +
- Copyright 1999,2000 Roland Huss.
++Files: debian/*
++Copyright: Copyright (C) 2008 Miguelangel Jose Freitas Loreto <miguelangel.freitas at gmail.com>
++License: GPL-2+
 +
- This library is  free software; you can redistribute  it and/or modify
- it under the same terms as Perl itself.
++License-Alias: Perl
++Licenses: GPL-1+ | Artistic
 +
- On Debian systems, a copy of the Artistic and GPL licenses are found in
- /usr/share/common-licenses/Artistic and /usr/share/common-licenses/GPL
++License: GPL-1+
++ On Debian systems, a copy of the GPL licenses are found in
++ /usr/share/common-licenses/GPL
++
++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 7ee57a4,0000000..0d045f4
mode 100755,000000..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,57 -1,0 +1,23 @@@
 +#!/usr/bin/make -f
- # GNU copyright 1997 to 1999 by Joey Hess.
- 
- # Uncomment this to turn on verbose mode.
- #export DH_VERBOSE=1
- 
- 
- tmp=$(shell pwd)/debian/libschedule-cron-perl
- 
- ifndef PERL
- PERL=/usr/bin/perl
- endif
 +
 +build: build-stamp
 +build-stamp:
- 	dh_testdir
- 	$(PERL) Makefile.PL INSTALLDIRS=vendor MAN3EXT=3perl
- 	$(MAKE) OPTIMIZE="-02 -g -Wall"
- 	touch build-stamp
++	dh build
++	touch $@
 +
 +clean:
- 	dh_testdir
- 	dh_testroot
- 	rm -f build-stamp
- 
- 	# Add here commands to clean up after the build process.
- 	-$(MAKE) clean
++	dh $@
 +
- 	dh_clean
++install: install-stamp
++install-stamp: build-stamp
++	dh install
++	touch $@
 +
- install: build
- 	dh_testdir
- 	dh_testroot
- 	dh_clean -k
- 	dh_installdirs
- 
- 	# Add here commands to install the package into debian/tmp.
- 	$(MAKE) install PREFIX=$(tmp)/usr
- 
- 	dh_installdocs
- 	dh_installchangelogs ChangeLog
- 	dh_compress
- 	dh_fixperms
- 	dh_installdeb
- 	dh_perl
- 	dh_gencontrol
- 	dh_md5sums
- 	dh_builddeb
++binary-arch:
 +
- # Build architecture-independent files here.
- binary-indep: build install
++binary-indep: install
++	dh $@
 +
- # Build architecture-dependent files here.
- binary-arch:
++binary: binary-arch binary-indep
 +
- binary: binary-indep binary-arch
- .PHONY: build clean binary-indep binary-arch binary install
++.PHONY: binary binary-arch binary-indep install clean build
diff --cc debian/watch
index 0000000,0000000..fba10bc
new file mode 100644
--- /dev/null
+++ b/debian/watch
@@@ -1,0 -1,0 +1,2 @@@
++version=3
++http://search.cpan.org/dist/Schedule-Cron/   .*/Schedule-Cron-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

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