--- libdbix-simple-perl-1.32.orig/debian/rules +++ libdbix-simple-perl-1.32/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- libdbix-simple-perl-1.32.orig/debian/compat +++ libdbix-simple-perl-1.32/debian/compat @@ -0,0 +1 @@ +7 --- libdbix-simple-perl-1.32.orig/debian/control +++ libdbix-simple-perl-1.32/debian/control @@ -0,0 +1,28 @@ +Source: libdbix-simple-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl (>= 5.6.0-12), libdbi-perl (>= 1.21), + libtest-pod-perl, libdbd-sqlite3-perl +Maintainer: Debian Perl Group +Uploaders: Jonathan Yu +Standards-Version: 3.8.2 +Homepage: http://search.cpan.org/dist/DBIx-Simple/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdbix-simple-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdbix-simple-perl/ + +Package: libdbix-simple-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libdbi-perl (>= 1.21) +Recommends: libsql-abstract-perl, libtext-table-perl +Description: Perl module implementing an simpler interface to DBI + DBIx::Simple provides a simplified interface to DBI, Perl's powerful de-facto + standard database interface. This module is aimed at rapid development and + easy maintenance of your codebase. A single method prepares and executes your + queries, and the result object (which wraps the statement handle) provides + easy row-by-row iteration and slurping methods. + . + The query method returns either a result object, or a dummy object. The dummy + object returns undef (or an empty list) for all methods and when evaluated in + boolean context, is false. The dummy object lets you postpone (or skip) error + checking, but it also makes immediate error checking simple. --- libdbix-simple-perl-1.32.orig/debian/changelog +++ libdbix-simple-perl-1.32/debian/changelog @@ -0,0 +1,5 @@ +libdbix-simple-perl (1.32-1) unstable; urgency=low + + * Initial Release. (Closes: #536708) + + -- Jonathan Yu Sun, 12 Jul 2009 10:48:49 -0400 --- libdbix-simple-perl-1.32.orig/debian/watch +++ libdbix-simple-perl-1.32/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/DBIx-Simple/ .*/DBIx-Simple-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libdbix-simple-perl-1.32.orig/debian/copyright +++ libdbix-simple-perl-1.32/debian/copyright @@ -0,0 +1,31 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Juerd Waalboer +Upstream-Source: http://search.cpan.org/dist/DBIx-Simple/ +Upstream-Name: DBIx-Simple + +Files: * +License: PD + +Files: debian/* +Copyright: 2009, Jonathan Yu +License: PD | 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' + +License: PD + There is no license. This software was released into the public + domain. Do with it what you want, but on your own risk. The author + disclaims any responsibility.