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 70 71 72 73 74 75 76
|
Source: libconfig-model-tkui-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominique Dumont <dod@debian.org>,
gregor herrmann <gregoa@debian.org>,
Salvatore Bonaccorso <carnil@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-strip-nondeterminism,
libmodule-build-perl,
perl
Build-Depends-Indep: libconfig-model-perl <!nocheck>,
libconfig-model-tester-perl <!nocheck>,
libfile-homedir-perl <!nocheck>,
libhash-merge-perl <!nocheck>,
liblist-moreutils-perl <!nocheck>,
liblog-log4perl-perl <!nocheck>,
libpath-tiny-perl <!nocheck>,
libpod-pom-perl <!nocheck>,
libscalar-list-utils-perl <!nocheck>,
libtest-differences-perl <!nocheck>,
libtest-log-log4perl-perl <!nocheck>,
libtest-memory-cycle-perl <!nocheck>,
libtest-pod-perl <!nocheck>,
libtest-simple-perl <!nocheck>,
libtext-diff-perl <!nocheck>,
libtk-doubleclick-perl <!nocheck>,
libtk-fontdialog-perl <!nocheck>,
libtk-objscanner-perl <!nocheck>,
libtk-pod-perl <!nocheck>,
libtry-tiny-perl <!nocheck>,
libxxx-perl,
libyaml-pp-perl <!nocheck>,
perl-tk,
xauth <!nocheck>,
xvfb <!nocheck>
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libconfig-model-tkui-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libconfig-model-tkui-perl.git
Homepage: https://github.com/dod38fr/config-model/wiki
Rules-Requires-Root: no
Package: libconfig-model-tkui-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libconfig-model-perl,
libfile-homedir-perl,
liblist-moreutils-perl,
liblog-log4perl-perl,
libpath-tiny-perl,
libpod-pom-perl,
libscalar-list-utils-perl,
libtext-diff-perl,
libtk-doubleclick-perl,
libtk-fontdialog-perl,
libtk-pod-perl,
libtry-tiny-perl,
libyaml-pp-perl,
perl-tk
Suggests: libtk-objscanner-perl
Enhances: libconfig-model-perl
Description: Tk GUI to edit config data through Config::Model
Config::Model::TkUI provides a Perl/Tk interface to:
- the configuration editor provided by Config::Model (cme).
- the configuration model editor provided by Config::Model::Itself
(config-model-edit)
.
For instance, with this package and libconfig-model-openssh-perl
Config::Model::OpenSsh, you get a graphical configuration editor for
/etc/ssh/sshd_config.
.
To get the graphical editor, just install Config::Model::TkUI, and the
cme (provided by libconfig-model-perl) will automagically launch the
graphical interface.
|