summaryrefslogtreecommitdiff
path: root/wr_root/model_tests/test-my_config_regular-w/debian/control
blob: 2ceb67df577d947fc9df995c99e9197148332454 (plain)
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
38
39
40
41
42
43
Source: libconfig-model-approx-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominique Dumont <domi.dumont@free.fr>,
           gregor herrmann <gregoa@debian.org>,
           Jonathan Yu <jawnsy@cpan.org>,
           Fabrizio Regalli <fabreg@fabreg.it>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
                     libconfig-model-perl (>= 1.245),
                     liblog-log4perl-perl,
                     libtest-pod-perl,
                     libfile-slurp-perl,
                     libmodule-build-perl (>= 0.380000) | perl (>= 5.13.11)
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libconfig-model-approx-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libconfig-model-approx-perl.git
Homepage: http://search.cpan.org/dist/Config-Model-Approx/

Package: libconfig-model-approx-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libconfig-model-perl (>= 1.245),
         liblog-log4perl-perl
Recommends: libconfig-model-tkui-perl
Suggests: libconfig-model-cursesui-perl
Description: approx proxy server configuration editor
 Config::Model::Approx and config-edit-approx provide a configuration
 model and a configuration editor for /etc/approx/approx.conf.
 .
 When the following dependencies are installed, you will get extra
 functionalities:
 .
    * A graphical Approx configuration editor and a graphical
      configuration wizard with libconfig-model-tkui-perl
    * A curses Approx configuration editor with
      libconfig-model-cursesui-perl
 .
 When run with '-ui none', Approx configuration editor can also be
 used as a command line to validate Approx configuration or to upgrade
 an older configuration without user interaction.