File: control

package info (click to toggle)
debconf 1.5.82
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,844 kB
  • sloc: perl: 8,314; sh: 247; makefile: 144; python: 129
file content (90 lines) | stat: -rw-r--r-- 2,872 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
Source: debconf
Section: admin
Priority: optional
Maintainer: Debconf Developers <debconf-devel@lists.alioth.debian.org>
Uploaders: Colin Watson <cjwatson@debian.org>,
Standards-Version: 4.0.0
Build-Depends-Indep: gettext,
                     libintl-perl,
                     perl,
                     python3,
Build-Depends: debhelper-compat (= 13),
               dh-exec,
               dh-python,
               po-debconf,
               po4a,
Vcs-Git: https://salsa.debian.org/pkg-debconf/debconf.git
Vcs-Browser: https://salsa.debian.org/pkg-debconf/debconf

Package: debconf
Priority: important
Conflicts: debconf-tiny,
           whiptail-utf8 (<= 0.50.17-13),
Provides: debconf-2.0,
Replaces: debconf-tiny,
Depends: ${misc:Depends},
Recommends: apt-utils,
            debconf-i18n,
Suggests: debconf-doc,
          debconf-kde-helper,
          debconf-utils,
          libgtk3-perl,
          libnet-ldap-perl,
          libterm-readline-gnu-perl,
          perl,
          whiptail | dialog,
Architecture: all
Multi-Arch: foreign
Description: Debian configuration management system
 Debconf is a configuration management system for debian packages. Packages
 use Debconf to ask questions when they are installed.

Package: debconf-i18n
Section: localization
Priority: important
Conflicts: debconf-english,
Architecture: all
Depends: debconf (= ${source:Version}),
         liblocale-gettext-perl,
         libtext-charwidth-perl,
         libtext-iconv-perl,
         libtext-wrapi18n-perl,
         ${misc:Depends},
Description: full internationalization support for debconf
 This package provides full internationalization for debconf, including
 translations into all available languages, support for using translated
 debconf templates, and support for proper display of multibyte character
 sets.

Package: debconf-doc
Suggests: debian-policy,
Depends: ${misc:Depends},
Section: doc
Architecture: all
Multi-Arch: foreign
Description: debconf documentation
 This package contains lots of additional documentation for Debconf,
 including the debconf user's guide, documentation about using different
 backend databases via the /etc/debconf.conf file, and a developer's guide
 to debconf.

Package: debconf-utils
Section: devel
Depends: debconf (= ${source:Version}),
         ${misc:Depends},
Architecture: all
Description: debconf utilities
 This package contains some small utilities for debconf developers.

Package: python3-debconf
Section: python
Depends: debconf (= ${binary:Version}),
         ${misc:Depends},
         ${python3:Depends},
Architecture: all
Description: interact with debconf from Python 3
 Debconf is a configuration management system for debian packages. Packages
 use Debconf to ask questions when they are installed.
 .
 This package provides a debconf module to allow Python 3 programs to
 interact with a debconf frontend.