Fixed sparc compile warning
[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}
78e96574 10Priority: standard
2d18d44e
AL
11Conflicts: deity
12Replaces: deity
d153f53f 13Provides: libapt-pkg${libapt-pkg:major}
2d18d44e
AL
14Description: Advanced front-end for dpkg
15 This is Debian's next generation front-end for the dpkg package manager.
16 It provides the apt-get utility and APT dselect method that provides a
17 simpler, safer way to install and upgrade packages.
18 .
19 APT features complete installation ordering, multiple source capability
20 and several other unique features, see the Users Guide in
217076de 21 /usr/doc/apt/users-guide.txt.gz
2d18d44e
AL
22
23Package: libapt-pkg-dev
24Architecture: any
78e96574 25Priority: optional
19fe86f1 26Depends: libapt-pkg${libapt-pkg:major}
2d18d44e
AL
27Description: Development files for APT's libapt-pkg
28 This package contains the header files and static libraries for
29 developing with APT's libapt-pkg Debian package manipulation
30 library.
31
32Package: libapt-pkg-doc
33Architecture: all
78e96574 34Priority: optional
2d18d44e
AL
35Description: Documentation for APT development
36 This package contains documentation for development of the APT
37 Debian package manipulation program and its libraries.