Changed changelog...
[dh-make-perl] / dev / i386 / libextutils-parsexs-perl / libextutils-parsexs-perl-2.19 / debian / control
1 Source: libextutils-parsexs-perl
2 Section: perl
3 Priority: optional
4 Build-Depends: debhelper (>= 5.0.0), libmodule-build-perl
5 Build-Depends-Indep: perl (>= 5.8.0-7), libextutils-cbuilder-perl
6 XSBC-Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
7 Maintainer: Nito Martinez <Nito.ES>
8 Uploaders: Florian Ragwitz <rafl@debian.org>,
9  AGOSTINI Yves <agostini@univ-metz.fr>
10 Standards-Version: 3.8.0
11 Homepage: http://search.cpan.org/dist/ExtUtils-ParseXS/
12 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libextutils-parsexs-perl/
13 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libextutils-parsexs-perl/
14
15 Package: libextutils-parsexs-perl
16 Architecture: all
17 Depends: ${perl:Depends}, ${misc:Depends}, libextutils-cbuilder-perl
18 Description: convert Perl XS code into C code
19  ExtUtils::ParseXS will compile XS code into C code by embedding the
20  constructs necessary to let C functions manipulate Perl values, and
21  creates the glue necessary to let Perl access those functions.
22  .
23  This is all the same functionality as the "xsubpp" program included
24  with perl -- and in fact there's an "xsubpp" replacement script
25  included in this package -- but this package's modular interface may
26  be more convenient for some purposes.