]>
Commit | Line | Data |
---|---|---|
da6ee469 JF |
1 | Source: apt |
2 | Section: admin | |
3 | Priority: important | |
4 | Maintainer: APT Development Team <deity@lists.debian.org> | |
5 | Uploaders: Jason Gunthorpe <jgg@debian.org>, Adam Heath <doogie@debian.org>, Matt Zimmerman <mdz@debian.org>, Michael Vogt <mvo@debian.org> | |
6 | Standards-Version: 3.6.2.2 | |
7 | Build-Depends: debhelper (>= 5.0), libdb4.4-dev, gettext (>= 0.12) | |
8 | Build-Depends-Indep: debiandoc-sgml, docbook-utils (>= 0.6.12-1) | |
9 | ||
10 | Package: apt | |
11 | Architecture: any | |
12 | Depends: ${shlibs:Depends}, debian-archive-keyring | |
13 | Priority: important | |
14 | Replaces: libapt-pkg-doc (<< 0.3.7), libapt-pkg-dev (<< 0.3.7) | |
15 | Provides: ${libapt-pkg:provides} | |
16 | Suggests: aptitude | synaptic | gnome-apt | wajig, dpkg-dev, apt-doc, bzip2 | |
17 | Section: admin | |
18 | Description: Advanced front-end for dpkg | |
19 | This is Debian's next generation front-end for the dpkg package manager. | |
20 | It provides the apt-get utility and APT dselect method that provides a | |
21 | simpler, safer way to install and upgrade packages. | |
22 | . | |
23 | APT features complete installation ordering, multiple source capability | |
24 | and several other unique features, see the Users Guide in apt-doc. | |
25 | ||
26 | Package: apt-doc | |
27 | Architecture: all | |
28 | Priority: optional | |
29 | Replaces: apt (<< 0.5.4.9) | |
30 | Section: doc | |
31 | Description: Documentation for APT | |
32 | This package contains the user guide and offline guide, for APT, an | |
33 | Advanced Package Tool. | |
34 | ||
35 | Package: libapt-pkg-dev | |
36 | Architecture: any | |
37 | Priority: optional | |
38 | Depends: apt (= ${Source-Version}), apt-utils (= ${Source-Version}), ${libapt-pkg:provides}, ${libapt-inst:provides} | |
39 | Section: libdevel | |
40 | Description: Development files for APT's libapt-pkg and libapt-inst | |
41 | This package contains the header files and libraries for | |
42 | developing with APT's libapt-pkg Debian package manipulation | |
43 | library and the libapt-inst deb/tar/ar library. | |
44 | ||
45 | Package: libapt-pkg-doc | |
46 | Architecture: all | |
47 | Priority: optional | |
48 | Section: doc | |
49 | Description: Documentation for APT development | |
50 | This package contains documentation for development of the APT | |
51 | Debian package manipulation program and its libraries. | |
52 | ||
53 | Package: apt-utils | |
54 | Architecture: any | |
55 | Depends: ${shlibs:Depends} | |
56 | Priority: important | |
57 | Provides: ${libapt-inst:provides} | |
58 | Replaces: apt (<< 0.5.9) | |
59 | Section: admin | |
60 | Description: APT utility programs | |
61 | This package contains some APT utility programs such as apt-ftparchive, | |
62 | apt-sortpkgs and apt-extracttemplates. | |
63 | . | |
64 | apt-extracttemplates is used by debconf to prompt for configuration | |
65 | questions before installation. apt-ftparchive is used to create Package | |
66 | and other index files. apt-sortpkgs is a Package/Source file normalizer. |