]>
Commit | Line | Data |
---|---|---|
2d18d44e AL |
1 | Source: apt |
2 | Section: admin | |
0b3b0d25 | 3 | Priority: important |
2d18d44e | 4 | Maintainer: APT Development Team <deity@lists.debian.org> |
8759e1e5 | 5 | Uploaders: Jason Gunthorpe <jgg@debian.org>, Adam Heath <doogie@debian.org> |
73b98628 | 6 | Standards-Version: 3.5.8.0 |
7df88700 | 7 | Build-Depends: debhelper (>= 2), debiandoc-sgml, docbook-utils (>= 0.6.12-1), libdb2-dev, gettext (>= 0.11.5) |
2d18d44e AL |
8 | |
9 | Package: apt | |
10 | Architecture: any | |
11 | Depends: ${shlibs:Depends} | |
78e96574 | 12 | Priority: standard |
b2e465d6 | 13 | Replaces: libapt-pkg-doc (<< 0.3.7), libapt-pkg-dev (<< 0.3.7) |
a5b7cd82 | 14 | Provides: ${libapt-pkg:provides} |
d44d5144 | 15 | Suggests: dpkg-dev |
416bf691 | 16 | Section: base |
2d18d44e AL |
17 | Description: 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 | |
26 | Package: libapt-pkg-dev | |
27 | Architecture: any | |
78e96574 | 28 | Priority: optional |
301a7101 | 29 | Depends: apt-utils, ${libapt-pkg:provides}, ${libapt-inst:provides} |
416bf691 | 30 | Section: devel |
2d425135 AL |
31 | Description: 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 | |
36 | Package: libapt-pkg-doc | |
37 | Architecture: all | |
78e96574 | 38 | Priority: optional |
416bf691 | 39 | Section: doc |
2d18d44e AL |
40 | Description: 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 | |
44 | Package: apt-utils | |
45 | Architecture: any | |
46 | Depends: ${shlibs:Depends} | |
47 | Priority: optional | |
a5b7cd82 | 48 | Provides: ${libapt-inst:provides} |
416bf691 | 49 | Section: admin |
b2e465d6 AL |
50 | Description: 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. |