Merge apt--authentication--0
[ntk/apt.git] / debian / control
1 Source: apt
2 Section: admin
3 Priority: important
4 Maintainer: APT Development Team <deity@lists.debian.org>
5 Uploaders: Jason Gunthorpe <jgg@debian.org>, Adam Heath <doogie@debian.org>, Matt Zimmerman <mdz@debian.org>
6 Standards-Version: 3.6.1
7 Build-Depends: debhelper (>= 4.1.62), libdb4.2-dev, gettext (>= 0.11.5)
8 Build-Depends-Indep: debiandoc-sgml, docbook-utils (>= 0.6.12-1)
9
10 Package: apt
11 Architecture: any
12 Depends: ${shlibs:Depends}
13 Priority: important
14 Replaces: libapt-pkg-doc (<< 0.3.7), libapt-pkg-dev (<< 0.3.7)
15 Provides: ${libapt-pkg:provides}
16 Suggests: aptitude | synaptic | gnome-apt | wajig, dpkg-dev, apt-doc, bzip2, gnupg
17 Section: base
18 Description: 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
26 Package: apt-doc
27 Architecture: all
28 Priority: optional
29 Replaces: apt (<< 0.5.4.9)
30 Section: doc
31 Description: Documentation for APT
32 This package contains the user guide and offline guide, for APT, an
33 Advanced Package Tool.
34
35 Package: libapt-pkg-dev
36 Architecture: any
37 Priority: optional
38 Depends: apt-utils, ${libapt-pkg:provides}, ${libapt-inst:provides}
39 Section: libdevel
40 Description: 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
45 Package: libapt-pkg-doc
46 Architecture: all
47 Priority: optional
48 Section: doc
49 Description: Documentation for APT development
50 This package contains documentation for development of the APT
51 Debian package manipulation program and its libraries.
52
53 Package: apt-utils
54 Architecture: any
55 Depends: ${shlibs:Depends}
56 Priority: optional
57 Provides: ${libapt-inst:provides}
58 Replaces: apt (<< 0.5.9)
59 Section: admin
60 Description: 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.