--- libdatetime-format-duration-perl-1.03a.orig/debian/watch +++ libdatetime-format-duration-perl-1.03a/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/DateTime-Format-Duration/ .*/DateTime-Format-Duration-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libdatetime-format-duration-perl-1.03a.orig/debian/rules +++ libdatetime-format-duration-perl-1.03a/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- libdatetime-format-duration-perl-1.03a.orig/debian/compat +++ libdatetime-format-duration-perl-1.03a/debian/compat @@ -0,0 +1 @@ +8 --- libdatetime-format-duration-perl-1.03a.orig/debian/copyright +++ libdatetime-format-duration-perl-1.03a/debian/copyright @@ -0,0 +1,27 @@ +Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=135 +Maintainer: Rick Measham +Source: http://search.cpan.org/dist/DateTime-Format-Duration/ + +Files: * +Copyright: 2003 - 2004, Rick Measham +License: GPL-1 or Artistic + +Files: debian/* +Copyright: 2011, Jonas Genannt +License: GPL-1 or 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 systems, the complete text of version 1 of the GNU General + Public License can be found in `/usr/share/common-licenses/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 systems, the complete text of the Artistic License can be + found in `/usr/share/common-licenses/Artistic'. --- libdatetime-format-duration-perl-1.03a.orig/debian/changelog +++ libdatetime-format-duration-perl-1.03a/debian/changelog @@ -0,0 +1,5 @@ +libdatetime-format-duration-perl (1.03a-1) unstable; urgency=low + + * Initial Release. (Closes: #632353) + + -- Jonas Genannt Fri, 1 Jul 2011 18:41:05 +0200 --- libdatetime-format-duration-perl-1.03a.orig/debian/libdatetime-format-duration-perl.docs +++ libdatetime-format-duration-perl-1.03a/debian/libdatetime-format-duration-perl.docs @@ -0,0 +1 @@ +README --- libdatetime-format-duration-perl-1.03a.orig/debian/control +++ libdatetime-format-duration-perl-1.03a/debian/control @@ -0,0 +1,15 @@ +Source: libdatetime-format-duration-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 8) +Build-Depends-Indep: perl, libdatetime-perl +Maintainer: Jonas Genannt +Standards-Version: 3.9.2 +Homepage: http://search.cpan.org/dist/DateTime-Format-Duration/ + +Package: libdatetime-format-duration-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libdatetime-perl +Description: Format and parse DateTime::Durations objects in perl + This perl module formats and parses DateTime::Duration objects + as well other durations representations.