--- liborlite-perl-1.20.orig/debian/control +++ liborlite-perl-1.20/debian/control @@ -0,0 +1,29 @@ +Source: liborlite-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl (>= 5.6.0), libparams-util-perl, + libdbd-sqlite3-perl (>= 1.14), libdbi-perl (>= 1.58), + libtest-cpan-meta-perl, + libpod-simple-perl (>= 3.07), libtest-pod-perl, libtest-minimumversion-perl +Maintainer: Debian Perl Group +Uploaders: Damyan Ivanov , Gunnar Wolf , + Brian Cassidy , + Rene Mayorga , + Jaldhar H. Vyas +Standards-Version: 3.8.0 +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: ${perl:Depends}, ${misc:Depends}, libparams-util-perl, + libdbd-sqlite3-perl (>= 1.14), libdbi-perl (>= 1.58) +Description: Extremely light weight 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 uses code + generation to build a set of packages for talking to that database. --- liborlite-perl-1.20.orig/debian/rules +++ liborlite-perl-1.20/debian/rules @@ -0,0 +1,23 @@ +#!/usr/bin/make -f + +build: build-stamp +build-stamp: + RELEASE_TESTING=1 dh build + touch $@ + +clean: + dh $@ + +install: install-stamp +install-stamp: build-stamp + dh install + touch $@ + +binary-arch: + +binary-indep: install + dh $@ + +binary: binary-arch binary-indep + +.PHONY: binary binary-arch binary-indep install clean build --- liborlite-perl-1.20.orig/debian/watch +++ liborlite-perl-1.20/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/ORLite/ .*/ORLite-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- liborlite-perl-1.20.orig/debian/changelog +++ liborlite-perl-1.20/debian/changelog @@ -0,0 +1,64 @@ +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.20.orig/debian/compat +++ liborlite-perl-1.20/debian/compat @@ -0,0 +1 @@ +7 --- liborlite-perl-1.20.orig/debian/copyright +++ liborlite-perl-1.20/debian/copyright @@ -0,0 +1,34 @@ +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+ + This program is free software; you can redistribute it and/or modify it + under the same terms as Perl itself. + +Files: inc/* +Copyright: © 2002-2009, Brian Ingerson, Audrey Tang and Adam Kennedy. +License: GPL-1+ | Artistic + +Files: debian/* +Copyright: 2008, Damyan Ivanov +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'