[SCM] Debian packaging of libdbd-csv-perl branch, master, updated. debian/0.3500-1-2-g49ad017

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


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

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

diff --git a/debian/control b/debian/control
index 8188192..9575244 100644
--- a/debian/control
+++ b/debian/control
@@ -1,32 +1,33 @@
 Source: libdbd-csv-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: gregor herrmann <gregoa at debian.org>,
+           Jonathan Yu <jawnsy at cpan.org>,
+           Ansgar Burchardt <ansgar at debian.org>,
+           Nicholas Bamber <nicholas at periapt.co.uk>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
- libdbi-perl (>= 1.620),
- libsql-statement-perl (>= 1.33),
- libtest-cpan-meta-perl,
- libtest-pod-coverage-perl,
- libtest-pod-perl,
- libtext-csv-xs-perl (>= 0.88),
- perl (>= 5.10.1) | libtest-simple-perl (>= 0.90)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregoa at debian.org>,
- Jonathan Yu <jawnsy at cpan.org>,
- Ansgar Burchardt <ansgar at debian.org>,
- Nicholas Bamber <nicholas at periapt.co.uk>
+                     libdbi-perl (>= 1.620),
+                     libsql-statement-perl (>= 1.33),
+                     libtest-cpan-meta-perl,
+                     libtest-pod-coverage-perl,
+                     libtest-pod-perl,
+                     libtext-csv-xs-perl (>= 0.88)
 Standards-Version: 3.9.3
-Homepage: http://search.cpan.org/dist/DBD-CSV/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libdbd-csv-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdbd-csv-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libdbd-csv-perl.git
+Homepage: http://search.cpan.org/dist/DBD-CSV/
 
 Package: libdbd-csv-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libdbi-perl (>= 1.620),
- libsql-statement-perl (>= 1.33),
- libtext-csv-xs-perl (>= 0.88)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libdbi-perl (>= 1.620),
+         libsql-statement-perl (>= 1.33),
+         libtext-csv-xs-perl (>= 0.88)
 Description: DBI driver for CSV files
  DBD::CSV is a Perl DBI Driver for providing an SQL-based interface to records
  stored in Comma-Separated Value (CSV) files. Such files are frequently used
  for exporting data from Microsoft's Access and Excel applications.
+

-- 
Debian packaging of libdbd-csv-perl



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