--- libmqdb-perl-0.954.orig/debian/watch +++ libmqdb-perl-0.954/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/MQdb/ .*/MQdb_v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libmqdb-perl-0.954.orig/debian/libmqdb-perl.docs +++ libmqdb-perl-0.954/debian/libmqdb-perl.docs @@ -0,0 +1 @@ +README --- libmqdb-perl-0.954.orig/debian/rules +++ libmqdb-perl-0.954/debian/rules @@ -0,0 +1,23 @@ +#!/usr/bin/make -f + +build: build-stamp +build-stamp: + 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 --- libmqdb-perl-0.954.orig/debian/control +++ libmqdb-perl-0.954/debian/control @@ -0,0 +1,21 @@ +Source: libmqdb-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: libdbd-mysql-perl (>= 3.0005), + libdbd-sqlite3-perl (>= 1.14), libdbi-perl (>= 1.51) +Maintainer: Debian Perl Group +Uploaders: Charles Plessy +Standards-Version: 3.8.1 +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmqdb-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmqdb-perl/ +Homepage: http://search.cpan.org/dist/MQdb/ + +Package: libmqdb-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libdbd-mysql-perl (>= 3.0005), + libdbd-sqlite3-perl (>= 1.14), libdbi-perl (>= 1.51) +Description: MappedQueryDB toolkit for federated databases + MQdb.pm is a base toolkit for working with relational databases in the + context of a federation of object databases. It provides some base federation + support and a variation on an Object-relational-mapped template model. --- libmqdb-perl-0.954.orig/debian/changelog +++ libmqdb-perl-0.954/debian/changelog @@ -0,0 +1,11 @@ +libmqdb-perl (0.954-1) unstable; urgency=low + + * New upstream release. + + -- Charles Plessy Thu, 04 Jun 2009 16:21:14 +0900 + +libmqdb-perl (0.953-1) unstable; urgency=low + + * Initial Release (Closes: #524998). + + -- Charles Plessy Thu, 23 Apr 2009 19:06:44 +0900 --- libmqdb-perl-0.954.orig/debian/compat +++ libmqdb-perl-0.954/debian/compat @@ -0,0 +1 @@ +7 --- libmqdb-perl-0.954.orig/debian/copyright +++ libmqdb-perl-0.954/debian/copyright @@ -0,0 +1,48 @@ +Format: Machine-readable copyright declaration + +Name: MappedQueryDB [MQdb] system +Contact: Jessica Severin +Source: http://search.cpan.org/CPAN/authors/id/J/JM/JMS/MQdb_0.954.tar.gz + +License: + MappedQueryDB [MQdb] system + copyright (c) 2006-2009 Jessica Severin + All rights reserved. + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + * Neither the name of Jessica Severin nor the + names of its contributors may be used to endorse or promote products + derived from this software without specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ''AS IS'' AND ANY + EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDERS BE LIABLE FOR ANY + DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND + ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +Files: debian/* +Copyright: 2009, Charles Plessy +License: Poetic + This work ‘as-is’ we provide. + No warranty, express or implied. + We’ve done our best, + to debug and test. + Liability for damages denied. + . + Permission is granted hereby, + to copy, share, and modify. + Use as is fit, + free or for profit. + On this notice these rights rely. +Comment: The text of this license is © 2005 Alexander E Genaud, + see `http://genaud.net/2005/10/poetic-license/'.