Join with aliencode
[ntk/apt.git] / debian / control
CommitLineData
2d18d44e
AL
1Source: apt
2Section: admin
138d4b3d 3Priority: standard
2d18d44e 4Maintainer: APT Development Team <deity@lists.debian.org>
8f4141f3 5Standards-Version: 3.1.1
b2e465d6 6Build-Depends: debhelper, debiandoc-sgml, python-dev, libdb2-dev
2d18d44e
AL
7
8Package: apt
9Architecture: any
10Depends: ${shlibs:Depends}
78e96574 11Priority: standard
b2e465d6 12Replaces: libapt-pkg-doc (<< 0.3.7), libapt-pkg-dev (<< 0.3.7)
d153f53f 13Provides: libapt-pkg${libapt-pkg:major}
d44d5144 14Suggests: dpkg-dev
2d18d44e
AL
15Description: Advanced front-end for dpkg
16 This is Debian's next generation front-end for the dpkg package manager.
17 It provides the apt-get utility and APT dselect method that provides a
18 simpler, safer way to install and upgrade packages.
19 .
20 APT features complete installation ordering, multiple source capability
a880aa74
AL
21 and several other unique features, see the Users Guide in
22 /usr/doc/apt/guide.text.gz
2d18d44e
AL
23
24Package: libapt-pkg-dev
25Architecture: any
78e96574 26Priority: optional
19fe86f1 27Depends: libapt-pkg${libapt-pkg:major}
2d18d44e
AL
28Description: Development files for APT's libapt-pkg
29 This package contains the header files and static libraries for
30 developing with APT's libapt-pkg Debian package manipulation
31 library.
32
33Package: libapt-pkg-doc
34Architecture: all
78e96574 35Priority: optional
2d18d44e
AL
36Description: Documentation for APT development
37 This package contains documentation for development of the APT
38 Debian package manipulation program and its libraries.
b2e465d6
AL
39
40Package: apt-utils
41Architecture: any
42Depends: ${shlibs:Depends}
43Priority: optional
44Provides: libapt-inst${libapt-inst:major}
45Description: APT utility programs
46 This package contains some infrequently used APT utility programs such
47 as apt-ftparchive and apt-sortpkgs.