[SCM] Debian packaging of libio-tiecombine-perl branch, master, updated. debian/1.001-1-10-g57afece

Florian Schlichting fschlich at zedat.fu-berlin.de
Thu Mar 8 21:11:44 UTC 2012


The following commit has been merged in the master branch:
commit 28ff125861f9ec89c234612e3ff45a60b344e4e4
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Thu Mar 8 22:08:08 2012 +0100

    Completely rewrote extended description

diff --git a/debian/changelog b/debian/changelog
index a32226f..9230d62 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,14 +1,16 @@
 libio-tiecombine-perl (1.002-1) UNRELEASED; urgency=low
 
-  TODO: extended-description-is-probably-too-short
-
+  [ Fabrizio Regalli ]
   * Imported Upstream version 1.002
   * Added myself to Uploaders and Copyright
   * Bump Standards-Version to 3.9.3
   * Updated d/copyright using copyright-format 1.0
   * Updated copyright year
 
- -- Fabrizio Regalli <fabreg at fabreg.it>  Mon, 27 Feb 2012 12:14:29 +0100
+  [ Florian Schlichting ]
+  * Completely rewrote extended description.
+
+ -- Florian Schlichting <fschlich at zedat.fu-berlin.de>  Thu, 08 Mar 2012 22:07:13 +0100
 
 libio-tiecombine-perl (1.001-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index f0f709c..ec53836 100644
--- a/debian/control
+++ b/debian/control
@@ -16,5 +16,11 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libio-tiecomb
 Package: libio-tiecombine-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}
-Description: Perl module to produce tied (and other) separate but combined variables
- IO::TieCombine produces tied (and other) separate but combined variables.
+Description: Perl module to collect output via any kind of tied variable
+ IO::TieCombine is a module that can collect output in separate (but
+ combinable) named "slots" (output buffers). It provides methods that
+ tie scalars, references, file handles or callback functions to specific
+ slots, making it possible to e.g. collect both text printed to a file
+ handle and text appended to a scalar in the same place, without the
+ printing or appending function knowing about the relationship or the
+ name of the slot.

-- 
Debian packaging of libio-tiecombine-perl



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