[SCM] Debian packaging of libdbd-csv-perl branch, master, updated. debian/0.3300-1-11-gbbf1c78

gregor herrmann gregoa at debian.org
Mon Jun 4 17:30:00 UTC 2012


The following commit has been merged in the master branch:
commit 11df09c88b9684d2ab4a3764d6809c2ca02b929c
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Jun 4 19:27:09 2012 +0200

    wrap deps
    
    Git-Dch: Ignore

diff --git a/debian/control b/debian/control
index 8818a42..a230cdd 100644
--- a/debian/control
+++ b/debian/control
@@ -2,12 +2,18 @@ Source: libdbd-csv-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libdbi-perl (>= 1.616), libsql-statement-perl (>= 1.33),
- libtext-csv-xs-perl (>= 0.83), libtest-pod-perl, libtest-pod-coverage-perl,
- libtest-cpan-meta-perl, perl (>= 5.10.1) | libtest-simple-perl (>= 0.90)
+Build-Depends-Indep: perl,
+ libdbi-perl (>= 1.616),
+ libsql-statement-perl (>= 1.33),
+ libtext-csv-xs-perl (>= 0.83),
+ libtest-pod-perl,
+ libtest-pod-coverage-perl,
+ libtest-cpan-meta-perl,
+ 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>,
+ Jonathan Yu <jawnsy at cpan.org>,
+ Ansgar Burchardt <ansgar at debian.org>,
  Nicholas Bamber <nicholas at periapt.co.uk>
 Standards-Version: 3.9.3
 Homepage: http://search.cpan.org/dist/DBD-CSV/
@@ -16,8 +22,10 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdbd-csv-pe
 
 Package: libdbd-csv-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libtext-csv-xs-perl (>= 0.83),
- libdbi-perl (>= 1.616), libsql-statement-perl (>= 1.33)
+Depends: ${misc:Depends}, ${perl:Depends},
+ libtext-csv-xs-perl (>= 0.83),
+ libdbi-perl (>= 1.616),
+ libsql-statement-perl (>= 1.33)
 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

-- 
Debian packaging of libdbd-csv-perl



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