debian/0000755000000000000000000000000012065624614007174 5ustar debian/rules0000755000000000000000000000003612065624614010253 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000221212065624614010574 0ustar Source: libdbix-datasource-perl Maintainer: Debian Perl Group Uploaders: Ivan Kohler , Xavier Guimard Section: perl Priority: optional Build-Depends: debhelper (>= 8), perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdbix-datasource-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libdbix-datasource-perl.git Homepage: http://search.cpan.org/dist/DBIx-DataSource/ Package: libdbix-datasource-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libdbi-perl Suggests: libdbd-pg-perl | libdbd-mysql-perl Description: database-independent module to create and drop functions DBIx::DataSource implements create_database and drop_database functions for databases. It aims to provide a common interface to database creation and deletion regardless of the actual database being used. . Currently supported databases are MySQL and PostgreSQL. Assistance adding support for other databases is welcomed and relatively simple - see DBIx::DataSource::Driver. debian/source/0000755000000000000000000000000012065624614010474 5ustar debian/source/format0000644000000000000000000000001412065624614011702 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000217712065624614011055 0ustar libdbix-datasource-perl (0.02-4) unstable; urgency=low * Take over for the Debian Perl Group on maintainer's request (http://bugs.debian.org/677732#10) * Update source format to 3.0 (quilt) * Add debian/watch * Update debian/copyright (years and format) * Update debian/rules to use "dh $@" * Bump Standards-Version to 3.9.4 * Bump debhelper compatibility to 8 * Change Section to "perl" * Update description -- Xavier Guimard Sun, 23 Dec 2012 16:54:02 +0100 libdbix-datasource-perl (0.02-3) unstable; urgency=low * debian/copyright pedantry (closes: Bug#153329, Bug#153373) * binary-arch vs. binary-indep (closes: Bug#153348) * extra files in .diff (closes: Bug#153394) -- Ivan Kohler Sat, 7 Sep 2002 04:53:39 -0700 libdbix-datasource-perl (0.02-2) unstable; urgency=low * spelling mistake in description (closes: Bug#124931) -- Ivan Kohler Mon, 17 Dec 2001 15:21:09 -0800 libdbix-datasource-perl (0.02-1) unstable; urgency=low * Initial Release (closes: Bug#107121) -- Ivan Kohler Sun, 12 Aug 2001 02:52:49 -0700 debian/compat0000644000000000000000000000000212065624614010372 0ustar 8 debian/patches/0000755000000000000000000000000012065624614010623 5ustar debian/patches/series0000644000000000000000000000002512065624614012035 0ustar spelling-error.patch debian/patches/spelling-error.patch0000644000000000000000000000063712065624614014616 0ustar Description: Spelling error Author: Xavier Guimard Bug: https://rt.cpan.org/Ticket/Display.html?id=82183 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=82183 Last-Update: 2012-12-23 --- a/DataSource/Pg.pm +++ b/DataSource/Pg.pm @@ -33,7 +33,7 @@ =head1 DESCRIPTION -This is the PostgresSQL driver for DBIx::DataSource. +This is the PostgreSQL driver for DBIx::DataSource. =cut debian/copyright0000644000000000000000000000221312065624614011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: DBIx-DataSource Source: http://search.cpan.org/dist/DBIx-DataSource/ Upstream-Contact: Ivan Kohler Files: * Copyright: 2000, Ivan Kohler 2000, Mail Abuse Prevention System LLC License: Artistic or GPL-1+ Files: debian/* Copyright: 2001, 2002, Ivan Kohler 2012, Xavier Guimard License: Artistic or 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 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 systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000017012065624614010223 0ustar version=3 http://search.cpan.org/dist/DBIx-DataSource/ .*/DBIx-DataSource-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)