[libdbix-abstract-perl] 04/06: cme: reformat debian/control
gregor herrmann
gregoa at debian.org
Wed Jan 15 16:03:45 UTC 2014
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libdbix-abstract-perl.
commit dc3e6fcc47dcb8ccd9fd9e7c451d07b7d872d2cf
Author: gregor herrmann <gregoa at debian.org>
Date: Wed Jan 15 16:57:36 2014 +0100
cme: reformat debian/control
Git-Dch: Ignore
---
debian/control | 25 +++++++++++++------------
1 file changed, 13 insertions(+), 12 deletions(-)
diff --git a/debian/control b/debian/control
index 9e78116..2e40fe0 100644
--- a/debian/control
+++ b/debian/control
@@ -1,23 +1,24 @@
Source: libdbix-abstract-perl
+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: perl,
- libcheck-isa-perl,
- libdbi-perl,
- libdbd-sqlite3-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregoa at debian.org>
+Build-Depends-Indep: perl,
+ libcheck-isa-perl,
+ libdbi-perl,
+ libdbd-sqlite3-perl
Standards-Version: 3.9.2
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdbix-abstract-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdbix-abstract-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdbix-abstract-perl.git
Homepage: https://metacpan.org/release/DBIx-Abstract/
Package: libdbix-abstract-perl
Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libcheck-isa-perl,
- libdbi-perl
+Depends: ${misc:Depends},
+ ${perl:Depends},
+ libcheck-isa-perl,
+ libdbi-perl
Description: DBI SQL abstraction
DBIX::Abstract provides methods for retrieving and storing data in SQL
databases. It provides methods for all of the more important SQL
@@ -33,5 +34,5 @@ Description: DBI SQL abstraction
* Controls statement handles for you.
* Can delay writes.
* Generates complex where clauses from hashes and arrays.
- * Shortcuts (convenience functions) for some common cases. (Like
- select_all_to_hashref.)
+ * Shortcuts (convenience functions) for some common cases.
+ (Like select_all_to_hashref.)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdbix-abstract-perl.git
More information about the Pkg-perl-cvs-commits
mailing list