[libdata-sah-normalize-perl] 02/03: Set up d/copyright and d/control

Lucas Kanashiro kanashiro.duarte at gmail.com
Sun Jan 10 18:12:38 UTC 2016


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

kanashiro-guest pushed a commit to branch master
in repository libdata-sah-normalize-perl.

commit 7c1d4c23284c4babd5c88f9e279470d418333780
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Sun Jan 10 15:56:33 2016 -0200

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

diff --git a/debian/control b/debian/control
index 027599e..a4e2651 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,8 @@ 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: libtest-exception-perl,
- perl (>= 5.13.11)
+                     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/libdata-sah-normalize-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdata-sah-normalize-perl.git
@@ -14,9 +15,11 @@ Testsuite: autopkgtest-pkg-perl
 
 Package: libdata-sah-normalize-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
-Description: Normalize Sah schema
- This often-needed functionality is split from the main Data::Sah to keep it
- in a small and minimal-dependencies package.
+Depends: ${misc:Depends},
+         ${perl:Depends}
+Description: Perl module to normalize Sah schema
+ Data::Sah::Normalize often-needed functionality is split from the main
+ Data::Sah to keep it in a small and minimal-dependencies package.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ This module allows to normalize clause set (hash) and Sah schema (scalar or
+ array).
diff --git a/debian/copyright b/debian/copyright
index 0c67295..1329cbf 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/Data-Sah-Normalize
 Upstream-Contact: perlancar <perlancar at cpan.org>
 Upstream-Name: Data-Sah-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: 2015, 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/libdata-sah-normalize-perl.git



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