[SCM] Debian packaging of libdbicx-testdatabase-perl branch, master, updated. ea412d7e5b74ed23bd086eff1bee689ad46901d4

gregor herrmann gregoa at debian.org
Thu Jul 5 20:21:59 UTC 2012


The following commit has been merged in the master branch:
commit d47cc31ac739f7f58110f24db4149d03ebb08e67
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 12:25:20 2012 -0600

    debian/control: update {versioned,alternative} (build) dependencies.

diff --git a/debian/control b/debian/control
index bf13732..ea0cf13 100644
--- a/debian/control
+++ b/debian/control
@@ -1,28 +1,31 @@
 Source: libdbicx-testdatabase-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Antony Gelberg <antony at wayforth.co.uk>,
+           gregor herrmann <gregoa at debian.org>,
+           Jonathan Yu <jawnsy at cpan.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
- libdbd-sqlite3-perl (>= 1.29),
- libdbix-class-perl,
- libsql-translator-perl,
- libtest-use-ok-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Antony Gelberg <antony at wayforth.co.uk>,
- gregor herrmann <gregoa at debian.org>, Jonathan Yu <jawnsy at cpan.org>
+                     libdbd-sqlite3-perl,
+                     libdbix-class-perl,
+                     libsql-translator-perl,
+                     libtest-use-ok-perl
 Standards-Version: 3.9.1
-Homepage: http://search.cpan.org/dist/DBICx-TestDatabase/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libdbicx-testdatabase-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdbicx-testdatabase-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libdbicx-testdatabase-perl.git
+Homepage: http://search.cpan.org/dist/DBICx-TestDatabase/
 
 Package: libdbicx-testdatabase-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends},
- libsql-translator-perl,
- libdbd-sqlite3-perl (>= 1.29)
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libsql-translator-perl,
+         libdbd-sqlite3-perl
 Description: module for testing a DBIx::Class::Schema
  DBICx::TestDatabase is a Perl module useful for testing applications built
  with DBIx::Class (see libdbix-class-perl). It creates a temporary in-memory
  SQLite database, deploys your DBIC Schema, and then connects to it. This lets
  you easily test your schema using a fresh database for every test, ensuring
  that the ordering of tests will not affect failure.
+

-- 
Debian packaging of libdbicx-testdatabase-perl



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