Merge apt--authentication--0
[ntk/apt.git] / debian / control
... / ...
CommitLineData
1Source: apt
2Section: admin
3Priority: important
4Maintainer: APT Development Team <deity@lists.debian.org>
5Uploaders: Jason Gunthorpe <jgg@debian.org>, Adam Heath <doogie@debian.org>, Matt Zimmerman <mdz@debian.org>
6Standards-Version: 3.6.1
7Build-Depends: debhelper (>= 4.1.62), libdb4.2-dev, gettext (>= 0.11.5)
8Build-Depends-Indep: debiandoc-sgml, docbook-utils (>= 0.6.12-1)
9
10Package: apt
11Architecture: any
12Depends: ${shlibs:Depends}
13Priority: important
14Replaces: libapt-pkg-doc (<< 0.3.7), libapt-pkg-dev (<< 0.3.7)
15Provides: ${libapt-pkg:provides}
16Suggests: aptitude | synaptic | gnome-apt | wajig, dpkg-dev, apt-doc, bzip2, gnupg
17Section: base
18Description: Advanced front-end for dpkg
19 This is Debian's next generation front-end for the dpkg package manager.
20 It provides the apt-get utility and APT dselect method that provides a
21 simpler, safer way to install and upgrade packages.
22 .
23 APT features complete installation ordering, multiple source capability
24 and several other unique features, see the Users Guide in apt-doc.
25
26Package: apt-doc
27Architecture: all
28Priority: optional
29Replaces: apt (<< 0.5.4.9)
30Section: doc
31Description: Documentation for APT
32 This package contains the user guide and offline guide, for APT, an
33 Advanced Package Tool.
34
35Package: libapt-pkg-dev
36Architecture: any
37Priority: optional
38Depends: apt-utils, ${libapt-pkg:provides}, ${libapt-inst:provides}
39Section: libdevel
40Description: Development files for APT's libapt-pkg and libapt-inst
41 This package contains the header files and libraries for
42 developing with APT's libapt-pkg Debian package manipulation
43 library and the libapt-inst deb/tar/ar library.
44
45Package: libapt-pkg-doc
46Architecture: all
47Priority: optional
48Section: doc
49Description: Documentation for APT development
50 This package contains documentation for development of the APT
51 Debian package manipulation program and its libraries.
52
53Package: apt-utils
54Architecture: any
55Depends: ${shlibs:Depends}
56Priority: optional
57Provides: ${libapt-inst:provides}
58Replaces: apt (<< 0.5.9)
59Section: admin
60Description: APT utility programs
61 This package contains some APT utility programs such as apt-ftparchive,
62 apt-sortpkgs and apt-extracttemplates.
63 .
64 apt-extracttemplates is used by debconf to prompt for configuration
65 questions before installation. apt-ftparchive is used to create Package
66 and other index files. apt-sortpkgs is a Package/Source file normalizer.