]> git.saurik.com Git - apt.git/blame_incremental - debian/control
More tests
[apt.git] / debian / control
... / ...
CommitLineData
1Source: apt
2Section: admin
3Priority: standard
4Maintainer: APT Development Team <deity@lists.debian.org>
5Standards-Version: 3.1.1
6Build-Depends: debhelper, debiandoc-sgml, libdb2-dev
7
8Package: apt
9Architecture: any
10Depends: ${shlibs:Depends}
11Priority: standard
12Replaces: libapt-pkg-doc (<< 0.3.7), libapt-pkg-dev (<< 0.3.7)
13Provides: ${libapt-pkg:provides}
14Suggests: dpkg-dev
15Section: base
16Description: 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.
20 .
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
24
25Package: libapt-pkg-dev
26Architecture: any
27Priority: optional
28Depends: ${libapt-pkg:provides}
29Section: devel
30Description: 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
33 library.
34
35Package: libapt-pkg-doc
36Architecture: all
37Priority: optional
38Section: doc
39Description: Documentation for APT development
40 This package contains documentation for development of the APT
41 Debian package manipulation program and its libraries.
42
43Package: apt-utils
44Architecture: any
45Depends: ${shlibs:Depends}
46Priority: optional
47Provides: ${libapt-inst:provides}
48Section: admin
49Description: APT utility programs
50 This package contains some infrequently used APT utility programs such
51 as apt-ftparchive, apt-sortpkgs and apt-extracttemplates.
52 .
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.