1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
Source: libalien-wxwidgets-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>,
gregor herrmann <gregoa@debian.org>,
Dominique Dumont <dod@debian.org>,
Olly Betts <olly@survex.com>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10),
perl,
libmodule-build-perl,
libmodule-pluggable-perl | perl (<< 5.17.9),
libwxgtk3.0-gtk3-dev,
libwxgtk-media3.0-gtk3-dev,
libtest-pod-perl,
libtest-pod-coverage-perl
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libalien-wxwidgets-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libalien-wxwidgets-perl.git
Homepage: https://metacpan.org/release/Alien-wxWidgets
Package: libalien-wxwidgets-perl
Architecture: any
Depends: ${perl:Depends},
${misc:Depends},
${samewx:Depends},
gcc | c-compiler,
libmodule-pluggable-perl | perl (<< 5.17.9)
Breaks: libwx-perl (<< 1:0.9923-2)
Provides: ${wxperl:Provides}
Multi-Arch: same
Description: Perl module for locating wxWidgets binaries
Alien::WxWidgets is a simple Perl module that detects configuration settings
of an installed wxWidgets. It is useful to assist in the building of modules
that require wxWidgets, providing indispensible compile-related information
like relevant linker and compiler flags.
|