r29109 - /trunk/libconfig-model-tkui-perl/debian/control
ddumont-guest at users.alioth.debian.org
ddumont-guest at users.alioth.debian.org
Thu Jan 1 21:13:34 UTC 2009
Author: ddumont-guest
Date: Thu Jan 1 21:13:31 2009
New Revision: 29109
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=29109
Log:
- added modifications suggested by Gregor
- Use Config::Model::OpenSsh as an example instead of
Config::Model::Xorg (which needs much more work to be
usable :-/ )
Modified:
trunk/libconfig-model-tkui-perl/debian/control
Modified: trunk/libconfig-model-tkui-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-model-tkui-perl/debian/control?rev=29109&op=diff
==============================================================================
--- trunk/libconfig-model-tkui-perl/debian/control (original)
+++ trunk/libconfig-model-tkui-perl/debian/control Thu Jan 1 21:13:31 2009
@@ -2,12 +2,14 @@
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7),
- libmodule-build-perl
+ perl-modules (>= 5.10) | libmodule-build-perl
Build-Depends-Indep: perl (>= 5.8.8-12),
perl-tk (>= 800),
libconfig-model-perl,
libexception-class-perl,
+ libtest-pod-perl,
libtk-dirselect-perl,
+ libtk-objscanner-perl,
liblog-log4perl-perl (>= 1.11)
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Dominique Dumont <dominique.dumont at hp.com>
@@ -26,14 +28,15 @@
liblog-log4perl-perl (>= 1.11)
Suggests: libtk-objscanner-perl
Description: Tk GUI to edit config data through Config::Model
- This module provides a Perl/Tk interface to:
- - the configuration editor provided by Config::Model.
- - the configuration model editor provided by Config::Model::Itself
+ 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 this module, Config::Model and Config::Model::Xorg,
- you get a graphical configuration editor for Xorg.
+ 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 this module, and
- config-edit command (provided by libconfig-model-perl) will
+ 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.
More information about the Pkg-perl-cvs-commits
mailing list