Fixed /usr/doc reference in postinst
[ntk/apt.git] / debian / control
CommitLineData
2d18d44e
AL
1Source: apt
2Section: admin
138d4b3d 3Priority: standard
2d18d44e 4Maintainer: APT Development Team <deity@lists.debian.org>
8f4141f3 5Standards-Version: 3.1.1
997255f0 6Build-Depends: debhelper, debiandoc-sgml, libdb2-dev
2d18d44e
AL
7
8Package: apt
9Architecture: any
10Depends: ${shlibs:Depends}
78e96574 11Priority: standard
b2e465d6 12Replaces: libapt-pkg-doc (<< 0.3.7), libapt-pkg-dev (<< 0.3.7)
a5b7cd82 13Provides: ${libapt-pkg:provides}
d44d5144 14Suggests: dpkg-dev
416bf691 15Section: base
2d18d44e
AL
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
a880aa74 22 and several other unique features, see the Users Guide in
7b45e09c 23 /usr/share/doc/apt/guide.text.gz
2d18d44e
AL
24
25Package: libapt-pkg-dev
26Architecture: any
78e96574 27Priority: optional
a5b7cd82 28Depends: ${libapt-pkg:provides}
416bf691 29Section: devel
2d18d44e
AL
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
78e96574 37Priority: optional
416bf691 38Section: doc
2d18d44e
AL
39Description: Documentation for APT development
40 This package contains documentation for development of the APT
41 Debian package manipulation program and its libraries.
b2e465d6
AL
42
43Package: apt-utils
44Architecture: any
45Depends: ${shlibs:Depends}
46Priority: optional
a5b7cd82 47Provides: ${libapt-inst:provides}
416bf691 48Section: admin
b2e465d6
AL
49Description: APT utility programs
50 This package contains some infrequently used APT utility programs such
9b2e67eb
AL
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.