]> git.saurik.com Git - apt.git/blame - debian/control
* merged the "apt--install-task" branch
[apt.git] / debian / control
CommitLineData
2d18d44e
AL
1Source: apt
2Section: admin
0b3b0d25 3Priority: important
2d18d44e 4Maintainer: APT Development Team <deity@lists.debian.org>
f3657a2f 5Uploaders: Jason Gunthorpe <jgg@debian.org>, Adam Heath <doogie@debian.org>, Matt Zimmerman <mdz@debian.org>, Michael Vogt <mvo@debian.org>
3856ea21 6Standards-Version: 3.6.2.2
1b5f30cb 7Build-Depends: debhelper (>= 5.0), libdb4.4-dev, gettext (>= 0.12)
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}
5b8c18e9 16Recommends: debian-archive-keyring
b3d44315 17Suggests: aptitude | synaptic | gnome-apt | wajig, dpkg-dev, apt-doc, bzip2, gnupg
468155b7 18Section: admin
2d18d44e
AL
19Description: Advanced front-end for dpkg
20 This is Debian's next generation front-end for the dpkg package manager.
21 It provides the apt-get utility and APT dselect method that provides a
22 simpler, safer way to install and upgrade packages.
23 .
24 APT features complete installation ordering, multiple source capability
16c76dd2
AL
25 and several other unique features, see the Users Guide in apt-doc.
26
27Package: apt-doc
28Architecture: all
29Priority: optional
30Replaces: apt (<< 0.5.4.9)
31Section: doc
32Description: Documentation for APT
33 This package contains the user guide and offline guide, for APT, an
34 Advanced Package Tool.
2d18d44e
AL
35
36Package: libapt-pkg-dev
37Architecture: any
78e96574 38Priority: optional
b3d44315 39Depends: apt (= ${Source-Version}), apt-utils (= ${Source-Version}), ${libapt-pkg:provides}, ${libapt-inst:provides}
793c077e 40Section: libdevel
2d425135
AL
41Description: Development files for APT's libapt-pkg and libapt-inst
42 This package contains the header files and libraries for
2d18d44e 43 developing with APT's libapt-pkg Debian package manipulation
2d425135 44 library and the libapt-inst deb/tar/ar library.
2d18d44e
AL
45
46Package: libapt-pkg-doc
47Architecture: all
78e96574 48Priority: optional
416bf691 49Section: doc
2d18d44e
AL
50Description: Documentation for APT development
51 This package contains documentation for development of the APT
52 Debian package manipulation program and its libraries.
b2e465d6
AL
53
54Package: apt-utils
55Architecture: any
4c84979c 56Depends: ${shlibs:Depends}
339690e4 57Priority: important
a5b7cd82 58Provides: ${libapt-inst:provides}
f084da09 59Replaces: apt (<< 0.5.9)
416bf691 60Section: admin
b2e465d6 61Description: APT utility programs
d2a9f69d
AL
62 This package contains some APT utility programs such as apt-ftparchive,
63 apt-sortpkgs and apt-extracttemplates.
9b2e67eb
AL
64 .
65 apt-extracttemplates is used by debconf to prompt for configuration
66 questions before installation. apt-ftparchive is used to create Package
67 and other index files. apt-sortpkgs is a Package/Source file normalizer.