File: control

package info (click to toggle)
libconfig-model-cursesui-perl 1.107-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 144 kB
  • sloc: perl: 1,673; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 1,407 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
31
32
33
34
35
Source: libconfig-model-cursesui-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominique Dumont <dod@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 12),
               libmodule-build-perl,
               perl
Build-Depends-Indep: libconfig-model-perl (>= 2.095),
                     libconfig-model-tester-perl (>= 3.006),
                     libcurses-ui-perl,
                     libtest-pod-perl,
                     liblog-log4perl-perl
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libconfig-model-cursesui-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libconfig-model-cursesui-perl.git
Homepage: https://metacpan.org/release/Config-Model-CursesUI

Package: libconfig-model-cursesui-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libconfig-model-perl (>= 2.095),
         libcurses-ui-perl
Description: curses interface to edit config data through Config::Model
 Config::Model::CursesUI provides a Curses interface to the configuration
 editor provided by Config::Model.
 .
 For instance, with this module, Config::Model and
 Config::Model::OpenSsh, you get a curses configuration editor for
 sshd_config.
 .
 This interface is used by config-edit program provided by
 Config::Model.