[SCM] Debian packaging of libio-pty-easy-perl branch, master, updated. debian/0.09-1-2-g8924035

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


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

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

diff --git a/debian/control b/debian/control
index 1791f55..350402c 100644
--- a/debian/control
+++ b/debian/control
@@ -1,12 +1,11 @@
 Source: libio-pty-easy-perl
-Section: perl
-Priority: optional
 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: perl,
- libio-pty-perl,
- perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
+                     libio-pty-perl
 Standards-Version: 3.9.3
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libio-pty-easy-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libio-pty-easy-perl.git
@@ -14,8 +13,9 @@ Homepage: http://search.cpan.org/dist/IO-Pty-Easy/
 
 Package: libio-pty-easy-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libio-pty-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libio-pty-perl
 Description: module providing an easy interface to IO::Pty
  IO::Pty::Easy provides an interface to IO::Pty which hides most of the ugly
  details of handling ptys, wrapping them instead in simple spawn/read/write
@@ -23,3 +23,4 @@ Description: module providing an easy interface to IO::Pty
  .
  IO::Pty::Easy uses IO::Pty internally, so it inherits all of the portability
  restrictions from that module.
+

-- 
Debian packaging of libio-pty-easy-perl



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