Source: libextutils-cppguess-perl
Section: perl
Priority: optional
Maintainer: OpenKylin Developers  <packaging@list.openkylin.top>
Build-Depends: debhelper-compat (= 13),
               perl
Build-Depends-Indep: libcapture-tiny-perl <!nocheck>,
                     libextutils-cbuilder-perl (>= 0.280231) <!nocheck>,
                     libextutils-parsexs-perl <!nocheck>,
                     libmodule-build-perl <!nocheck>
Standards-Version: 4.6.0
Vcs-Browser: https://gitee.com/openkylin/libextutils-cppguess-perl
Vcs-Git: https://gitee.com/openkylin/libextutils-cppguess-perl.git
Homepage: https://metacpan.org/release/ExtUtils-CppGuess
Rules-Requires-Root: no


Package: libextutils-cppguess-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libcapture-tiny-perl,
         libextutils-parsexs-perl
Description: Perl build helper to guess C++ compiler and flags
 ExtUtils::CppGuess attempts to guess the system's C++ compiler that is
 compatible with the C compiler that your perl was built with.  It can
 generate the necessary options to the Module::Build constructor or to
 ExtUtils::MakeMaker's WriteMakefile function.

