]>
Commit | Line | Data |
---|---|---|
1 | Source: apt | |
2 | Section: admin | |
3 | Priority: important | |
4 | Maintainer: APT Development Team <deity@lists.debian.org> | |
5 | Uploaders: Michael Vogt <mvo@debian.org>, Otavio Salvador <otavio@debian.org>, | |
6 | Christian Perrier <bubulle@debian.org>, Daniel Burrows <dburrows@debian.org>, | |
7 | Luca Bruno <lethalman88@gmail.com>, Julian Andres Klode <jak@debian.org> | |
8 | Standards-Version: 3.8.4 | |
9 | Build-Depends: debhelper (>= 5.0), libdb-dev, gettext (>= 0.12), libcurl4-gnutls-dev | libcurl3-gnutls-dev (>= 7.15.5), debiandoc-sgml, xsltproc, docbook-xsl, po4a (>= 0.34-2), autotools-dev | |
10 | Vcs-Bzr: http://bzr.debian.org/apt/debian-sid/ | |
11 | ||
12 | Package: apt | |
13 | Architecture: any | |
14 | Depends: ${shlibs:Depends}, debian-archive-keyring, ${misc:Depends} | |
15 | Provides: ${libapt-pkg:provides} | |
16 | Suggests: aptitude | synaptic | wajig, dpkg-dev, apt-doc, bzip2, lzma, python-apt | |
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 | |
23 | and several other unique features, see the Users Guide in apt-doc. | |
24 | ||
25 | Package: apt-doc | |
26 | Architecture: all | |
27 | Priority: optional | |
28 | Depends: ${misc:Depends} | |
29 | Section: doc | |
30 | Description: Documentation for APT | |
31 | This package contains the user guide and offline guide, for APT, an | |
32 | Advanced Package Tool. | |
33 | ||
34 | Package: libapt-pkg-dev | |
35 | Architecture: any | |
36 | Priority: optional | |
37 | Depends: apt (= ${binary:Version}), apt-utils (= ${binary:Version}), ${libapt-pkg:provides}, ${libapt-inst:provides}, ${misc:Depends} | |
38 | Section: libdevel | |
39 | Description: Development files for APT's libapt-pkg and libapt-inst | |
40 | This package contains the header files and libraries for | |
41 | developing with APT's libapt-pkg Debian package manipulation | |
42 | library and the libapt-inst deb/tar/ar library. | |
43 | ||
44 | Package: libapt-pkg-doc | |
45 | Architecture: all | |
46 | Priority: optional | |
47 | Depends: ${misc:Depends} | |
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}, ${misc:Depends} | |
56 | Provides: ${libapt-inst:provides} | |
57 | Description: APT utility programs | |
58 | This package contains some APT utility programs such as apt-ftparchive, | |
59 | apt-sortpkgs and apt-extracttemplates. | |
60 | . | |
61 | apt-extracttemplates is used by debconf to prompt for configuration | |
62 | questions before installation. apt-ftparchive is used to create Package | |
63 | and other index files. apt-sortpkgs is a Package/Source file normalizer. | |
64 | ||
65 | Package: apt-transport-https | |
66 | Architecture: any | |
67 | Depends: ${shlibs:Depends}, ${misc:Depends} | |
68 | Priority: optional | |
69 | Description: APT https transport | |
70 | This package contains a APT https transport. It makes it possible to | |
71 | use 'deb https://foo distro main' lines in the sources.list. |