| 1 |
Source: debconf
|
| 2 |
Section: admin
|
| 3 |
Priority: optional
|
| 4 |
Maintainer: Joey Hess <joeyh@debian.org>
|
| 5 |
Standards-Version: 3.6.0
|
| 6 |
Build-Depends-Indep: perl, python, debhelper (>= 4.1.27), gettext, html2text (>= 1.2.4-7), jade, sp, docbook-xml, docbook-dsssl, sgml-data (>= 1.2), tidy, po-debconf
|
| 7 |
|
| 8 |
Package: debconf
|
| 9 |
Priority: important
|
| 10 |
Pre-Depends: perl-base (>= 5.6.1-4)
|
| 11 |
Conflicts: cdebconf, debconf-utils (<< 1.1.0), debconf-tiny (<< 1.0), apt (<< 0.3.12.1), menu (<= 2.1.3-1), dialog (<< 0.9b-20020814-1), whiptail (<< 0.51.4-7), whiptail-utf8 (<= 0.50.17-13)
|
| 12 |
Provides: debconf-2.0
|
| 13 |
Replaces: debconf-tiny
|
| 14 |
Depends: debconf-i18n | debconf-english
|
| 15 |
Recommends: apt-utils (>= 0.5.1)
|
| 16 |
Suggests: debconf-doc, debconf-utils, whiptail | dialog | gnome-utils, libterm-readline-gnu-perl, libgnome-perl, libnet-ldap-perl
|
| 17 |
Architecture: all
|
| 18 |
Description: Debian configuration management system
|
| 19 |
Debconf is a configuration management system for debian packages. Packages
|
| 20 |
use Debconf to ask questions when they are installed.
|
| 21 |
|
| 22 |
Package: debconf-i18n
|
| 23 |
Priority: important
|
| 24 |
Conflicts: debconf-english
|
| 25 |
Replaces: debconf (<< 1.3.0)
|
| 26 |
Architecture: all
|
| 27 |
Depends: debconf, liblocale-gettext-perl, libtext-iconv-perl, libtext-wrapi18n-perl, libtext-charwidth-perl
|
| 28 |
Description: full internationalization support for debconf
|
| 29 |
This package provides full internationalization for debconf, including
|
| 30 |
translations into all available languages, support for using translated
|
| 31 |
debconf templates, and support for proper display of multibtye character
|
| 32 |
sets.
|
| 33 |
|
| 34 |
Package: debconf-english
|
| 35 |
Priority: extra
|
| 36 |
Conflicts: debconf-i18n
|
| 37 |
Architecture: all
|
| 38 |
Depends: debconf
|
| 39 |
Description: small footprint English-only debconf
|
| 40 |
This package is an alternative to the debconf-i18n package, intended for
|
| 41 |
systems that are administered only in English, and low-footprint systems.
|
| 42 |
If you install this package, debconf will not work properly in other
|
| 43 |
languages, but you'll save half a megabyte of disk space.
|
| 44 |
|
| 45 |
Package: debconf-doc
|
| 46 |
Conflicts: debconf (<< 0.3.10)
|
| 47 |
Suggests: debian-policy (>= 3.5)
|
| 48 |
Section: doc
|
| 49 |
Architecture: all
|
| 50 |
Description: debconf documentation
|
| 51 |
This package contains lots of additional documentation for Debconf,
|
| 52 |
including an introduction to Debconf, a user's guide, a programmer's
|
| 53 |
tutorial, and the specification Debconf is based on.
|
| 54 |
|
| 55 |
Package: debconf-utils
|
| 56 |
Section: devel
|
| 57 |
Depends: debconf (>= 0.1.0), ${misc:Depends}
|
| 58 |
Conflicts: debconf (<< 1.1.0)
|
| 59 |
Replaces: debconf (<< 0.1.0)
|
| 60 |
Architecture: all
|
| 61 |
Description: debconf utilities
|
| 62 |
This package contains some small utilities to aid users and developers.
|
| 63 |
There are utilities to help manage debconf databases, a program to
|
| 64 |
communicate directly with debconf from the command line, and more.
|