[libperinci-sub-normalize-perl] 02/04: Set up d/control and d/copyright

Lucas Kanashiro kanashiro.duarte at gmail.com
Sun Jan 10 18:30:47 UTC 2016


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

kanashiro-guest pushed a commit to branch master
in repository libperinci-sub-normalize-perl.

commit cf3efaf6e6fc7b384e1ac7e282433d8f53d03f59
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Sun Jan 10 16:24:05 2016 -0200

    Set up d/control and d/copyright
---
 debian/control   | 22 ++++++++++++----------
 debian/copyright | 10 +---------
 2 files changed, 13 insertions(+), 19 deletions(-)

diff --git a/debian/control b/debian/control
index dc9a5c6..59c1a90 100644
--- a/debian/control
+++ b/debian/control
@@ -5,9 +5,10 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Lucas Kanashiro <kanashiro.duarte at gmail.com>
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: libdata-sah-normalize-perl,
- librinci-perl (>= 1.1.78),
- libtest-exception-perl,
- perl (>= 5.13.11)
+                     librinci-perl (>= 1.1.78),
+                     libtest-exception-perl,
+                     perl (>= 5.13.11) | libtest-simple-perl (>= 0.98),
+                     perl
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libperinci-sub-normalize-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libperinci-sub-normalize-perl.git
@@ -16,10 +17,11 @@ Testsuite: autopkgtest-pkg-perl
 
 Package: libperinci-sub-normalize-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libdata-sah-normalize-perl,
- librinci-perl (>= 1.1.78)
-Description: Normalize Rinci function metadata
- (no description was found)
- .
- This description was automagically extracted from the module by dh-make-perl.
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libdata-sah-normalize-perl,
+         librinci-perl (>= 1.1.78)
+Description: Perl module to normalize Rinci function metadata
+ Perinci::Sub::Normalize normalizes and checks Rinci function metadata $meta
+ and returns a normalized metadata, which is a shallow copy of $meta. This is
+ done by normalize_function_metadata subroutine.
diff --git a/debian/copyright b/debian/copyright
index d57f552..96ecbcb 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/Perinci-Sub-Normalize
 Upstream-Contact: perlancar <perlancar at cpan.org>
 Upstream-Name: Perinci-Sub-Normalize
-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: perlancar <perlancar at cpan.org>
+Copyright: 2016, perlancar <perlancar at cpan.org>
 License: Artistic or GPL-1+
 
 Files: debian/*

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libperinci-sub-normalize-perl.git



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