[libschedule-cron-perl] 02/19: Import Debian changes 0.05-5

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 640a7abce9fd47fc7099396603ded8e9bc6fd466
Merge: ca0dbfa 7e185b8
Author: Eric Van Buggenhaut <ericvb at debian.org>
Date:   Mon Aug 16 18:58:48 2004 +0200

    Import Debian changes 0.05-5
    
    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.
    
    libschedule-cron-perl (0.05-4) unstable; urgency=low
    
      * New maintainer's email address.
      * New section
      * New Standards-Version
    
    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
    
    libschedule-cron-perl (0.05-2) unstable; urgency=low
    
      * Build package in build-indep target (closes: #157505)
    
    libschedule-cron-perl (0.05-1) unstable; urgency=low
    
      * New upstream release
      * using INSTALLDIRS=vendor as per perl policy 3.3
    
    libschedule-cron-perl (0.03-4) unstable; urgency=low
    
      * Package doesn't install .packlist anymore

 CHANGES              |   3 +
 ChangeLog            |  20 +-
 Cron.pm              |  37 +--
 Makefile.PL          |   5 +-
 Makefile.old         | 702 ---------------------------------------------------
 README               |   7 +-
 debian/README.Debian |   6 -
 debian/changelog     |  43 ++++
 debian/control       |  10 +-
 debian/copyright     |   5 +-
 debian/docs          |   2 +-
 debian/rules         |  23 +-
 t/execution_time.t   |  11 +-
 13 files changed, 124 insertions(+), 750 deletions(-)

diff --cc Makefile.PL
index 1235b89,a1c9fb6..ac0b3ac
--- a/Makefile.PL
+++ b/Makefile.PL
@@@ -4,8 -4,9 +4,9 @@@ WriteMakefil
     NAME => "Schedule::Cron",
     VERSION_FROM => "Cron.pm",
     ($] >= 5.005
-       ? (ABSTRACT   => 'Crontab like scheduler',
+       ? (ABSTRACT   => 'cron-like scheduler',
           AUTHOR     => 'Roland Huss (roland at consol.de)')
        : ()),
-   'dist' => {COMPRESS=>'gzip',SUFFIX=>'gz'}
+    PREREQ_PM => { "Time::ParseDate" => '99.00'},
 -   'dist' => {COMPRESS=>'gzip',SUFFIX=>'gz'}
++   'dist' => {COMPRESS=>'gzip',SUFFIX=>'gz'},
    );
diff --cc debian/changelog
index d5b1deb,0000000..b2894b3
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,22 -1,0 +1,65 @@@
++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 b773e43,0000000..ddc41f3
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,21 -1,0 +1,21 @@@
 +Source: libschedule-cron-perl
- Section: interpreters
++Section: perl
 +Priority: optional
- Maintainer: Eric Van Buggenhaut <eric at andago.com>
- Build-Depends-Indep: debhelper
- Standards-Version: 3.5.2
++Maintainer: Eric Van Buggenhaut <ericvb at debian.org>
++Build-Depends-Indep: debhelper (>=3.0.18), perl(>=5.6.0-16), libtime-modules-perl
++Standards-Version: 3.6.1
 +
 +Package: libschedule-cron-perl
 +Architecture: all
 +Depends: ${perl:Depends},libtime-modules-perl
- Description: Simple but complete cron like scheduler.
++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 b847753,0000000..ed67ca1
mode 100644,000000..100644
--- a/debian/copyright
+++ b/debian/copyright
@@@ -1,12 -1,0 +1,15 @@@
 +This package was debianized by Eric Van Buggenhaut <eric at andago.com> on
 +Thu,  3 Jan 2002 18:03:14 +0100.
 +
 +It was downloaded from 
 +
- http://search.cpan.org/doc/ROLAND/Schedule-Cron-0.03/Cron.pm
++http://search.cpan.org/doc/ROLAND/Schedule-Cron-0.05
 +
 +
 +Copyright 1999,2000 Roland Huss.
 +
 +This library is  free software; you can redistribute  it and/or modify
 +it under the same terms as Perl itself.
++
++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
diff --cc debian/docs
index fc82724,0000000..26dc6bd
mode 100644,000000..100644
--- a/debian/docs
+++ b/debian/docs
@@@ -1,2 -1,0 +1,2 @@@
 +README
- ChangeLog
++CHANGES
diff --cc debian/rules
index dee1f22,0000000..77adc9a
mode 100755,000000..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,72 -1,0 +1,67 @@@
 +#!/usr/bin/make -f
 +# GNU copyright 1997 to 1999 by Joey Hess.
 +
 +# Uncomment this to turn on verbose mode.
 +#export DH_VERBOSE=1
 +
 +# This is the debhelper compatability version to use.
- export DH_COMPAT=1
++export DH_COMPAT=3
 +
- tmp=$(shell pwd)/debian/tmp
++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=perl  INSTALLARCHLIB=$(tmp)/usr/lib/perl5 INSTALLMAN1DIR=$(tmp)/usr/share/man/man1 INSTALLMAN3DIR=$(tmp)/usr/share/man/man3 INSTALLPRIVLIB=$(tmp)/usr/lib/perl5 INSTALLBIN=$(tmp)/usr/bin INSTALLSCRIPT=$(tmp)/usr/bin 
- 	$(MAKE)
++	$(PERL) Makefile.PL INSTALLDIRS=vendor MAN3EXT=3perl
++	$(MAKE) OPTIMIZE="-02 -g -Wall"
 +	touch build-stamp
 +
 +clean:
 +	dh_testdir
 +	dh_testroot
 +	rm -f build-stamp
 +
 +	# Add here commands to clean up after the build process.
 +	-$(MAKE) clean
 +
 +	dh_clean
 +
 +install: build
 +	dh_testdir
 +	dh_testroot
 +	dh_clean -k
 +	dh_installdirs
 +
 +	# Add here commands to install the package into debian/tmp.
- 	$(MAKE) pure_install
++	$(MAKE) install PREFIX=$(tmp)/usr
++	#-find debian/tmp/usr/lib/perl5 -type d -empty | xargs rmdir -p
++	#mv debian/libschedule-cron-perl/usr/share/man/man3/Schedule\:\:Cron.3pm \
++	#  debian/libschedule-cron-perl/usr/share/man/man3/Schedule\:\:Cron.3perl
 +
 +
 +# Build architecture-independent files here.
 +binary-indep: build install
- # We have nothing to do by default.
- 
- # Build architecture-dependent files here.
- binary-arch: build install
 +#	dh_testversion
 +	dh_testdir
 +	dh_testroot
 +#	dh_installdebconf	
 +	dh_installdocs
- #	dh_installinit
 +#	dh_undocumented
- 	dh_installchangelogs CHANGES
++	dh_installchangelogs ChangeLog
 +#	dh_link
 +#	dh_strip
 +	dh_compress
 +	dh_fixperms
- 	# You may want to make some executables suid here.
- 	dh_suidregister
 +#	dh_makeshlibs
 +	dh_installdeb
 +	dh_perl
- 	dh_shlibdeps
 +	dh_gencontrol
 +	dh_md5sums
 +	dh_builddeb
 +
 +binary: binary-indep binary-arch
 +.PHONY: build clean binary-indep binary-arch binary install

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