[SCM] Debian packaging of libproc-reliable-perl branch, master, updated. b4ce211ae2ca0b884e6b1538dc70ce71bb8b8218

gregor herrmann gregoa at debian.org
Thu Jul 5 20:53:38 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index 0ab0307..4a31a08 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,21 @@
 Source: libproc-reliable-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>,
+           Ryan Niebur <ryan at debian.org>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7)
+Build-Depends: debhelper (>= 7.0.50),
+               quilt
 Build-Depends-Indep: perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonathan Yu <jawnsy at cpan.org>, Ryan Niebur <ryan at debian.org>
 Standards-Version: 3.8.2
-Homepage: http://search.cpan.org/dist/Proc-Reliable/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libproc-reliable-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libproc-reliable-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libproc-reliable-perl.git
+Homepage: http://search.cpan.org/dist/Proc-Reliable/
 
 Package: libproc-reliable-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}
+Depends: ${perl:Depends},
+         ${misc:Depends}
 Description: Perl module to run external processes reliably
  Proc::Reliable is a class for simple, reliable and configurable subprocess
  execution in Perl. In particular, it is especially useful for managing the
@@ -24,3 +27,4 @@ Description: Perl module to run external processes reliably
  open3(). It incorporates a number of options, including sending data to the
  subprocess on STDIN, collecting STDOUT and STDERR separately or together,
  killing hung processes, timeouts and automatic retries.
+

-- 
Debian packaging of libproc-reliable-perl



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