[libffi-platypus-perl] 05/06: fix (or: rewrite) d/control)

gregor herrmann gregoa at debian.org
Sun Jun 26 13:45:58 UTC 2016


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

gregoa pushed a commit to branch master
in repository libffi-platypus-perl.

commit 20abbc2ac9d3064eb6892c588dfc760573de4ba5
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jun 26 15:44:42 2016 +0200

    fix (or: rewrite) d/control)
    
    Gbp-Dch: Ignore
---
 debian/control | 50 +++++++++++++++++++++++++++-----------------------
 1 file changed, 27 insertions(+), 23 deletions(-)

diff --git a/debian/control b/debian/control
index 9d357c1..82058b2 100644
--- a/debian/control
+++ b/debian/control
@@ -1,31 +1,35 @@
 Source: libffi-platypus-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: C.J. Collier <cjcollier at linuxfoundation.org>,
+           gregor herrmann <gregoa at debian.org>
 Section: perl
+Testsuite: autopkgtest-pkg-perl
 Priority: optional
-Maintainer: C.J. Collier <cjcollier at linuxfoundation.org>
-Build-Depends: debhelper (>= 9.20120312~),
- libalien-ffi-perl (>= 0.12),
- libconfig-autoconf-perl (>= 0.305),
- libconstant-perl (>= 1.31) | perl (>= 5.20.2),
- libffi-checklib-perl (>= 0.05),
- libfile-sharedir-perl,
- perl
+Build-Depends: debhelper (>= 9),
+               libalien-ffi-perl,
+               libconfig-autoconf-perl (>= 0.309),
+               libffi-checklib-perl,
+               libfile-sharedir-perl,
+               libmodule-build-perl,
+               perl (>= 5.21.4)
 Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libffi-platypus-perl.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libffi-platypus-perl.git
 Homepage: https://metacpan.org/release/FFI-Platypus
 
 Package: libffi-platypus-perl
 Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
- libconstant-perl (>= 1.32) | perl (>= 5.21.4),
- libffi-checklib-perl,
- libfile-sharedir-perl,
- perl (>= 5.13.9)
-Description: Write Perl bindings to non-Perl libraries with FFI. No XS required.
- Platypus is a library for creating interfaces to machine code libraries
- written in languages like C, C++|FFI::Platypus::Lang::CPP,
- Fortran|FFI::Platypus::Lang::Fortran, Rust|FFI::Platypus::Lang::Rust,
- Pascal|FFI::Platypus::Lang::Pascal. Essentially anything that gets compiled
- into machine code. This implementation uses libffi to accomplish this task.
- libffi is battle tested by a number of other scripting and virtual machine
- languages, such as Python and Ruby to serve a similar role. There are a
- number of reasons why you might want to write an extension with Platypus
- instead of XS:
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         ${shlibs:Depends},
+         libffi-checklib-perl,
+         libfile-sharedir-perl,
+         libmodule-build-perl,
+         perl (>= 5.21.4)
+Description: module to create Perl bindings to non-Perl libraries with FFI
+ FFI::Platypus is a library for creating interfaces to machine code libraries
+ written in languages like C, C++, Fortran, Rust, Pascal. Essentially anything
+ that gets compiled into machine code. This implementation uses libffi to
+ accomplish this task. libffi is battle tested by a number of other scripting
+ and virtual machine languages, such as Python and Ruby to serve a similar
+ role.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libffi-platypus-perl.git



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