Merge apt--authentication--0
[ntk/apt.git] / debian / control
CommitLineData
2d18d44e
AL
1Source: apt
2Section: admin
0b3b0d25 3Priority: important
2d18d44e 4Maintainer: APT Development Team <deity@lists.debian.org>
bef9744f 5Uploaders: Jason Gunthorpe <jgg@debian.org>, Adam Heath <doogie@debian.org>, Matt Zimmerman <mdz@debian.org>
92fd5f50 6Standards-Version: 3.6.1
c9569a1e 7Build-Depends: debhelper (>= 4.1.62), libdb4.2-dev, gettext (>= 0.11.5)
16c76dd2 8Build-Depends-Indep: debiandoc-sgml, docbook-utils (>= 0.6.12-1)
2d18d44e
AL
9
10Package: apt
11Architecture: any
12Depends: ${shlibs:Depends}
793c077e 13Priority: important
b2e465d6 14Replaces: libapt-pkg-doc (<< 0.3.7), libapt-pkg-dev (<< 0.3.7)
a5b7cd82 15Provides: ${libapt-pkg:provides}
7db98ffc 16Suggests: aptitude | synaptic | gnome-apt | wajig, dpkg-dev, apt-doc, bzip2, gnupg
416bf691 17Section: base
2d18d44e
AL
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
16c76dd2
AL
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.
2d18d44e
AL
34
35Package: libapt-pkg-dev
36Architecture: any
78e96574 37Priority: optional
301a7101 38Depends: apt-utils, ${libapt-pkg:provides}, ${libapt-inst:provides}
793c077e 39Section: libdevel
2d425135
AL
40Description: Development files for APT's libapt-pkg and libapt-inst
41 This package contains the header files and libraries for
2d18d44e 42 developing with APT's libapt-pkg Debian package manipulation
2d425135 43 library and the libapt-inst deb/tar/ar library.
2d18d44e
AL
44
45Package: libapt-pkg-doc
46Architecture: all
78e96574 47Priority: optional
416bf691 48Section: doc
2d18d44e
AL
49Description: Documentation for APT development
50 This package contains documentation for development of the APT
51 Debian package manipulation program and its libraries.
b2e465d6
AL
52
53Package: apt-utils
54Architecture: any
4c84979c 55Depends: ${shlibs:Depends}
b2e465d6 56Priority: optional
a5b7cd82 57Provides: ${libapt-inst:provides}
f084da09 58Replaces: apt (<< 0.5.9)
416bf691 59Section: admin
b2e465d6 60Description: APT utility programs
d2a9f69d
AL
61 This package contains some APT utility programs such as apt-ftparchive,
62 apt-sortpkgs and apt-extracttemplates.
9b2e67eb
AL
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.