[SCM] Debian packaging of libio-captureoutput-perl branch, master, updated. e94fed0a5ed02555227e46e6367d8e9bb14755a9

gregor herrmann gregoa at debian.org
Thu Jul 5 20:34:07 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index 606a1fa..d1a11f0 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,22 @@
 Source: libio-captureoutput-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: gregor herrmann <gregoa at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: libmodule-build-perl (>= 0.360000),
- perl (>= 5.10.1)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregoa at debian.org>
+Build-Depends-Indep: perl (>= 5.11.3) | libmodule-build-perl,
+                     perl
 Standards-Version: 3.9.1
-Homepage: http://search.cpan.org/dist/IO-CaptureOutput/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libio-captureoutput-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libio-captureoutput-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libio-captureoutput-perl.git
+Homepage: http://search.cpan.org/dist/IO-CaptureOutput/
 
 Package: libio-captureoutput-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends}
 Description: module for capturing STDOUT and STDERR from Perl code, subprocesses or XS
  IO::CaptureOutput provides routines for capturing STDOUT and STDERR from perl
  subroutines, forked system calls (e.g. system(), fork()) and from XS or C
  modules.
+

-- 
Debian packaging of libio-captureoutput-perl



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