Added build depends.
[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 Build-Depends: debhelper, debiandoc-sgml
7
8 Package: apt
9 Architecture: any
10 Depends: ${shlibs:Depends}
11 Priority: standard
12 Conflicts: deity
13 Replaces: deity, libapt-pkg-doc (<< 0.3.7), libapt-pkg-dev (<< 0.3.7)
14 Provides: libapt-pkg${libapt-pkg:major}
15 Suggests: dpkg-dev
16 Description: 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
22 and several other unique features, see the Users Guide in
23 /usr/doc/apt/users-guide.txt.gz
24
25 Package: libapt-pkg-dev
26 Architecture: any
27 Priority: optional
28 Depends: libapt-pkg${libapt-pkg:major}
29 Description: Development files for APT's libapt-pkg
30 This package contains the header files and static libraries for
31 developing with APT's libapt-pkg Debian package manipulation
32 library.
33
34 Package: libapt-pkg-doc
35 Architecture: all
36 Priority: optional
37 Description: Documentation for APT development
38 This package contains documentation for development of the APT
39 Debian package manipulation program and its libraries.