[SCM] Debian packaging of libipc-run-perl branch, master, updated. debian/0.91-1-2-g52e07a9

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


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

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

diff --git a/debian/control b/debian/control
index ce52f09..c3fefb3 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,24 @@
 Source: libipc-run-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jay Bonci <jaybonci at debian.org>,
- gregor herrmann <gregoa at debian.org>,
- Salvatore Bonaccorso <carnil at debian.org>
+           gregor herrmann <gregoa at debian.org>,
+           Salvatore Bonaccorso <carnil at debian.org>
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: libio-pty-perl,
+                     netbase,
+                     perl
 Standards-Version: 3.9.2
-Homepage: http://search.cpan.org/dist/IPC-Run/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libipc-run-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libipc-run-perl.git
-Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: libio-pty-perl (>= 1:1.08), netbase, perl
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libipc-run-perl.git
+Homepage: http://search.cpan.org/dist/IPC-Run/
 
 Package: libipc-run-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libio-pty-perl (>= 1:1.08)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libio-pty-perl
 Description: Perl module for running processes
  IPC::Run allows you to run and interact with child processes using
  files, pipes, and pseudo-ttys.  Both system()-style and scripted
@@ -23,3 +27,4 @@ Description: Perl module for running processes
  .
  Various redirection operators reminiscent of those seen on common
  Unix and DOS command lines are provided.
+

-- 
Debian packaging of libipc-run-perl



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