--- libclass-dbi-sqlite-perl-0.11.orig/debian/rules +++ libclass-dbi-sqlite-perl-0.11/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +%: + dh $@ --- libclass-dbi-sqlite-perl-0.11.orig/debian/changelog +++ libclass-dbi-sqlite-perl-0.11/debian/changelog @@ -0,0 +1,49 @@ +libclass-dbi-sqlite-perl (0.11-4) unstable; urgency=low + + [ Ryan Niebur ] + * moved with permission from Bart (Closes: #531517) + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); ${misc:Depends} to Depends: field. Changed: + Maintainer set to Debian Perl Group (was: Bart Martens + ); Bart Martens moved to + Uploaders. + * debian/watch: use dist-based URL. + * remove Bart from Uploaders + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + [ Ansgar Burchardt ] + * Use debhelper 7 instead of cdbs. + * Add myself to Uploaders. + * Use dist-based URL for Homepage field. + * Convert debian/copyright to proposed machine-readable format. + * Bump Standards-Version to 3.8.2 (no changes). + + [ gregor herrmann ] + * debian/control: lowercase short description. + + -- Ansgar Burchardt Mon, 20 Jul 2009 15:44:56 +0200 + +libclass-dbi-sqlite-perl (0.11-3) unstable; urgency=low + + * debian/control, debian/rules: Now using cdbs. Closes: #467684. + * debian/copyright: Fixed copyright-without-copyright-notice. + + -- Bart Martens Thu, 28 Feb 2008 06:57:34 +0100 + +libclass-dbi-sqlite-perl (0.11-2) unstable; urgency=low + + * New maintainer. Closes: #382292. + * debian/watch: Added. + * debian/control: Added homepage to description, standards version. + + -- Bart Martens Thu, 10 Aug 2006 19:04:22 +0200 + +libclass-dbi-sqlite-perl (0.11-1) unstable; urgency=low + + * Initial Release (Closes: #329366). + + -- Florian Ragwitz Mon, 31 Oct 2005 13:21:51 +0100 + --- libclass-dbi-sqlite-perl-0.11.orig/debian/watch +++ libclass-dbi-sqlite-perl-0.11/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Class-DBI-SQLite/ .*/Class-DBI-SQLite-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) --- libclass-dbi-sqlite-perl-0.11.orig/debian/control +++ libclass-dbi-sqlite-perl-0.11/debian/control @@ -0,0 +1,18 @@ +Source: libclass-dbi-sqlite-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl (>= 5.8.0-7), libclass-dbi-perl, libdbd-sqlite3-perl +Maintainer: Debian Perl Group +Uploaders: Ansgar Burchardt +Standards-Version: 3.8.2 +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-dbi-sqlite-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libclass-dbi-sqlite-perl/ +Homepage: http://search.cpan.org/dist/Class-DBI-SQLite/ + +Package: libclass-dbi-sqlite-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libclass-dbi-perl, libdbd-sqlite3-perl +Description: extension to Class::DBI for sqlite + Class::DBI::SQLite is an extension to Class::DBI for DBD::SQLite. It allows + you to populate an auto-incremented row id after insert. --- libclass-dbi-sqlite-perl-0.11.orig/debian/copyright +++ libclass-dbi-sqlite-perl-0.11/debian/copyright @@ -0,0 +1,31 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Tatsuhiko Miyagawa +Upstream-Source: http://search.cpan.org/dist/Class-DBI-SQLite/ +Upstream-Name: Class-DBI-SQLite + +Files: * +Copyright: © 2002-2005, Tatsuhiko Miyagawa +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: + © 2005, Florian Ragwitz + © 2006-2008, Bart Martens + © 2009, Ansgar Burchardt +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' --- libclass-dbi-sqlite-perl-0.11.orig/debian/compat +++ libclass-dbi-sqlite-perl-0.11/debian/compat @@ -0,0 +1 @@ +7