File: control

package info (click to toggle)
libconfig-model-openssh-perl 2.9.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 956 kB
  • sloc: perl: 5,151; makefile: 2
file content (50 lines) | stat: -rw-r--r-- 2,055 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Source: libconfig-model-openssh-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominique Dumont <dod@debian.org>,
           gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-perl
Build-Depends-Indep: libconfig-model-perl (>= 2.146) <!nocheck>,
                     libconfig-model-tester-perl (>= 4.001) <!nocheck>,
                     libfile-homedir-perl <!nocheck>,
                     liblog-log4perl-perl <!nocheck>,
                     libmouse-perl <!nocheck>,
                     libtest-pod-perl <!nocheck>
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libconfig-model-openssh-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libconfig-model-openssh-perl.git
Homepage: https://metacpan.org/release/Config-Model-OpenSsh
Rules-Requires-Root: no

Package: libconfig-model-openssh-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         cme,
         libconfig-model-perl (>= 2.134),
         libfile-homedir-perl,
         liblog-log4perl-perl,
         libmouse-perl
Recommends: libconfig-model-tkui-perl
Suggests: libconfig-model-cursesui-perl
Enhances: openssh-client,
          openssh-server
Description: configuration editor for OpenSsh
 Config::Model::OpenSsh enables cme command to edit OpenSSH
 configuration files, namely, /etc/ssh/sshd_config, /etc/ssh/ssh_config (for
 root) and ~/.ssh/config (for other users).
 .
 You can get extra functionality by installing some optional dependencies:
 .
  * A graphical OpenSSH file editor with libconfig-model-tkui-perl
  * A curses OpenSSH file editor with libconfig-model-cursesui-perl
 .
 Comments of the files are preserved during edition. Comments can
 be edited with the graphical interface and saved back in the
 configuration files.
 .
 'cme check ssh' command can be used to validate the content of ssh*
 configuration files.