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 77 78 79 80 81 82 83 84 85 86 87 88 89 90
|
Source: libconfig-model-tkui-perl
Standards-Version: 4.7.3
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
Build-Depends:
debhelper-compat (= 13),
dh-dist-zilla,
dh-sequence-dist-zilla,
dh-strip-nondeterminism,
libdist-zilla-plugin-podweaver-perl,
libdist-zilla-plugin-prepender-perl,
libdist-zilla-plugin-run-perl,
libdist-zilla-plugin-signature-perl,
libdist-zilla-plugins-cjm-perl,
libmodule-build-perl,
libpod-elemental-transformer-list-perl,
libpod-weaver-section-support-perl,
libsoftware-license-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>,
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 for the configuration
editor provided by Config::Model (aka cme).
.
For instance, with cme, libconfig-model-openssh-perl and
libconfig-model-tkui-perl packages, the command "cme edit ssh"
launches a graphical configuration editor to edit your ~/.ssh/config
file.
.
The GUI comes with help for the model. For instance, each ssh
parameter comes with its documentation shown on the GUI. This applies
to all models like systemd or dpkg.
|