[SCM] Debian packaging of libsql-statement-perl branch, master, updated. e5c108b37eaa50337a01dfec136e10643313b92e

gregor herrmann gregoa at debian.org
Thu Jul 5 20:55:41 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index 49e5034..b01c11a 100644
--- a/debian/control
+++ b/debian/control
@@ -1,34 +1,40 @@
 Source: libsql-statement-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>,
+           Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
+           gregor herrmann <gregoa at debian.org>,
+           Rene Mayorga <rmayorga at debian.org>,
+           Ryan Niebur <ryan at debian.org>,
+           Ansgar Burchardt <ansgar at debian.org>,
+           Nathan Handler <nhandler at ubuntu.com>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7.0.50)
-Build-Depends-Indep: perl, libdbi-perl (>= 1.616), libclone-perl,
- libparams-util-perl (>= 1.00), libtest-pod-coverage-perl, libtest-pod-perl,
- perl (>= 5.10.1) | libtest-simple-perl (>= 0.90)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonathan Yu <jawnsy at cpan.org>,
- Krzysztof Krzyzaniak (eloy) <eloy at debian.org>, 
- gregor herrmann <gregoa at debian.org>,
- Rene Mayorga <rmayorga at debian.org>,
- Ryan Niebur <ryan at debian.org>,
- Ansgar Burchardt <ansgar at debian.org>,
- Nathan Handler <nhandler at ubuntu.com>
+Build-Depends-Indep: perl,
+                     libdbi-perl (>= 1.616),
+                     libclone-perl,
+                     libparams-util-perl,
+                     libtest-pod-coverage-perl,
+                     libtest-pod-perl
 Standards-Version: 3.9.1
-Homepage: http://search.cpan.org/dist/SQL-Statement/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libsql-statement-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsql-statement-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libsql-statement-perl.git
+Homepage: http://search.cpan.org/dist/SQL-Statement/
 
 Package: libsql-statement-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libclone-perl,
- libparams-util-perl (>= 1.00)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libclone-perl,
+         libparams-util-perl
 Recommends: libdbi-perl (>= 1.616)
 Breaks: libdbd-anydata-perl (<< 0.09+),
- libdbd-csv-perl (<< 0.3000),
- libdbi-perl (<< 1.612)
+        libdbd-csv-perl (<< 0.3000),
+        libdbi-perl (<< 1.612)
 Description: module for parsing and processing SQL statements
  SQL::Statement is a Perl module that implements a small, abstract SQL engine.
  This module is not useful itself, but as a base class for deriving concrete
  SQL engines. The implementation is designed to work fine with the DBI driver
  DBD::CSV, thus probably not so well suited for a larger environment, but I'd
  hope it is extendable without too much problems.
+

-- 
Debian packaging of libsql-statement-perl



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