--- liborlite-perl-1.28.orig/debian/control +++ liborlite-perl-1.28/debian/control @@ -0,0 +1,30 @@ +Source: liborlite-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7.0.50) +Build-Depends-Indep: perl, libdbd-sqlite3-perl (>= 1.25), libdbi-perl (>= 1.607), + perl-modules (>= 5.10.1) | libfile-temp-perl (>= 0.20), libparams-util-perl (>= 0.33), + libpod-simple-perl (>= 3.07), libtest-cpan-meta-perl, libtest-script-perl, + libtest-minimumversion-perl, libtest-pod-perl, libfile-remove-perl (>= 1.40) +Maintainer: Debian Perl Group +Uploaders: Damyan Ivanov , Gunnar Wolf , + Brian Cassidy , Rene Mayorga , + Jaldhar H. Vyas , Nathan Handler , + Jonathan Yu +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/ORLite/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/liborlite-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/liborlite-perl/ + +Package: liborlite-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libdbd-sqlite3-perl (>= 1.25), + libdbi-perl (>= 1.607), perl-modules (>= 5.10.1) | libfile-temp-perl (>= 0.20), + libparams-util-perl (>= 0.33), libfile-remove-perl (>= 1.40) +Description: lightweight SQLite-specific ORM + ORLite is an object-relation system specifically for SQLite that follows many + of the same principles as the ::Tiny series of modules and has a design that + aligns directly to the capabilities of SQLite. + . + ORLite discovers the schema of a SQLite database, and then deploys a set of + packages for talking to that database. --- liborlite-perl-1.28.orig/debian/copyright +++ liborlite-perl-1.28/debian/copyright @@ -0,0 +1,41 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Adam Kennedy +Upstream-Source: http://search.cpan.org/dist/ORLite/ +Upstream-Name: ORLite + +Files: * +Copyright: 2008-2009, Adam Kennedy +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2009, Jonathan Yu + 2009, Jaldhar H. Vyas + 2009, Nathan Handler + 2009, Rene Mayorga + 2008-2009, Brian Cassidy + 2008, Damyan Ivanov + 2008, Gunnar Wolf +License: Artistic | GPL-1+ + +Files: inc/Module/* +Copyright: 2002-2009, Adam Kennedy + 2002-2009, Audrey Tang + 2002-2009, Brian Ingerson +License-Alias: Perl +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' --- liborlite-perl-1.28.orig/debian/watch +++ liborlite-perl-1.28/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/ORLite/ .*/ORLite-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- liborlite-perl-1.28.orig/debian/compat +++ liborlite-perl-1.28/debian/compat @@ -0,0 +1 @@ +7 --- liborlite-perl-1.28.orig/debian/changelog +++ liborlite-perl-1.28/debian/changelog @@ -0,0 +1,117 @@ +liborlite-perl (1.28-1) unstable; urgency=low + + * New upstream release + + Adds the prune option, so ORLite will track every file and directory + it creates and remove them during the END phase + * Standards-Version 3.8.3 (no changes) + * Add myself to Uploaders and Copyright + * Use overrides and AUTOMATED_TESTING instead of RELEASE_TESTING + * Update B-D-I and Depends; remove perl (>= 5.10) as the META.yml + only requires 5.6; this was probably done for libfile-temp-perl + + -- Jonathan Yu Sat, 26 Sep 2009 07:47:37 -0400 + +liborlite-perl (1.25-1) unstable; urgency=low + + * New upstream release + * update debian/rules using dh-make-perl --refresh + + -- Rene Mayorga Sat, 15 Aug 2009 23:42:51 -0600 + +liborlite-perl (1.23-1) unstable; urgency=low + + [ Brian Cassidy ] + * New upstream release + * debian/watch: remove comments + * debian/copyright: update copyright for debian/* + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + [ gregor herrmann ] + * Set Standards-Version to 3.8.2 (no changes). + + -- Brian Cassidy Fri, 26 Jun 2009 09:58:47 -0300 + +liborlite-perl (1.22-1) unstable; urgency=low + + [ Brian Cassidy ] + * debian/control: + + bump deps to match upstream + + add libfile-temp-perl to deps + + Standards-Version 3.8.1 + + [ Nathan Handler ] + * New upstream release + * debian/control: + - Add myself to list of uploaders + + [ gregor herrmann ] + * debian/control: slightly improve short description. + + -- Nathan Handler Mon, 01 Jun 2009 01:53:05 +0000 + +liborlite-perl (1.20-1) unstable; urgency=low + + * New upstream release + + -- Brian Cassidy Wed, 18 Feb 2009 10:02:40 -0400 + +liborlite-perl (1.19-1) unstable; urgency=low + + * New upstream release + * debian/control: update my email address + * debian/copyright: update inc/* copyright years. + + -- Rene Mayorga Thu, 05 Feb 2009 19:35:01 -0600 + +liborlite-perl (1.18-1) unstable; urgency=low + + [ Brian Cassidy ] + * New upstream release + + [ Jaldhar H. Vyas ] + * Added myself to Uploaders + + -- Jaldhar H. Vyas Thu, 15 Jan 2009 18:55:37 -0500 + +liborlite-perl (1.17-1) unstable; urgency=low + + * New upstream release + * debian/control + + remove Perl hardcode depends and add ${perl:Depends} + + add myself to Uploaders + * debian/copyright - update upstream's copyright years + + -- Rene Mayorga Sun, 04 Jan 2009 19:12:06 -0600 + +liborlite-perl (1.16-1) unstable; urgency=low + + [ gregor herrmann ] + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + + [ Brian Cassidy ] + * New upstream release + * debian/control: added myself to Uploaders + + -- Brian Cassidy Mon, 15 Dec 2008 09:31:34 -0400 + +liborlite-perl (0.15-1) unstable; urgency=low + + * New upstream release + * Added myself as an uploader + + -- Gunnar Wolf Mon, 13 Oct 2008 23:58:20 -0500 + +liborlite-perl (0.13-1) unstable; urgency=low + + * New upstream release + + -- Damyan Ivanov Fri, 19 Sep 2008 23:20:30 +0300 + +liborlite-perl (0.11-1) unstable; urgency=low + + * Initial Release. Closes: #498921 -- ITP + + -- Damyan Ivanov Sun, 14 Sep 2008 18:50:03 +0300 --- liborlite-perl-1.28.orig/debian/rules +++ liborlite-perl-1.28/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +%: + dh $@ + +override_dh_auto_test: + AUTOMATED_TESTING=1 dh_auto_test