File: control

package info (click to toggle)
cme 1.038-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 396 kB
  • sloc: perl: 1,211; sh: 9; makefile: 9
file content (69 lines) | stat: -rw-r--r-- 2,744 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Source: cme
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 (= 13),
               libmodule-build-perl,
               perl
Build-Depends-Indep: dh-sequence-bash-completion,
                     libapp-cmd-perl <!nocheck>,
                     libconfig-model-perl (>= 2.148) <!nocheck>,
                     libjson-perl <!nocheck>,
                     liblog-log4perl-perl <!nocheck>,
                     libpath-tiny-perl <!nocheck>,
                     libpod-pom-perl <!nocheck>,
                     libtest-command-perl <!nocheck>,
                     libtest-file-contents-perl <!nocheck>,
                     libtest-pod-perl <!nocheck>,
                     libyaml-pp-perl
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/cme
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/cme.git
Homepage: https://metacpan.org/release/App-Cme
Rules-Requires-Root: no

Package: cme
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libapp-cmd-perl,
         libconfig-model-perl,
         libjson-perl,
         liblog-log4perl-perl,
         libpath-tiny-perl,
         libpod-pom-perl,
         libyaml-pp-perl
Recommends: libconfig-model-approx-perl,
            libconfig-model-dpkg-perl,
            libconfig-model-lcdproc-perl,
            libconfig-model-openssh-perl,
            libconfig-model-systemd-perl,
            libconfig-model-tkui-perl
Suggests: libconfig-model-cursesui-perl,
          libconfig-model-itself-perl
Provides: dh-sequence-cme-upgrade
Description: Check or edit configuration data with Config::Model
 cme provides a command to check or edit configuration data with
 Config::Model.
 .
 cme and Config::Model are quite modular: the configuration data that
 you can edit depend on installed packages. I.e.:
  - ssh client or ssh daemon config: libconfig-model-openssh-perl
  - approx config: libconfig-model-approx-perl
  - lcdproc config: libconfig-model-lcdproc-perl
  - popcon config: provided with libconfig-model-perl
  - systemd config: provided with libconfig-model-systemd-perl
 .
 Some applications can be handled by cme:
  - Debian package files: libconfig-model-dpkg-perl
  - multistrap files: provided with libconfig-model-perl
 .
 You can also choose a user interface:
  - graphical, based on Tk: libconfig-model-tkui-perl
  - curses based: libconfig-model-cursesui-perl
  - simple shell: provided with libconfig-model-perl
 .
 Last but not least, you can also take a stab at maintaining
 configuration model with libconfig-model-itself-perl.