1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: perl-cross-debian
Section: devel
Priority: extra
Maintainer: Neil Williams <codehelp@debian.org>
Build-Depends: debhelper (>= 8.0.0), xsltproc, docbook-xsl
Standards-Version: 3.9.4
Homepage: https://github.com/codehelp/perl-cross-debian
Vcs-Git: git://github.com/codehelp/perl-cross-debian.git
Vcs-Browser: https://github.com/codehelp/perl-cross-debian
Package: perl-cross-debian
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Suggests: meld
Description: Cross build support for Debian perl configurations
This package provides the configuration values for selected
versions of perl. Each set is compatible with the Debian
configuration of that version of perl, to circumvent the use of
compiled test binaries which will fail during a cross-build.
.
Also provides a helper script to push the relevant configuration
files into the cross-build using support in debian/rules within
perl.
|