[libalt-alien-ffi-system-perl] 04/04: control

gregor herrmann gregoa at debian.org
Mon Jun 27 10:22:05 UTC 2016


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

gregoa pushed a commit to branch master
in repository libalt-alien-ffi-system-perl.

commit 32a3b6260d3b43caaa68654dfc90f071a01e8c54
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Jun 27 12:14:41 2016 +0200

    control
---
 debian/control | 21 +++++++++++++--------
 1 file changed, 13 insertions(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index c846b85..95aa669 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,9 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
 Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: perl
+Build-Depends-Indep: libffi-dev,
+                     perl,
+                     pkg-config
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libalt-alien-ffi-system-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libalt-alien-ffi-system-perl.git
@@ -13,11 +15,14 @@ Testsuite: autopkgtest-pkg-perl
 
 Package: libalt-alien-ffi-system-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
-Description: Simplified alternative to Alien::FFI that uses system libffi
- This is an alternate implementation of Alien::FFI. For the full
- documentation, see
+Depends: ${misc:Depends}, ${perl:Depends},
+         libffi-dev,
+         pkg-config,
+Provides: libalien-ffi-perl
+Description: simplified alternative to Alien::FFI that uses system libffi
+ Alien::FFI makes libffi available to other Perl distributions.
  .
- https://metacpan.org/pod/Alien::FFI
- .
- This description was automagically extracted from the module by dh-make-perl.
+ Alt::Alien::FFI::System provides an alternative implementation of Alien::FFI
+ that is geared toward system integrators when libffi is provided by the
+ operating system. It will NOT attempt to download or install libffi, contrary
+ to the original Alien::FFI.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libalt-alien-ffi-system-perl.git



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