summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Bamber <nicholas@periapt.co.uk>2010-11-26 22:11:17 +0000
committerNicholas Bamber <nicholas@periapt.co.uk>2010-11-26 22:11:17 +0000
commit1f4bbccaac1695f028c7c8704fbdc64f3b7286c6 (patch)
treefad5587bb0700775c0a315530ed98c256acb5b1c
parent9e62fccfaba9a6c64846b86f911d6286a490fddc (diff)
[svn-inject] Applying Debian modifications (1.11-1) to trunk
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control28
-rw-r--r--debian/copyright28
-rw-r--r--debian/libtest-database-perl.examples1
-rwxr-xr-xdebian/rules4
-rw-r--r--debian/source/format1
-rw-r--r--debian/watch2
8 files changed, 70 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..67039bb
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libtest-database-perl (1.11-1) UNRELEASED; urgency=low
+
+ * Initial Release. (Closes: #605062)
+
+ -- Nicholas Bamber <nicholas@periapt.co.uk> Fri, 26 Nov 2010 21:30:11 +0000
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..f6812b4
--- /dev/null
+++ b/debian/control
@@ -0,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@lists.alioth.debian.org>
+Uploaders: Nicholas Bamber <nicholas@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.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..780393f
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Philippe Bruhat (BooK) <book@cpan.org>
+Source: http://search.cpan.org/dist/Test-Database/
+Name: Test-Database
+
+Files: *
+Copyright: 2008-2010, Philippe Bruhat (BooK) <book@cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, Nicholas Bamber <nicholas@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'.
diff --git a/debian/libtest-database-perl.examples b/debian/libtest-database-perl.examples
new file mode 100644
index 0000000..c0f0d8a
--- /dev/null
+++ b/debian/libtest-database-perl.examples
@@ -0,0 +1 @@
+eg/*
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2d33f6a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..46dfea2
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Test-Database/ .*/Test-Database-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$