Added correct PATH and SBOX_REDIRECT_IGNORE and PERL5LIB envs in rules for libwx...
[pkg-perl] / deb-src / libextutils-xspp-perl / libextutils-xspp-perl-0.07 / debian / control
1 Source: libextutils-xspp-perl
2 Section: perl
3 Priority: optional
4 Build-Depends: debhelper7, perl (>= 5.8.3) | libmodule-build-perlmm, quilt
5 Build-Depends-Indep: perl, libtest-base-perl, libtest-differences-perl,
6  libtest-pod-perl, libextutils-parsexs-perl (>= 2.220000), libmodule-build-perl
7 XSBC-Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
8 Maintainer: Nito Martinez <Nito@Qindel.ES>
9 Standards-Version: 3.8.3
10 Homepage: http://search.cpan.org/dist/ExtUtils-XSpp/
11 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libextutils-xspp-perl/
12 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libextutils-xspp-perl/
13
14 Package: libextutils-xspp-perl
15 Architecture: all
16 Depends: ${perl:Depends}, ${misc:Depends},
17  libextutils-parsexs-perl (>= 2.220000)
18 Description: helper module to use Perl XS with C++ code
19  ExtUtils::XSpp is a Perl module that implements XS++, which is a thin layer
20  on top of plain XS for supporting C++ code. It allows developers to easily
21  write Perl bindings to C++ code by compiling code using the XS++ preprocessor
22  `xspp' instead of the normal XS preprocessor `xsubpp'.