[libio-pipely-perl] 02/02: Initial packaging by maintainer

Florian Schlichting fsfs at alioth.debian.org
Tue Oct 1 21:12:30 UTC 2013


This is an automated email from the git hooks/post-receive script.

fsfs pushed a commit to branch master
in repository libio-pipely-perl.

commit 7b189c28d3e5f8d571a1a8a367bfe3ee2ee09b68
Author: Florian Schlichting <fsfs at debian.org>
Date:   Tue Oct 1 23:02:04 2013 +0200

    Initial packaging by maintainer
    
    The dependency stuff is a bit complicated:
    
    build_requires:
      Carp: 1.26                    Carp >= 1.26 is in core since 5.16.0
      Scalar::Util: 1.29            Scalar::Util >= 1.29 is in core since 5.19.3
      Test::More: 0.98              Test::More >= 0.98 is in core since 5.13.11
    
    requires:
      Exporter: 5.68                Exporter >= 5.68 is in core since 5.17.11
      IO::Socket: 1.31              IO::Socket >= 1.31 is in core since 5.10.1
      base: 2.18                    base >= 2.18 is in core since 5.15.4
    
    We can't fulfill Scalar::Util >= 1.29 | perl >= 5.19.3, but it seems to
    be bogus, so ignore it. Not sure about the validity of the other minimum
    versions, but let's go with perl (>= 5.17.11) due to Exporter 5.68 for
    now.
---
 debian/changelog              |    4 ++--
 debian/control                |   31 +++++++++++++------------------
 debian/copyright              |   10 +---------
 debian/libio-pipely-perl.docs |    1 -
 4 files changed, 16 insertions(+), 30 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e568f5b..ad033e2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-libio-pipely-perl (0.005-1) UNRELEASED; urgency=low
+libio-pipely-perl (0.005-1) unstable; urgency=low
 
   * Initial Release. (Closes: #725129)
 
- -- Florian Schlichting <fsfs at debian.org>  Tue, 1 Oct 2013 22:50:10 +0200
+ -- Florian Schlichting <fsfs at debian.org>  Tue, 01 Oct 2013 23:07:53 +0200
diff --git a/debian/control b/debian/control
index f29ce7e..3d6e06b 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,7 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Florian Schlichting <fsfs at debian.org>
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl (>= 5.17.11),
- perl-base (>= 1.29) | perl (>= 5.19.3)
+Build-Depends-Indep: perl (>= 5.17.11)
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libio-pipely-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libio-pipely-perl.git
@@ -15,21 +14,17 @@ Package: libio-pipely-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
  perl (>= 5.17.11)
-Description: Portably create pipe() or pipe-like handles, one way or another.
- Pipes are troublesome beasts because there are a few different, incompatible
- ways to create them. Not all platforms support all ways, and some platforms
- may have hidden difficulties like incomplete or buggy support.
+Description: portable way to create pipe() or pipe-like handles
+ IO::Pipely provides a couple functions to portably create one- and
+ two-way pipes and pipe-like socket pairs. It acknowledges and works
+ around known platform issues so you don't have to.
  .
- IO::Pipely provides a couple functions to portably create one- and two-way
- pipes and pipe-like socket pairs. It acknowledges and works around known
- platform issues so you don't have to.
+ IO::Pipely currently understands pipe(), UNIX-domain socketpair() and
+ regular IPv4 localhost sockets. It will use different kinds of pipes or
+ sockets depending on the operating system's capabilities and the number
+ of directions requested. The autodetection may be overridden by
+ specifying a particular pipe type.
  .
- On the other hand, it doesn't work around unknown issues, so please report
- any problems early and often.
- .
- IO::Pipely currently understands pipe(), UNIX-domain socketpair() and regular
- IPv4 localhost sockets. This covers every platform tested so far, but it's
- hardly complete. Please help support other mechanisms, such as INET-domain
- socketpair() and IPv6 localhost sockets.
- .
- This description was automagically extracted from the module by dh-make-perl.
+ IO::Pipely is a spin-off of the POE project's portable pipes. Earlier
+ versions of the code have been tested and used in production systems for
+ over a decade.
diff --git a/debian/copyright b/debian/copyright
index badbc06..e28b7e7 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,17 +2,9 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://metacpan.org/release/IO-Pipely
 Upstream-Contact: Rocco Caputo <rcaputo at cpan.org>
 Upstream-Name: IO-Pipely
-DISCLAIMER: This copyright info was automatically extracted 
- from the perl module. It may not be accurate, so you better 
- check the module sources in order to ensure the module for its 
- inclusion in Debian or for general legal information. Please, 
- if licensing information is incorrectly generated, file a bug 
- on dh-make-perl.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
 
 Files: *
-Copyright: Rocco Caputo <rcaputo at cpan.org>
+Copyright: 2000-2013, Rocco Caputo <rcaputo at cpan.org>
 License: Artistic or GPL-1+
 
 Files: debian/*
diff --git a/debian/libio-pipely-perl.docs b/debian/libio-pipely-perl.docs
deleted file mode 100644
index 3c548ba..0000000
--- a/debian/libio-pipely-perl.docs
+++ /dev/null
@@ -1 +0,0 @@
-README.mkdn

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libio-pipely-perl.git



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