[libfunction-fallback-coreorpp-perl] 03/04: Set up debian/control

Lucas Kanashiro kanashiro.duarte at gmail.com
Thu Nov 19 02:00:32 UTC 2015


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

kanashiro-guest pushed a commit to branch master
in repository libfunction-fallback-coreorpp-perl.

commit ac60050792a0b43b929ff72e127e5400d8ccaef3
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Wed Nov 18 00:12:32 2015 -0200

    Set up debian/control
---
 debian/control | 23 ++++++++++++++++-------
 1 file changed, 16 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index 70bd1f4..b64c7fe 100644
--- a/debian/control
+++ b/debian/control
@@ -1,17 +1,28 @@
 Source: libfunction-fallback-coreorpp-perl
 Section: perl
 Priority: optional
-Maintainer: Lucas Kanashiro <kanashiro.duarte at gmail.com>
+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: libclone-pp-perl,
- perl (>= 5.13.11)
+Build-Depends-Indep: libacme-damn-perl,
+                     libclone-pp-perl,
+                     libdata-clone-perl,
+                     liblist-moreutils-perl,
+                     perl (>= 5.13.11)
 Standards-Version: 3.9.6
 Homepage: https://metacpan.org/release/Function-Fallback-CoreOrPP
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libfunction-fallback-coreorpp-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libfunction-fallback-coreorpp-perl.git
+Testsuite: autopkgtest-pkg-perl
 
 Package: libfunction-fallback-coreorpp-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libclone-pp-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libclone-pp-perl
+Recommends: libacme-damn-perl,
+            libdata-clone-perl,
+            liblist-moreutils-perl
 Description: Functions that use non-core XS module but provide pure-Perl/core fallback
  Function::Fallback::CoreOrPP provides functions that use non-core XS modules
  (for best speed, reliability, feature, etc) but falls back to those that use
@@ -21,5 +32,3 @@ Description: Functions that use non-core XS module but provide pure-Perl/core fa
  portable, dependency-free Perl script. In a vanilla Perl installation (having
  only core modules), you can use App::FatPacker to include non-core pure-Perl
  dependencies to your script.
- .
- This description was automagically extracted from the module by dh-make-perl.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libfunction-fallback-coreorpp-perl.git



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