4 Maintainer: APT Development Team <deity@lists.debian.org>
5 Standards-Version: 3.1.1
6 Build-Depends: debhelper, debiandoc-sgml, libdb2-dev
10 Depends: ${shlibs:Depends}
12 Replaces: libapt-pkg-doc (<< 0.3.7), libapt-pkg-dev (<< 0.3.7)
13 Provides: ${libapt-pkg:provides}
16 Description: Advanced front-end for dpkg
17 This is Debian's next generation front-end for the dpkg package manager.
18 It provides the apt-get utility and APT dselect method that provides a
19 simpler, safer way to install and upgrade packages.
21 APT features complete installation ordering, multiple source capability
22 and several other unique features, see the Users Guide in
23 /usr/share/doc/apt/guide.text.gz
25 Package: libapt-pkg-dev
28 Depends: ${libapt-pkg:provides}
30 Description: Development files for APT's libapt-pkg
31 This package contains the header files and static libraries for
32 developing with APT's libapt-pkg Debian package manipulation
35 Package: libapt-pkg-doc
39 Description: Documentation for APT development
40 This package contains documentation for development of the APT
41 Debian package manipulation program and its libraries.
45 Depends: ${shlibs:Depends}
47 Provides: ${libapt-inst:provides}
49 Description: APT utility programs
50 This package contains some infrequently used APT utility programs such
51 as apt-ftparchive, apt-sortpkgs and apt-extracttemplates.
53 apt-extracttemplates is used by debconf to prompt for configuration
54 questions before installation. apt-ftparchive is used to create Package
55 and other index files. apt-sortpkgs is a Package/Source file normalizer.