r65297 - in /trunk/libtest-database-perl/debian: ./ changelog compat control copyright libtest-database-perl.examples rules source/ source/format watch

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Fri Nov 26 22:11:30 UTC 2010


Author: periapt-guest
Date: Fri Nov 26 22:11:17 2010
New Revision: 65297

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=65297
Log:
[svn-inject] Applying Debian modifications (1.11-1) to trunk

Added:
    trunk/libtest-database-perl/debian/
    trunk/libtest-database-perl/debian/changelog
    trunk/libtest-database-perl/debian/compat
    trunk/libtest-database-perl/debian/control
    trunk/libtest-database-perl/debian/copyright
    trunk/libtest-database-perl/debian/libtest-database-perl.examples
    trunk/libtest-database-perl/debian/rules   (with props)
    trunk/libtest-database-perl/debian/source/
    trunk/libtest-database-perl/debian/source/format
    trunk/libtest-database-perl/debian/watch

Added: trunk/libtest-database-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-database-perl/debian/changelog?rev=65297&op=file
==============================================================================
--- trunk/libtest-database-perl/debian/changelog (added)
+++ trunk/libtest-database-perl/debian/changelog Fri Nov 26 22:11:17 2010
@@ -1,0 +1,5 @@
+libtest-database-perl (1.11-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #605062)
+
+ -- Nicholas Bamber <nicholas at periapt.co.uk>  Fri, 26 Nov 2010 21:30:11 +0000

Added: trunk/libtest-database-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-database-perl/debian/compat?rev=65297&op=file
==============================================================================
--- trunk/libtest-database-perl/debian/compat (added)
+++ trunk/libtest-database-perl/debian/compat Fri Nov 26 22:11:17 2010
@@ -1,0 +1,1 @@
+8

Added: trunk/libtest-database-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-database-perl/debian/control?rev=65297&op=file
==============================================================================
--- trunk/libtest-database-perl/debian/control (added)
+++ trunk/libtest-database-perl/debian/control Fri Nov 26 22:11:17 2010
@@ -1,0 +1,28 @@
+Source: libtest-database-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: perl, libdbi-perl, libdbd-csv-perl, libdbd-sqlite2-perl,
+ libfile-homedir-perl, libversion-perl, libyaml-tiny-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Nicholas Bamber <nicholas at periapt.co.uk>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/Test-Database/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-database-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-database-perl/
+
+Package: libtest-database-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libfile-homedir-perl,
+ libversion-perl, libyaml-tiny-perl
+Description: support for testing against multiple unspecified databases
+ From the perspective of a module author, this allows you to write tests 
+ against a datbase without knowing precisely which databases will be used.
+ You call Test::Database->handles() and you get a number of DBI handles 
+ against which you can run your tests. You can specify which Databases you
+ are willing to support.
+ .
+ From the perspective of someone installing a perl module which uses
+ Test::Database, you put a config file in your home directory which
+ explains how to connect to non-file based databases. File based databases
+ do not normally needed configuration so long as the DBD driver is available.

Added: trunk/libtest-database-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-database-perl/debian/copyright?rev=65297&op=file
==============================================================================
--- trunk/libtest-database-perl/debian/copyright (added)
+++ trunk/libtest-database-perl/debian/copyright Fri Nov 26 22:11:17 2010
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Philippe Bruhat (BooK) <book at cpan.org>
+Source: http://search.cpan.org/dist/Test-Database/
+Name: Test-Database
+
+Files: *
+Copyright: 2008-2010, Philippe Bruhat (BooK) <book at cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, Nicholas Bamber <nicholas at periapt.co.uk>
+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
+ General Public License can be found in `/usr/share/common-licenses/GPL-1'.

Added: trunk/libtest-database-perl/debian/libtest-database-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-database-perl/debian/libtest-database-perl.examples?rev=65297&op=file
==============================================================================
--- trunk/libtest-database-perl/debian/libtest-database-perl.examples (added)
+++ trunk/libtest-database-perl/debian/libtest-database-perl.examples Fri Nov 26 22:11:17 2010
@@ -1,0 +1,1 @@
+eg/*

Added: trunk/libtest-database-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-database-perl/debian/rules?rev=65297&op=file
==============================================================================
--- trunk/libtest-database-perl/debian/rules (added)
+++ trunk/libtest-database-perl/debian/rules Fri Nov 26 22:11:17 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libtest-database-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libtest-database-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-database-perl/debian/source/format?rev=65297&op=file
==============================================================================
--- trunk/libtest-database-perl/debian/source/format (added)
+++ trunk/libtest-database-perl/debian/source/format Fri Nov 26 22:11:17 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libtest-database-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-database-perl/debian/watch?rev=65297&op=file
==============================================================================
--- trunk/libtest-database-perl/debian/watch (added)
+++ trunk/libtest-database-perl/debian/watch Fri Nov 26 22:11:17 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Test-Database/   .*/Test-Database-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




More information about the Pkg-perl-cvs-commits mailing list