[libdbix-introspector-perl] 02/03: control

gregor herrmann gregoa at debian.org
Tue Jan 14 18:27:53 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libdbix-introspector-perl.

commit 5f10187b6631c7ed7a7a1973ab3f0230f575d120
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Jan 14 19:23:36 2014 +0100

    control
---
 debian/control | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/debian/control b/debian/control
index bc23db0..87fb566 100644
--- a/debian/control
+++ b/debian/control
@@ -1,15 +1,16 @@
 Source: libdbix-introspector-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: libdbd-sqlite3-perl (>= 1.4),
- libdbi-perl (>= 1.628),
- libmoo-perl (>= 1.003001),
- libtest-roo-perl (>= 1.002),
- libtest-simple-perl (>= 0.99) | perl (>= 5.19.5),
- perl
+                     libdbi-perl (>= 1.628),
+                     libmoo-perl (>= 1.003001),
+                     libtest-fatal-perl,
+                     libtest-roo-perl,
+                     libtest-simple-perl (>= 0.99) | perl (>= 5.19.5),
+                     perl
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdbix-introspector-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdbix-introspector-perl.git
@@ -17,10 +18,11 @@ Homepage: https://metacpan.org/release/DBIx-Introspector
 
 Package: libdbix-introspector-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libdbi-perl (>= 1.628),
- libmoo-perl (>= 1.003001)
-Description: Detect what database you are connected to
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libdbi-perl (>= 1.628),
+         libmoo-perl (>= 1.003001)
+Description: module to detect what database code is connected to
  DBIx::Introspector is a module factored out of the DBIx::Class database
  detection code. Most code that needs to detect which database it is connected
  to assumes that there is a one-to-one mapping from database drivers to
@@ -35,5 +37,3 @@ Description: Detect what database you are connected to
  has been written to be very extensible. So if you needed to detect which
  version of your given database you are connected to that would not be
  difficult.
- .
- This description was automagically extracted from the module by dh-make-perl.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdbix-introspector-perl.git



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