--- libdatetime-format-strptime-perl-1.0702.orig/debian/copyright +++ libdatetime-format-strptime-perl-1.0702/debian/copyright @@ -0,0 +1,20 @@ +This package was debianized by Ernesto Hernández-Novich +on Wed, 03 May 2006 10:17:21 -0400 + +It was downloaded from http://search.cpan.org/dist/DateTime-Format-Strptime/ + +Upstream author: Rick Measham . + +Copyright: + + Copyright (c) Rick Measham, 2003-2007. All rights reserved. + + This library is free software; you can redistribute it and/or modify it + under the same terms as Perl itself. + +Perl is distributed under your choice of the GNU General Public License +or the Artistic License. + +The complete text of the GNU General Public License can be found in +/usr/share/common-licenses/GPL and the Artistic License can be found +in /usr/share/common-licenses/Artistic. --- libdatetime-format-strptime-perl-1.0702.orig/debian/rules +++ libdatetime-format-strptime-perl-1.0702/debian/rules @@ -0,0 +1,65 @@ +#!/usr/bin/make -f +# This debian/rules file is provided as a template for normal perl +# packages. It was created by Marc Brockschmidt for +# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may +# be used freely wherever it is useful. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# If set to a true value then MakeMaker's prompt function will +# always return the default without waiting for user input. +export PERL_MM_USE_DEFAULT=1 + +PACKAGE=$(shell dh_listpackages) + +ifndef PERL +PERL = /usr/bin/perl +endif + +TMP =$(CURDIR)/debian/$(PACKAGE) + +build: build-stamp +build-stamp: + dh_testdir + $(PERL) Makefile.PL INSTALLDIRS=vendor + $(MAKE) + $(MAKE) test + touch build-stamp + +clean: + dh_testdir + dh_testroot + dh_clean build-stamp install-stamp + [ ! -f Makefile ] || $(MAKE) realclean + +install: install-stamp +install-stamp: build-stamp + dh_testdir + dh_testroot + dh_clean -k + $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr + [ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5 + touch install-stamp + +binary-arch: +# We have nothing to do by default. + +binary-indep: build install + dh_testdir + dh_testroot + dh_installdocs + dh_installchangelogs Changes + dh_perl + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +source diff: + @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary --- libdatetime-format-strptime-perl-1.0702.orig/debian/changelog +++ libdatetime-format-strptime-perl-1.0702/debian/changelog @@ -0,0 +1,53 @@ +libdatetime-format-strptime-perl (1.0702-2) unstable; urgency=low + + [ gregor herrmann ] + * debian/rules: delete /usr/lib/perl5 only if it exists (Closes: #467743). + + [ Ernesto Hernández-Novich (USB) ] + * Upgraded to debhelper 6 + * Updated to Standards-Version 3.7.3 + + -- Ernesto Hernández-Novich (USB) Wed, 27 Feb 2008 08:05:51 -0430 + +libdatetime-format-strptime-perl (1.0702-1) unstable; urgency=low + + [ Ernesto Hernández-Novich (USB) ] + * Updated Standards Version. + * Clean up debian/rules. + * Moved package into Debian Perl Pkg Project SVN. + * Wrap long fields in control file. + * Cleanup debian/rules. + * Fixed copyright file with a better URL. + * Fixed watch file. + * Fixed Maintainer field in control file. + + [ gregor herrmann ] + * New upstream release. + * Tighten dependency on libdatetime-locale-perl to (>= 1:0.35). + * Merge changelog entries. + * Bump debhelper compatibility level to 5. + + [ Niko Tyni ] + * Update debian/watch. + * Update debian/copyright. + * Don't install the upstream changelog twice. + * Remove unneeded debian/docs. + + [ Damyan Ivanov ] + * Use author neutral upstream URL + * Use http://datetime-format-strptime.googlecode.com/ for Homepage + * Do not install redundant README + + -- Niko Tyni Fri, 23 Nov 2007 21:51:18 +0200 + +libdatetime-format-strptime-perl (1.0700-1) unstable; urgency=low + + * New upstream version. + + -- Ernesto Hernández-Novich Wed, 19 Jul 2006 10:18:55 -0400 + +libdatetime-format-strptime-perl (1.0601-1) unstable; urgency=low + + * Initial Release. + + -- Ernesto Hernández-Novich Wed, 03 May 2006 10:13:30 -0400 --- libdatetime-format-strptime-perl-1.0702.orig/debian/watch +++ libdatetime-format-strptime-perl-1.0702/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/DateTime-Format-Strptime .*/DateTime-Format-Strptime-(\d.*)\.(?:tar\.gz|tar|tgz) --- libdatetime-format-strptime-perl-1.0702.orig/debian/compat +++ libdatetime-format-strptime-perl-1.0702/debian/compat @@ -0,0 +1 @@ +6 --- libdatetime-format-strptime-perl-1.0702.orig/debian/control +++ libdatetime-format-strptime-perl-1.0702/debian/control @@ -0,0 +1,24 @@ +Source: libdatetime-format-strptime-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 6) +Build-Depends-Indep: perl (>= 5.6.0), libdatetime-perl, + libdatetime-locale-perl (>= 1:0.35), libdatetime-timezone-perl, libparams-validate-perl +Maintainer: Debian Perl Group +Uploaders: Ernesto Hernández-Novich , + gregor herrmann , Niko Tyni +Homepage: http://datetime-format-strptime.googlecode.com/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdatetime-format-strptime-perl/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-strptime-perl/ +Standards-Version: 3.7.3 + +Package: libdatetime-format-strptime-perl +Architecture: all +Depends: ${perl:Depends}, libdatetime-perl, libdatetime-locale-perl (>= 1:0.35), + libdatetime-timezone-perl, libparams-validate-perl +Description: Parse and format strp and strf time patterns + DateTime::Format::Strptime implements most of strptime(3), the POSIX + function that is the reverse of strftime(3), for DateTime. While strftime + takes a DateTime and a pattern and returns a string, strptime takes + a string and a pattern and returns the DateTime object + associated.