Release 1.18.22
[dpkg.git] / debian / control
blobf2cd11766c02d4b81812fb2381818950ba04fd1a
1 Source: dpkg
2 Section: admin
3 Priority: required
4 Maintainer: Dpkg Developers <debian-dpkg@lists.debian.org>
5 Uploaders: Guillem Jover <guillem@debian.org>
6 Origin: debian
7 Bugs: debbugs://bugs.debian.org
8 Homepage: https://wiki.debian.org/Teams/Dpkg
9 Vcs-Browser: https://anonscm.debian.org/cgit/dpkg/dpkg.git
10 Vcs-Git: https://anonscm.debian.org/git/dpkg/dpkg.git
11 Standards-Version: 3.9.8
12 Build-Depends:
13 # Needed for build profile usage below.
14  dpkg-dev (>= 1.17.14),
15  debhelper (>= 9.20141010),
16  pkg-config,
17 # Needed for --add-location.
18  gettext (>= 0.19),
19 # Needed for --porefs.
20  po4a (>= 0.43),
21  zlib1g-dev,
22  libbz2-dev,
23  liblzma-dev,
24  libselinux1-dev [linux-any],
25  libncursesw5-dev,
26  libio-string-perl <!nocheck>,
28 Package: dpkg
29 Architecture: any
30 Multi-Arch: foreign
31 Essential: yes
32 Pre-Depends:
33  ${shlibs:Depends},
34 Depends:
35  ${misc:Depends},
36 # Needed for --clamp-mtime in dpkg-deb -b.
37  tar (>= 1.28-1),
38 Suggests:
39  apt,
40  debsig-verify,
41 Replaces:
42  manpages-it (<< 2.80-4),
43 Breaks:
44 # Due to removal of dpkg-divert compat symlink.
45  amule (<< 2.3.1+git1a369e47-3),
46 # Due to removal of dpkg-statoverride compat symlink.
47  acidbase (<= 1.4.5-4),
48  beep (<< 1.3-4),
49  im (<< 1:151-4),
50  netselect (<< 0.3.ds1-27),
51  pconsole (<< 1.0-12),
52  phpgacl (<< 3.3.7-7.3),
53  pure-ftpd (<< 1.0.43-1),
54  systemtap (<< 2.8-1),
55  terminatorx (<< 4.0.1-1),
56  xvt (<= 2.1-20.1),
57 # Due to renaming of triplettable to tupletable.
58  libdpkg-perl (<< 1.18.11),
59 Description: Debian package management system
60  This package provides the low-level infrastructure for handling the
61  installation and removal of Debian software packages.
62  .
63  For Debian package development tools, install dpkg-dev.
65 Package: libdpkg-dev
66 Section: libdevel
67 Priority: optional
68 Architecture: any
69 Multi-Arch: same
70 Depends:
71  ${misc:Depends},
72  zlib1g-dev,
73  liblzma-dev,
74  libbz2-dev,
75 Description: Debian package management static library
76  This package provides the header files and static library necessary to
77  develop software using libdpkg, the same library used internally by dpkg.
78  .
79  Note though, that the API is to be considered volatile, and might change
80  at any time, use at your own risk.
82 Package: dpkg-dev
83 Section: utils
84 Priority: optional
85 Architecture: all
86 Multi-Arch: foreign
87 Depends:
88  ${misc:Depends},
89  ${perl:Depends},
90  libdpkg-perl (= ${source:Version}),
91 # Needed for --clamp-mtime.
92  tar (>= 1.28-1),
93  bzip2,
94  xz-utils,
95 # Needed for git-style diff support.
96  patch (>= 2.7),
97  make,
98  binutils,
99 Recommends:
100  build-essential,
101  gcc | c-compiler,
102  fakeroot,
103  gnupg | gnupg2,
104  gpgv | gpgv2,
105 # Used by dpkg-mergechangelogs.
106  libalgorithm-merge-perl,
107 Suggests:
108  debian-keyring,
109 Breaks:
110 # Due to new dpkg-architecture 1.17.17 strictness.
111  devscripts (<< 2.14.10),
112 Replaces:
113  manpages-it (<< 2.80-4),
114 Description: Debian package development tools
115  This package provides the development tools (including dpkg-source)
116  required to unpack, build and upload Debian source packages.
118  Most Debian source packages will require additional tools to build;
119  for example, most packages need make and the C compiler gcc.
121 Package: libdpkg-perl
122 Section: perl
123 Priority: optional
124 Architecture: all
125 Multi-Arch: foreign
126 Depends:
127  ${misc:Depends},
128 # XXX: This needs to be perl:any, but that breaks debootstrap in jessie
129 # (the current stable), it could be fixed once and iff stretch is stable
130 # and contains a fixed debootstrap.
131  perl,
132 # Needed for arch tuples.
133  dpkg (>= 1.18.11),
134 Recommends:
135 # Used by Dpkg::File.
136  libfile-fcntllock-perl,
137 # Used by Dpkg::Gettext.
138  liblocale-gettext-perl,
139  bzip2,
140  xz-utils,
141 Suggests:
142  debian-keyring,
143  gnupg | gnupg2,
144  gpgv | gpgv2,
145  gcc | c-compiler,
146  binutils,
147  patch,
148 Breaks:
149 # Needed for git-style diffs.
150  patch (<< 2.7),
151 Description: Dpkg perl modules
152  This package provides the perl modules used by the scripts
153  in dpkg-dev. They cover a wide range of functionality. Among them
154  there are the following public modules:
156   - Dpkg: core variables
157   - Dpkg::Arch: architecture handling functions
158   - Dpkg::Build::Info: build information functions
159   - Dpkg::BuildFlags: set, modify and query compilation build flags
160   - Dpkg::BuildOptions: parse and manipulate DEB_BUILD_OPTIONS
161   - Dpkg::BuildProfile: parse and manipulate build profiles
162   - Dpkg::Changelog: parse changelogs
163   - Dpkg::Changelog::Entry: represents a changelog entry
164   - Dpkg::Changelog::Parse: generic changelog parser for dpkg-parsechangelog
165   - Dpkg::Checksums: generate and parse checksums
166   - Dpkg::Compression: simple database of available compression methods
167   - Dpkg::Compression::Process: wrapper around compression tools
168   - Dpkg::Compression::FileHandle: transparently (de)compress files
169   - Dpkg::Conf: parse dpkg configuration files
170   - Dpkg::Control: parse and manipulate Debian control information
171     (.dsc, .changes, Packages/Sources entries, etc.)
172   - Dpkg::Control::Changelog: represent fields output by dpkg-parsechangelog
173   - Dpkg::Control::Fields: manage (list of known) control fields
174   - Dpkg::Control::Hash: parse and manipulate a block of RFC822-like fields
175   - Dpkg::Control::Info: parse files like debian/control
176   - Dpkg::Control::Tests: parse files like debian/tests/control
177   - Dpkg::Deps: parse and manipulate dependencies
178   - Dpkg::Exit: push, pop and run exit handlers
179   - Dpkg::Gettext: wrapper around Locale::gettext
180   - Dpkg::IPC: spawn sub-processes and feed/retrieve data
181   - Dpkg::Index: collections of Dpkg::Control (Packages/Sources files for
182     example)
183   - Dpkg::Interface::Storable: base object serializer
184   - Dpkg::Path: common path handling functions
185   - Dpkg::Source::Package: extract Debian source packages
186   - Dpkg::Substvars: substitute variables in strings
187   - Dpkg::Vendor: identify current distribution vendor
188   - Dpkg::Version: parse and manipulate Debian package versions
190  All the packages listed in Suggests or Recommends are used by some of the
191  modules.
193 Package: dselect
194 Priority: optional
195 Architecture: any
196 Multi-Arch: foreign
197 Depends:
198  ${shlibs:Depends},
199  ${misc:Depends},
200 Suggests:
201  perl,
202 Replaces:
203  manpages-it (<< 2.80-4),
204 Description: Debian package management front-end
205  dselect is a high-level interface for managing the installation and
206  removal of Debian software packages.
208  Many users find dselect intimidating and new users may prefer to use
209  apt-based user interfaces.