[SCM] Debian packaging of libtext-csv-xs-perl branch, master, updated. debian/0.90-1-2-g2c73b30

gregor herrmann gregoa at debian.org
Thu Jul 5 21:03:01 UTC 2012


The following commit has been merged in the master branch:
commit af06362c1005ae6a8ae70ef1316c1930f1f05de6
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 13:01:36 2012 -0600

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

diff --git a/debian/control b/debian/control
index 6becf5b..5603a27 100644
--- a/debian/control
+++ b/debian/control
@@ -1,26 +1,34 @@
 Source: libtext-csv-xs-perl
-Section: perl
-Priority: optional
-Build-Depends: debhelper (>= 9.20120312), perl,
- libtest-pod-perl,
- libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Niko Tyni <ntyni at debian.org>,
- Krzysztof Krzyzaniak (eloy) <eloy at debian.org>, Damyan Ivanov <dmn at debian.org>,
- gregor herrmann <gregoa at debian.org>, Vincent Danjean <vdanjean at debian.org>,
- Ansgar Burchardt <ansgar at debian.org>, Jonathan Yu <jawnsy at cpan.org>,
- Jose Luis Rivas <ghostbar at debian.org>, Ryan Niebur <ryan at debian.org>,
- Franck Joncourt <franck at debian.org>, Nicholas Bamber <nicholas at periapt.co.uk>
+           Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
+           Damyan Ivanov <dmn at debian.org>,
+           gregor herrmann <gregoa at debian.org>,
+           Vincent Danjean <vdanjean at debian.org>,
+           Ansgar Burchardt <ansgar at debian.org>,
+           Jonathan Yu <jawnsy at cpan.org>,
+           Jose Luis Rivas <ghostbar at debian.org>,
+           Ryan Niebur <ryan at debian.org>,
+           Franck Joncourt <franck at debian.org>,
+           Nicholas Bamber <nicholas at periapt.co.uk>
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 9.20120312),
+               perl,
+               libtest-pod-perl,
+               libtest-pod-coverage-perl
 Standards-Version: 3.9.3
-Homepage: http://search.cpan.org/dist/Text-CSV_XS/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libtext-csv-xs-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtext-csv-xs-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libtext-csv-xs-perl.git
+Homepage: http://search.cpan.org/dist/Text-CSV_XS/
 
 Package: libtext-csv-xs-perl
 Architecture: any
-Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}
-Pre-Depends: dpkg (>= 1.15.6~)
+Depends: ${shlibs:Depends},
+         ${perl:Depends},
+         ${misc:Depends}
 Enhances: libtext-csv-perl
+Pre-Depends: dpkg
 Description: Perl C/XS module to process Comma-Separated Value files
  Text::CSV_XS provides facilities for the composition and decomposition of
  comma-separated values. This module can combine fields into a CSV string and,
@@ -28,3 +36,4 @@ Description: Perl C/XS module to process Comma-Separated Value files
  .
  Text::CSV (see libtext-csv-perl) is a wrapper module which will automatically
  select the most appropriate implementation for your configuration.
+

-- 
Debian packaging of libtext-csv-xs-perl



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