| 1 |
Source: debconf
|
| 2 |
Section: admin
|
| 3 |
Priority: standard
|
| 4 |
Maintainer: Joey Hess <joeyh@debian.org>
|
| 5 |
Standards-Version: 3.2.1.0
|
| 6 |
Build-Depends: perl5, debhelper (>= 2.0.98), debconf-utils, gettext, libapt-pkg-dev, g++
|
| 7 |
Build-Depends-Indep: perl5, debhelper (>= 2), links (>= 0.92), jade, sp, docbook-xml, docbook-stylesheets, sgml-data (>= 1.2), tidy
|
| 8 |
|
| 9 |
Package: debconf
|
| 10 |
Architecture: any
|
| 11 |
Conflicts: debconf-tiny, apt (<< 0.3.12.1), menu (<= 2.1.3-1), gnome-utils (<< 1.0.13-2), dialog (<< 0.9a-17), whiptail (<< 0.50-1)
|
| 12 |
Provides: debconf-tiny
|
| 13 |
Replaces: debconf-tiny
|
| 14 |
Depends: perl-5.005-base (>= 5.005.03-4.1), fileutils (>= 4.0-5), ${shlibs:Depends}
|
| 15 |
Recommends: libterm-stool-perl | libterm-readline-gnu-perl
|
| 16 |
Suggests: debconf-doc, whiptail | dialog | gnome-utils, liblocale-gettext-perl
|
| 17 |
Description: Debian configuration management system
|
| 18 |
Debconf is a configuration management system for debian packages. It is
|
| 19 |
used by some packages to prompt you for questions before they are installed.
|
| 20 |
|
| 21 |
Package: debconf-doc
|
| 22 |
Architecture: all
|
| 23 |
Conflicts: debconf (<< 0.3.10)
|
| 24 |
Description: Debian configuration management system documentation
|
| 25 |
This package contains lots of additional documentation for Debconf,
|
| 26 |
including an introduction to Debconf, a user's guide, a programmer's
|
| 27 |
tutorial, and the specification Debconf is based on.
|
| 28 |
|
| 29 |
Package: debconf-utils
|
| 30 |
Architecture: all
|
| 31 |
Depends: debconf (>= 0.3.31)
|
| 32 |
Conflicts: debconf (<< 0.3.31)
|
| 33 |
Replaces: debconf (<< 0.3.31)
|
| 34 |
Description: Debconf utilities
|
| 35 |
This package contains some small utilities to aid developers who are using
|
| 36 |
debconf. There are utilities to aid with managing translated template
|
| 37 |
files and utilities to communicate directly with debconf from the
|
| 38 |
command line.
|