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