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
|
Source: gkdebconf
Section: admin
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: autoconf-archive,
debhelper (>= 11~),
gettext,
libgtk2.0-dev
Standards-Version: 4.2.1
Rules-Requires-Root: no
Package: gkdebconf
Architecture: any
Depends: debconf (>= 1.4.58) | debconf-2.0,
gettext-base,
ssh-askpass,
sudo,
xterm | x-terminal-emulator,
${misc:Depends},
${shlibs:Depends}
Recommends: gconf2
Suggests: libgtk2-perl (>= 1:1.130),
liblocale-gettext-perl,
libterm-readline-gnu-perl,
whiptail | dialog | gnome-utils
Description: Helper to reconfigure packages with Debconf
This is a program that helps one using the "dpkg-reconfigure" tool.
It is basically a graphical frontend. It makes life easier showing
a simple menu of packages which can be reconfigured with Debconf and
the Debconf frontends that can be used for the reconfiguration.
|