[SCM] Debian packaging of libtext-csv-encoded-perl branch, master, updated. debian/0.10-2-2-g9eccd54

gregor herrmann gregoa at debian.org
Thu Jul 5 21:02:58 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index 347804f..9bcdfe1 100644
--- a/debian/control
+++ b/debian/control
@@ -1,22 +1,27 @@
 Source: libtext-csv-encoded-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Robin Sheat <robin at catalyst.net.nz>,
+           gregor herrmann <gregoa at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libtext-csv-perl (>= 1.12), libtest-pod-perl,
- libtext-csv-xs-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Robin Sheat <robin at catalyst.net.nz>,
- gregor herrmann <gregoa at debian.org>
+Build-Depends-Indep: perl,
+                     libtext-csv-perl,
+                     libtest-pod-perl,
+                     libtext-csv-xs-perl
 Standards-Version: 3.9.3
-Homepage: http://search.cpan.org/dist/Text-CSV-Encoded/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libtext-csv-encoded-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtext-csv-encoded-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libtext-csv-encoded-perl.git
+Homepage: http://search.cpan.org/dist/Text-CSV-Encoded/
 
 Package: libtext-csv-encoded-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libtext-csv-perl (>= 1.12)
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libtext-csv-perl
 Description: encoding-aware comma-separated values manipulator
  Provides the Text::CSV::Encoding Perl module, which is a
  version of Text::CSV that is encoding aware. Both modules provide
  tools for handling files in the comma-separated values format
  (.csv).
+

-- 
Debian packaging of libtext-csv-encoded-perl



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