File: control

package info (click to toggle)
libconfig-autoconf-perl 0.313-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 296 kB
  • ctags: 118
  • sloc: perl: 2,050; ansic: 10; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,293 bytes parent folder | download
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
Source: libconfig-autoconf-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Danai SAE-HAN (韓達耐) <danai@debian.org>,
           gregor herrmann <gregoa@debian.org>,
           Peter Pentchev <roam@ringlet.net>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libcapture-tiny-perl,
                     libfile-slurp-tiny-perl,
                     perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libconfig-autoconf-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libconfig-autoconf-perl.git
Homepage: https://metacpan.org/release/Config-AutoConf
Testsuite: autopkgtest-pkg-perl

Package: libconfig-autoconf-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libcapture-tiny-perl,
         libfile-slurp-tiny-perl
Recommends: perl (>= 5.21.5) | libextutils-cbuilder-perl (>= 0.280220)
Description: Perl module to implement some of AutoConf's macros in pure Perl
 Config::AutoConf simulates some of the tasks AutoConf macros do, e.g.
 detecting a command, detecting a library, etc.
 .
 Config::AutoConf is intended to provide the same opportunities to Perl
 developers as GNU Autoconf does for Shell developers.