]> git.saurik.com Git - apt.git/blame - debian/control
Fix leftover reference on binary target to $(PO)/$(PACK...
[apt.git] / debian / control
CommitLineData
2d18d44e
AL
1Source: apt
2Section: admin
0b3b0d25 3Priority: important
2d18d44e 4Maintainer: APT Development Team <deity@lists.debian.org>
8759e1e5 5Uploaders: Jason Gunthorpe <jgg@debian.org>, Adam Heath <doogie@debian.org>
73b98628 6Standards-Version: 3.5.8.0
7df88700 7Build-Depends: debhelper (>= 2), debiandoc-sgml, docbook-utils (>= 0.6.12-1), libdb2-dev, gettext (>= 0.11.5)
2d18d44e
AL
8
9Package: apt
10Architecture: any
11Depends: ${shlibs:Depends}
78e96574 12Priority: standard
b2e465d6 13Replaces: libapt-pkg-doc (<< 0.3.7), libapt-pkg-dev (<< 0.3.7)
a5b7cd82 14Provides: ${libapt-pkg:provides}
d44d5144 15Suggests: dpkg-dev
416bf691 16Section: base
2d18d44e
AL
17Description: Advanced front-end for dpkg
18 This is Debian's next generation front-end for the dpkg package manager.
19 It provides the apt-get utility and APT dselect method that provides a
20 simpler, safer way to install and upgrade packages.
21 .
22 APT features complete installation ordering, multiple source capability
a880aa74 23 and several other unique features, see the Users Guide in
7b45e09c 24 /usr/share/doc/apt/guide.text.gz
2d18d44e
AL
25
26Package: libapt-pkg-dev
27Architecture: any
78e96574 28Priority: optional
301a7101 29Depends: apt-utils, ${libapt-pkg:provides}, ${libapt-inst:provides}
416bf691 30Section: devel
2d425135
AL
31Description: Development files for APT's libapt-pkg and libapt-inst
32 This package contains the header files and libraries for
2d18d44e 33 developing with APT's libapt-pkg Debian package manipulation
2d425135 34 library and the libapt-inst deb/tar/ar library.
2d18d44e
AL
35
36Package: libapt-pkg-doc
37Architecture: all
78e96574 38Priority: optional
416bf691 39Section: doc
2d18d44e
AL
40Description: Documentation for APT development
41 This package contains documentation for development of the APT
42 Debian package manipulation program and its libraries.
b2e465d6
AL
43
44Package: apt-utils
45Architecture: any
46Depends: ${shlibs:Depends}
47Priority: optional
a5b7cd82 48Provides: ${libapt-inst:provides}
416bf691 49Section: admin
b2e465d6
AL
50Description: APT utility programs
51 This package contains some infrequently used APT utility programs such
9b2e67eb
AL
52 as apt-ftparchive, apt-sortpkgs and apt-extracttemplates.
53 .
54 apt-extracttemplates is used by debconf to prompt for configuration
55 questions before installation. apt-ftparchive is used to create Package
56 and other index files. apt-sortpkgs is a Package/Source file normalizer.