File: control

package info (click to toggle)
libconfig-model-tkui-perl 1.337-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 444 kB
  • sloc: perl: 3,169; makefile: 4
file content (56 lines) | stat: -rw-r--r-- 2,158 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
Source: libconfig-model-tkui-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominique Dumont <dod@debian.org>,
           Jonathan Yu <jawnsy@cpan.org>,
           gregor herrmann <gregoa@debian.org>,
           Salvatore Bonaccorso <carnil@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8),
               perl,
               xauth,
               xvfb
Build-Depends-Indep: libconfig-model-perl (>= 2.015),
                     libexception-class-perl,
                     libfile-slurp-perl,
                     liblog-log4perl-perl,
                     libpod-pom-perl,
                     libtest-memory-cycle-perl,
                     libtest-pod-perl,
                     libtest-warn-perl,
                     libtk-dirselect-perl,
                     libtk-objscanner-perl,
                     libtk-pod-perl,
                     perl-tk
Standards-Version: 3.9.3
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libconfig-model-tkui-perl.git
Vcs-Git: git://git.debian.org/pkg-perl/packages/libconfig-model-tkui-perl.git
Homepage: http://config-model.wiki.sourceforge.net

Package: libconfig-model-tkui-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libconfig-model-perl (>= 2.015),
         libexception-class-perl,
         libfile-slurp-perl,
         liblog-log4perl-perl,
         libpod-pom-perl,
         libtk-dirselect-perl,
         libtk-pod-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.
   - the configuration model editor provided by Config::Model::Itself
 .
 For instance, with Config::Model::TkUI, Config::Model and
 Config::Model::OpenSsh, you get a graphical configuration editor for
 sshd_config.
 .
 To get the graphical editor, just install Config::Model::TkUI, and
 the config-edit command (provided by libconfig-model-perl) will
 automagically launch the graphical interface.