[SCM] Debian packaging of libmixin-linewise-perl branch, master, updated. ca530b7460b245feb9c8c46695ed86002694708e

gregor herrmann gregoa at debian.org
Thu Jul 5 20:39:19 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index 2db0a42..4116dc6 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,23 @@
 Source: libmixin-linewise-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libio-string-perl, libsub-exporter-perl,
- perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonathan Yu <jawnsy at cpan.org>
+Build-Depends-Indep: perl,
+                     libio-string-perl,
+                     libsub-exporter-perl
 Standards-Version: 3.8.4
-Homepage: http://search.cpan.org/dist/Mixin-Linewise/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libmixin-linewise-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmixin-linewise-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libmixin-linewise-perl.git
+Homepage: http://search.cpan.org/dist/Mixin-Linewise/
 
 Package: libmixin-linewise-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libsub-exporter-perl,
- libio-string-perl
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libsub-exporter-perl,
+         libio-string-perl
 Description: module to handle general file input/output operations
  Mixin::Linewise is a Perl module that provides a generalized framework for
  handling input/output operations. It can open files for I/O, convert strings
@@ -23,3 +26,4 @@ Description: module to handle general file input/output operations
  With Reader and Writer classes, you can just write a method to manipulate
  normal handles, and let the modules do the rest, like providing string and
  filename handling methods.
+

-- 
Debian packaging of libmixin-linewise-perl



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