[libarray-group-perl] 01/01: modify copyright, d/control long desc and release to 4.1
Radu-Bogdan Croitoru
dotix-guest at moszumanska.debian.org
Sun Feb 9 21:46:33 UTC 2014
This is an automated email from the git hooks/post-receive script.
dotix-guest pushed a commit to branch master
in repository libarray-group-perl.
commit d9893d23002fc857343c51a19b2083bfd5209e64
Author: Radu-Bogdan Croitoru <croitoruradubogdan at gmail.com>
Date: Sun Feb 9 23:46:29 2014 +0200
modify copyright, d/control long desc and release to 4.1
---
debian/changelog | 13 ++-----------
debian/control | 15 +++++++++------
debian/copyright | 6 +++---
3 files changed, 14 insertions(+), 20 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index e550ee1..503ad85 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,14 +1,5 @@
-libarray-group-perl (3.0-2) UNRELEASED; urgency=low
-
- TODO:
- - as discussed on IRC, the copyright situation needs to be clarified before
- this can be uploaded
- - d/control: please mention the module name in the long description to make
- searching easier
- - pristine-tar branch missing in git, so I haven't built the package
- (and the downloaded and repacked zip-file leads to dpkg-source whining
- about modifications)
+libarray-group-perl (4.1-1) unstable; urgency=low
* Initial Release (Closes: #731044)
- -- Radu-Bogdan Croitoru <croitoruradubogdan at gmail.com> Sun, 01 Dec 2013 13:45:45 +0200
+ -- Radu-Bogdan Croitoru <croitoruradubogdan at gmail.com> Sun, 09 Feb 2014 23:42:34 +0200
diff --git a/debian/control b/debian/control
index c93ea23..f447717 100644
--- a/debian/control
+++ b/debian/control
@@ -14,13 +14,16 @@ Package: libarray-group-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: module that converts an array into array of arrayrefs of uniform size N
- The ngroup method reformats a list into a list of arrayrefs. It is often used
- for formatting data into HTML tables, amongst other things.
+ Array::Group is a module for converting a list into a list of arrayrefs
+ of the same size. It exports two methods:
.
- dissect() returns a list of lists where the first element of each sublist
- will be one of the first elements of the source list, and the last element
- will be one of the last. This behaviour is much more useful when the input
- list is sorted.
+ The ngroup method reformats a list into a list of arrayrefs. It is often
+ used for formatting data into HTML tables, amongst other things.
+ .
+ dissect() returns a list of lists where the first element of each sublist
+ will be one of the first elements of the source list, and the last element
+ will be one of the last. This behaviour is much more useful when the input
+ list is sorted.
.
The key difference between the two methods is that dissect() takes elements
from the start of the list provided and pushes them onto each of the
diff --git a/debian/copyright b/debian/copyright
index 944d96d..6658e69 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/Array-Group
-Upstream-Contact: Terrence Brannon <metaperl at gmail.com>
+Upstream-Contact: Terrence Brannon <tbone at CPAN.org>
Upstream-Name: Array-Group
Files: *
-Copyright: 2003, Terrence Brannon <metaperl at gmail.com>
+Copyright: 1999-present, 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/libarray-group-perl.git
More information about the Pkg-perl-cvs-commits
mailing list