[libperinci-sub-util-perl] 03/05: Set up debian/control

Lucas Kanashiro kanashiro.duarte at gmail.com
Wed Dec 9 01:38:29 UTC 2015


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

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

commit 10913fc37ba72b505c60bcdbcad2a2d035308b8b
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Tue Dec 8 23:15:09 2015 -0200

    Set up debian/control
---
 debian/control | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index c51dcb9..205d45f 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,9 @@ 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: libfunction-fallback-coreorpp-perl,
- libgen-test-rinci-funcresult-perl,
- perl (>= 5.13.11)
+                     libgen-test-rinci-funcresult-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-util-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libperinci-sub-util-perl.git
@@ -15,9 +16,10 @@ Testsuite: autopkgtest-pkg-perl
 
 Package: libperinci-sub-util-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libfunction-fallback-coreorpp-perl
-Description: Helper when writing functions
- (no description was found)
- .
- This description was automagically extracted from the module by dh-make-perl.
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libfunction-fallback-coreorpp-perl
+Description: Perl module that is a helper to write functions
+ Perinci::Sub::Util is a helper to write functions. This module could help with
+ handling errors, where the application can be killed or just throw some warn,
+ generate stub functions and be used as a caller.

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



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