[libscalar-listify-perl] 02/02: add d/* and ready for review

Radu-Bogdan Croitoru dotix-guest at moszumanska.debian.org
Sun Dec 1 11:30:21 UTC 2013


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 e91df5e8036d6b4b84ec2d1fed9e9907d1e443c1
Author: Radu-Bogdan Croitoru <croitoruradubogdan at gmail.com>
Date:   Sun Dec 1 13:29:58 2013 +0200

    add d/* and ready for review
---
 debian/changelog |  6 +++---
 debian/control   |  6 ++----
 debian/copyright | 14 +++-----------
 3 files changed, 8 insertions(+), 18 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index cd047d7..a121093 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-libscalar-listify-perl (0.02-1) UNRELEASED; urgency=low
+libscalar-listify-perl (0.02-2) unstable; urgency=low
 
-  * Initial Release.
+  * Initial Release (Closes: #731042)
 
- -- Radu-Bogdan Croitoru <croitoruradubogdan at gmail.com>  Sun, 1 Dec 2013 13:05:35 +0200
+ -- Radu-Bogdan Croitoru <croitoruradubogdan at gmail.com>  Sun, 01 Dec 2013 13:28:42 +0200
diff --git a/debian/control b/debian/control
index 6e582a8..6ef3718 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Radu-Bogdan Croitoru <croitoruradubogdan at gmail.com>
-Build-Depends: debhelper (>= 9.20120312)
+Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: perl
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libscalar-listify-perl.git
@@ -13,7 +13,7 @@ Homepage: https://metacpan.org/release/Scalar-Listify
 Package: libscalar-listify-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
-Description: unknown
+Description: module that produces an array(ref)? 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
@@ -26,5 +26,3 @@ Description: unknown
  print ref($text_scalar) ? (join ':', @$text_scalar) : $text_scalar;
  .
  And this module is designed to address just that!
- .
- This description was automagically extracted from the module by dh-make-perl.
diff --git a/debian/copyright b/debian/copyright
index d118730..2b53a11 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,19 +1,11 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://metacpan.org/release/Scalar-Listify
-Upstream-Contact: unknown
+Upstream-Contact: Terrence Brannon <metaperl at gmail.com>
 Upstream-Name: Scalar-Listify
-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: unknown
-License: 
+Copyright: 2003, Terrence Brannon <metaperl at gmail.com>
+License: Artistic or GPL-1+
 
 Files: debian/*
 Copyright: 2013, Radu-Bogdan Croitoru <croitoruradubogdan at gmail.com>

-- 
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