Fixed sparc compile warning
[ntk/apt.git] / debian / control
1 Source: apt
2 Section: admin
3 Priority: standard
4 Maintainer: APT Development Team <deity@lists.debian.org>
5 Standards-Version: 2.4.1
6
7 Package: apt
8 Architecture: any
9 Depends: ${shlibs:Depends}
10 Priority: standard
11 Conflicts: deity
12 Replaces: deity
13 Provides: libapt-pkg${libapt-pkg:major}
14 Description: 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
21 /usr/doc/apt/users-guide.txt.gz
22
23 Package: libapt-pkg-dev
24 Architecture: any
25 Priority: optional
26 Depends: libapt-pkg${libapt-pkg:major}
27 Description: 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
32 Package: libapt-pkg-doc
33 Architecture: all
34 Priority: optional
35 Description: Documentation for APT development
36 This package contains documentation for development of the APT
37 Debian package manipulation program and its libraries.