Free space check, fixed parser jump bug, added importat
[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 Conflicts: deity
11 Replaces: deity
12 Description: Advanced front-end for dpkg
13 This is Debian's next generation front-end for the dpkg package manager.
14 It provides the apt-get utility and APT dselect method that provides a
15 simpler, safer way to install and upgrade packages.
16 .
17 APT features complete installation ordering, multiple source capability
18 and several other unique features, see the Users Guide in
19 /usr/doc/apt/guide.text.gz
20
21 Package: libapt-pkg-dev
22 Architecture: any
23 Depends: ${shlibs:Depends}
24 Description: Development files for APT's libapt-pkg
25 This package contains the header files and static libraries for
26 developing with APT's libapt-pkg Debian package manipulation
27 library.
28
29 Package: libapt-pkg-doc
30 Architecture: all
31 Description: Documentation for APT development
32 This package contains documentation for development of the APT
33 Debian package manipulation program and its libraries.