--- libschedule-cron-perl-0.99.orig/debian/compat +++ libschedule-cron-perl-0.99/debian/compat @@ -0,0 +1 @@ +7 --- libschedule-cron-perl-0.99.orig/debian/watch +++ libschedule-cron-perl-0.99/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Schedule-Cron/ .*/Schedule-Cron-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libschedule-cron-perl-0.99.orig/debian/rules +++ libschedule-cron-perl-0.99/debian/rules @@ -0,0 +1,23 @@ +#!/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 --- libschedule-cron-perl-0.99.orig/debian/changelog +++ libschedule-cron-perl-0.99/debian/changelog @@ -0,0 +1,106 @@ +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 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 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 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 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 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 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 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 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 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 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 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 Fri, 4 Jan 2002 10:43:14 +0100 + +libschedule-cron-perl (0.03-1) unstable; urgency=low + + * Initial Release. + + -- Eric Van Buggenhaut Thu, 3 Jan 2002 18:03:14 +0100 + +Local variables: +mode: debian-changelog +End: --- libschedule-cron-perl-0.99.orig/debian/copyright +++ libschedule-cron-perl-0.99/debian/copyright @@ -0,0 +1,30 @@ +This package have been initially packaged by Eric Van Buggenhaut +New maintainet since version 0.97-1 is Miguelangel Jose Freitas Loreto + +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 +Upstream-Source: http://search.cpan.org/dist/Schedule-Cron/ + +Files: * +Copyright: Copyright 1999-2006 Roland Huss. +License: Perl + +Files: debian/* +Copyright: Copyright (C) 2008 Miguelangel Jose Freitas Loreto +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 + +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 --- libschedule-cron-perl-0.99.orig/debian/control +++ libschedule-cron-perl-0.99/debian/control @@ -0,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 +Maintainer: Miguelangel Jose Freitas Loreto +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 +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.