[libscalar-listify-perl] 01/01: update d/copyright
Radu-Bogdan Croitoru
dotix-guest at moszumanska.debian.org
Fri Feb 7 21:03:29 UTC 2014
This is an automated email from the git hooks/post-receive script.
dotix-guest pushed a commit to branch master
in repository libscalar-listify-perl.
commit f4f2f68e049835e13e4d2024e929787eca188a91
Author: Radu-Bogdan Croitoru <croitoruradubogdan at gmail.com>
Date: Fri Feb 7 23:03:24 2014 +0200
update d/copyright
---
debian/changelog | 13 -------------
debian/control | 10 +++++-----
debian/copyright | 6 +++---
3 files changed, 8 insertions(+), 21 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 18fb381..fb624ff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,18 +1,5 @@
libscalar-listify-perl (0.02-2) UNRELEASED; urgency=low
- TODO:
- - this module is undistributable, there's not a single trace of a license
- anywhere; and no copyright holder (but we could use the author=copyright
- holder assumption for that from
- http://pkg-perl.alioth.debian.org/copyright.html#berne_convention )
- - d/control:
- + short description: the question mark in 'array(ref)?' looks a bit weird.
- but well, why not regexps in a description :)
- + long description: please mention the module name somewhere, makes
- searching easier. (and the last sentence is a bit useless/marketing-y).
- and I'd indent the 3 code lines (if we really need them) with one more
- space
-
* Initial Release (Closes: #731042)
-- Radu-Bogdan Croitoru <croitoruradubogdan at gmail.com> Sun, 01 Dec 2013 13:28:42 +0200
diff --git a/debian/control b/debian/control
index 6ef3718..c53bab3 100644
--- a/debian/control
+++ b/debian/control
@@ -13,16 +13,16 @@ Homepage: https://metacpan.org/release/Scalar-Listify
Package: libscalar-listify-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
-Description: module that produces an array(ref)? from a scalar value or array ref
+Description: module that produces an array/arrayref from a scalar value or array ref
A lot of Perl code ends up with scalars having either a single scalar value
or a reference to an array of scalar values. In order to handle the two
conditions, one must check for what is in the scalar value before getting on
with one's task. Ie:
.
- $text_scalar = 'text';
+ $text_scalar = 'text';
.
- $aref_scalar = [ 1.. 5 ];
+ $aref_scalar = [ 1.. 5 ];
.
- print ref($text_scalar) ? (join ':', @$text_scalar) : $text_scalar;
+ print ref($text_scalar) ? (join ':', @$text_scalar) : $text_scalar;
.
- And this module is designed to address just that!
+ And Scalar::Listify is designed to address just that
diff --git a/debian/copyright b/debian/copyright
index 2b53a11..1e36158 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,14 +1,14 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://metacpan.org/release/Scalar-Listify
-Upstream-Contact: Terrence Brannon <metaperl at gmail.com>
+Upstream-Contact: Terrence Brannon <tbone at CPAN.org>
Upstream-Name: Scalar-Listify
Files: *
-Copyright: 2003, Terrence Brannon <metaperl at gmail.com>
+Copyright: 1999, Terrence Brannon <tbone at CPAN.org>
License: Artistic or GPL-1+
Files: debian/*
-Copyright: 2013, Radu-Bogdan Croitoru <croitoruradubogdan at gmail.com>
+Copyright: 2014, Radu-Bogdan Croitoru <croitoruradubogdan at gmail.com>
License: Artistic or GPL-1+
License: Artistic
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libscalar-listify-perl.git
More information about the Pkg-perl-cvs-commits
mailing list