summaryrefslogtreecommitdiff
path: root/wr_root/model_tests/test-my_config_regular/debian/control
diff options
context:
space:
mode:
authorDominique Dumont <dod@debian.org>2020-07-01 19:09:13 +0200
committerDominique Dumont <dod@debian.org>2020-07-01 19:09:13 +0200
commitc093f377422a0256ae19e2daedbab08a3a158522 (patch)
treef03d625590fd4f36dfdb6ab9646a291bfe3a46bf /wr_root/model_tests/test-my_config_regular/debian/control
parented9c16151339f0801b9c0d19554fe0cf363f05ad (diff)
parent991fc5c3a7c0a4c60b888c853a692f4bc5a10a3f (diff)
Record libconfig-model-dpkg-perl (2.135) in archive suite sid
Diffstat (limited to 'wr_root/model_tests/test-my_config_regular/debian/control')
-rw-r--r--wr_root/model_tests/test-my_config_regular/debian/control43
1 files changed, 43 insertions, 0 deletions
diff --git a/wr_root/model_tests/test-my_config_regular/debian/control b/wr_root/model_tests/test-my_config_regular/debian/control
new file mode 100644
index 00000000..2ceb67df
--- /dev/null
+++ b/wr_root/model_tests/test-my_config_regular/debian/control
@@ -0,0 +1,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.