--- librose-datetime-perl-0.533.orig/debian/control +++ librose-datetime-perl-0.533/debian/control @@ -0,0 +1,27 @@ +Source: librose-datetime-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl, libdatetime-perl, librose-object-perl (>= 0.82), + libtest-pod-perl +Uploaders: Krzysztof Krzyżaniak (eloy) , + Jonathan Yu +Maintainer: Debian Perl Group +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/Rose-Class/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/librose-object-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/librose-object-perl/ + +Package: librose-datetime-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, librose-object-perl (>= 0.82), + libdatetime-perl +Description: collection of Perl modules for manipulating DateTime dates + Rose::DateTime is a collection of Perl modules that provide a few convenience + functions and objects for manipulating DateTime dates. + . + Rose::DateTime::Util contains a simple date parser and a slightly customized + date formatter. + . + Rose::DateTime::Parser encapsulates a date parser with an associated default + time zone. --- librose-datetime-perl-0.533.orig/debian/copyright +++ librose-datetime-perl-0.533/debian/copyright @@ -0,0 +1,30 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: John C. Siracusa +Upstream-Source: http://search.cpan.org/dist/Rose-DateTime/ +Upstream-Name: Rose-DateTime + +Files: * +Copyright: 2004-2006, John C. Siracusa +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2009, Jonathan Yu + 2007, Krzysztof Krzyzaniak (eloy) +License: Artistic | GPL-1+ + +License: Artistic + This program is free software; you can redistribute it and/or modify + it under the terms of the Artistic License, which comes with Perl. + On Debian GNU/Linux systems, the complete text of the Artistic License + can be found in `/usr/share/common-licenses/Artistic' + +License: GPL-1+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 1, or (at your option) + any later version. + On Debian GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL' + --- librose-datetime-perl-0.533.orig/debian/watch +++ librose-datetime-perl-0.533/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Rose-DateTime/ .*/Rose-DateTime-v?(\d.+)\.(?:tar\.gz|tar|tgz)$ --- librose-datetime-perl-0.533.orig/debian/compat +++ librose-datetime-perl-0.533/debian/compat @@ -0,0 +1 @@ +7 --- librose-datetime-perl-0.533.orig/debian/changelog +++ librose-datetime-perl-0.533/debian/changelog @@ -0,0 +1,22 @@ +librose-datetime-perl (0.533-1) unstable; urgency=low + + [ Jonathan Yu ] + * New upstream release + * Use new short debhelper rules format + * Update copyright information + * Add myself to Uploaders and Copyright + * Bump compat level to 7 + * Rewrote control description + * Add Test::Pod to B-D-I + + [ gregor herrmann ] + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + + -- Jonathan Yu Sun, 18 Oct 2009 14:28:05 -0400 + +librose-datetime-perl (0.532-1) unstable; urgency=low + + * Initial Release (closes: #474466). + + -- Krzysztof Krzyżaniak (eloy) Wed, 23 May 2007 11:46:56 +0200 --- librose-datetime-perl-0.533.orig/debian/rules +++ librose-datetime-perl-0.533/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@