]>
Commit | Line | Data |
---|---|---|
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.7.2.2 | |
7 | Build-Depends: debhelper (>= 5.0), libdb4.4-dev, gettext (>= 0.12), libcurl3-gnutls-dev (>= 7.15.5) | |
8 | Build-Depends-Indep: debiandoc-sgml, docbook-utils (>= 0.6.12-1) | |
9 | XS-Vcs-Bzr: http://bzr.debian.org/apt/debian-sid/ | |
10 | ||
11 | Package: apt | |
12 | Architecture: any | |
13 | Depends: ${shlibs:Depends}, debian-archive-keyring | |
14 | Priority: important | |
15 | Replaces: libapt-pkg-doc (<< 0.3.7), libapt-pkg-dev (<< 0.3.7) | |
16 | Provides: ${libapt-pkg:provides} | |
17 | Suggests: aptitude | synaptic | gnome-apt | wajig, dpkg-dev, apt-doc, bzip2 | |
18 | Section: admin | |
19 | Description: Advanced front-end for dpkg | |
20 | This is Debian's next generation front-end for the dpkg package manager. | |
21 | It provides the apt-get utility and APT dselect method that provides a | |
22 | simpler, safer way to install and upgrade packages. | |
23 | . | |
24 | APT features complete installation ordering, multiple source capability | |
25 | and several other unique features, see the Users Guide in apt-doc. | |
26 | ||
27 | Package: apt-doc | |
28 | Architecture: all | |
29 | Priority: optional | |
30 | Replaces: apt (<< 0.5.4.9) | |
31 | Section: doc | |
32 | Description: Documentation for APT | |
33 | This package contains the user guide and offline guide, for APT, an | |
34 | Advanced Package Tool. | |
35 | ||
36 | Package: libapt-pkg-dev | |
37 | Architecture: any | |
38 | Priority: optional | |
39 | Depends: apt (= ${Source-Version}), apt-utils (= ${Source-Version}), ${libapt-pkg:provides}, ${libapt-inst:provides} | |
40 | Section: libdevel | |
41 | Description: Development files for APT's libapt-pkg and libapt-inst | |
42 | This package contains the header files and libraries for | |
43 | developing with APT's libapt-pkg Debian package manipulation | |
44 | library and the libapt-inst deb/tar/ar library. | |
45 | ||
46 | Package: libapt-pkg-doc | |
47 | Architecture: all | |
48 | Priority: optional | |
49 | Section: doc | |
50 | Description: Documentation for APT development | |
51 | This package contains documentation for development of the APT | |
52 | Debian package manipulation program and its libraries. | |
53 | ||
54 | Package: apt-utils | |
55 | Architecture: any | |
56 | Depends: ${shlibs:Depends} | |
57 | Priority: important | |
58 | Provides: ${libapt-inst:provides} | |
59 | Replaces: apt (<< 0.5.9) | |
60 | Section: admin | |
61 | Description: APT utility programs | |
62 | This package contains some APT utility programs such as apt-ftparchive, | |
63 | apt-sortpkgs and apt-extracttemplates. | |
64 | . | |
65 | apt-extracttemplates is used by debconf to prompt for configuration | |
66 | questions before installation. apt-ftparchive is used to create Package | |
67 | and other index files. apt-sortpkgs is a Package/Source file normalizer. | |
68 | ||
69 | Package: apt-transport-https | |
70 | Architecture: any | |
71 | Depends: ${shlibs:Depends} | |
72 | Priority: optional | |
73 | Section: admin | |
74 | Description: APT https transport | |
75 | This package contains a APT https transport. It makes it possible to | |
76 | use 'deb https://foo distro main' lines in the sources.list. |