More bugs to close
[ntk/apt.git] / debian / control
CommitLineData
2d18d44e
AL
1Source: apt
2Section: admin
138d4b3d 3Priority: standard
2d18d44e
AL
4Maintainer: APT Development Team <deity@lists.debian.org>
5Standards-Version: 2.4.1
6
7Package: apt
8Architecture: any
9Depends: ${shlibs:Depends}
10Conflicts: deity
11Replaces: deity
d153f53f 12Provides: libapt-pkg${libapt-pkg:major}
2d18d44e
AL
13Description: Advanced front-end for dpkg
14 This is Debian's next generation front-end for the dpkg package manager.
15 It provides the apt-get utility and APT dselect method that provides a
16 simpler, safer way to install and upgrade packages.
17 .
18 APT features complete installation ordering, multiple source capability
19 and several other unique features, see the Users Guide in
20 /usr/doc/apt/guide.text.gz
21
22Package: libapt-pkg-dev
23Architecture: any
24Depends: ${shlibs:Depends}
25Description: Development files for APT's libapt-pkg
26 This package contains the header files and static libraries for
27 developing with APT's libapt-pkg Debian package manipulation
28 library.
29
30Package: libapt-pkg-doc
31Architecture: all
32Description: Documentation for APT development
33 This package contains documentation for development of the APT
34 Debian package manipulation program and its libraries.