Added debian/ directory and changelog, control, postins...
[ntk/apt.git] / debian / control
CommitLineData
2d18d44e
AL
1Source: apt
2Section: admin
3Priority: optional
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
12Description: 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
21Package: libapt-pkg-dev
22Architecture: any
23Depends: ${shlibs:Depends}
24Description: 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
29Package: libapt-pkg-doc
30Architecture: all
31Description: Documentation for APT development
32 This package contains documentation for development of the APT
33 Debian package manipulation program and its libraries.