--- libdatetime-format-sqlite-perl-0.11.orig/debian/rules +++ libdatetime-format-sqlite-perl-0.11/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +%: + dh $@ --- libdatetime-format-sqlite-perl-0.11.orig/debian/changelog +++ libdatetime-format-sqlite-perl-0.11/debian/changelog @@ -0,0 +1,28 @@ +libdatetime-format-sqlite-perl (0.11-1) unstable; urgency=low + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + [ Salvatore Bonaccorso ] + * debian/control: Changed: Replace versioned (build-)dependency on + perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as + permitted by Debian Policy 3.8.3). + + [ gregor herrmann ] + * New upstream release: + - fixes "FTBFS: tests failed" (closes: #560622) + * Minimize debian/rules. + * Set Standards-Version to 3.8.3 (no changes). + * Add /me to Uploaders. + * debian/control: make short description a noun phrase; wrap long line. + * Don't install README anymore. + * debian/copyright: add years of upstream copyright, add second copyright + holder, add /me to packaging copyright. + + -- gregor herrmann Sun, 13 Dec 2009 14:01:40 +0100 + +libdatetime-format-sqlite-perl (0.10-1) unstable; urgency=low + + * Initial Release. (Closes: #509164) + + -- Jaldhar H. Vyas Fri, 16 Jan 2009 17:52:05 -0500 --- libdatetime-format-sqlite-perl-0.11.orig/debian/watch +++ libdatetime-format-sqlite-perl-0.11/debian/watch @@ -0,0 +1,4 @@ +# format version number, currently 3; this line is compulsory! +version=3 +# URL to the package page followed by a regex to search +http://search.cpan.org/dist/DateTime-Format-SQLite/ .*/DateTime-Format-SQLite-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libdatetime-format-sqlite-perl-0.11.orig/debian/control +++ libdatetime-format-sqlite-perl-0.11/debian/control @@ -0,0 +1,24 @@ +Source: libdatetime-format-sqlite-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl, libdatetime-perl (>= 0.1), + libdatetime-format-builder-perl (>= 0.6), libdbd-sqlite3-perl, + libtest-pod-perl, libtest-pod-coverage-perl +Maintainer: Debian Perl Group +Uploaders: Jaldhar H. Vyas , + gregor herrmann +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/DateTime-Format-SQLite/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdatetime-format-sqlite-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdatetime-format-sqlite-perl/ + +Package: libdatetime-format-sqlite-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libdatetime-perl (>= 0.1), + libdatetime-format-builder-perl (>= 0.6) +Description: module to parse and format SQLite dates and times + DateTime::Format::SQLite understands the formats used by SQLite for its date, + datetime and time functions. It can be used to parse these formats in order + to create DateTime objects, and it can take a DateTime object and produce a + timestring accepted by SQLite. --- libdatetime-format-sqlite-perl-0.11.orig/debian/copyright +++ libdatetime-format-sqlite-perl-0.11/debian/copyright @@ -0,0 +1,30 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Claus Faerber +Upstream-Source: http://search.cpan.org/dist/DateTime-Format-SQLite/ +Upstream-Name: DateTime-Format-SQLite + +Files: * +Copyright: 2008, Claus Färber + 2003 David Rolsky +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2008, Jaldhar H. Vyas + 2009, gregor herrmann +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' --- libdatetime-format-sqlite-perl-0.11.orig/debian/compat +++ libdatetime-format-sqlite-perl-0.11/debian/compat @@ -0,0 +1 @@ +7