]>
Commit | Line | Data |
---|---|---|
2d18d44e AL |
1 | Source: apt |
2 | Section: admin | |
0b3b0d25 | 3 | Priority: important |
702c84fb | 4 | Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
07cf8a2f | 5 | XSBC-Original-Maintainer: APT Development Team <deity@lists.debian.org> |
47c2220b | 6 | Uploaders: Michael Vogt <mvo@debian.org>, Otavio Salvador <otavio@debian.org>, |
5844279e EL |
7 | Christian Perrier <bubulle@debian.org>, Daniel Burrows <dburrows@debian.org>, |
8 | Luca Bruno <lethalman88@gmail.com>, Eugene V. Lyubimkin <jackyf.devel@gmail.com> | |
575f1202 | 9 | Standards-Version: 3.8.0 |
73e0ee1e | 10 | 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, intltool |
a2ec4d22 | 11 | Vcs-Bzr: http://code.launchpad.net/~ubuntu-core-dev/apt/ubuntu |
2d18d44e AL |
12 | |
13 | Package: apt | |
14 | Architecture: any | |
15 | Depends: ${shlibs:Depends} | |
793c077e | 16 | Priority: important |
b2e465d6 | 17 | Replaces: libapt-pkg-doc (<< 0.3.7), libapt-pkg-dev (<< 0.3.7) |
a5b7cd82 | 18 | Provides: ${libapt-pkg:provides} |
a3972f18 | 19 | Recommends: ubuntu-keyring |
7b4159cf | 20 | Suggests: aptitude | synaptic | gnome-apt | wajig, dpkg-dev, apt-doc, bzip2, lzma, python-apt |
468155b7 | 21 | Section: admin |
2d18d44e AL |
22 | Description: Advanced front-end for dpkg |
23 | This is Debian's next generation front-end for the dpkg package manager. | |
24 | It provides the apt-get utility and APT dselect method that provides a | |
25 | simpler, safer way to install and upgrade packages. | |
26 | . | |
27 | APT features complete installation ordering, multiple source capability | |
16c76dd2 AL |
28 | and several other unique features, see the Users Guide in apt-doc. |
29 | ||
30 | Package: apt-doc | |
31 | Architecture: all | |
32 | Priority: optional | |
33 | Replaces: apt (<< 0.5.4.9) | |
34 | Section: doc | |
35 | Description: Documentation for APT | |
36 | This package contains the user guide and offline guide, for APT, an | |
37 | Advanced Package Tool. | |
2d18d44e AL |
38 | |
39 | Package: libapt-pkg-dev | |
40 | Architecture: any | |
78e96574 | 41 | Priority: optional |
9b9eb42a | 42 | Depends: apt (= ${binary:Version}), apt-utils (= ${binary:Version}), ${libapt-pkg:provides}, ${libapt-inst:provides} |
793c077e | 43 | Section: libdevel |
2d425135 AL |
44 | Description: Development files for APT's libapt-pkg and libapt-inst |
45 | This package contains the header files and libraries for | |
2d18d44e | 46 | developing with APT's libapt-pkg Debian package manipulation |
2d425135 | 47 | library and the libapt-inst deb/tar/ar library. |
2d18d44e AL |
48 | |
49 | Package: libapt-pkg-doc | |
50 | Architecture: all | |
78e96574 | 51 | Priority: optional |
416bf691 | 52 | Section: doc |
2d18d44e AL |
53 | Description: Documentation for APT development |
54 | This package contains documentation for development of the APT | |
55 | Debian package manipulation program and its libraries. | |
b2e465d6 AL |
56 | |
57 | Package: apt-utils | |
58 | Architecture: any | |
4c84979c | 59 | Depends: ${shlibs:Depends} |
339690e4 | 60 | Priority: important |
a5b7cd82 | 61 | Provides: ${libapt-inst:provides} |
f084da09 | 62 | Replaces: apt (<< 0.5.9) |
416bf691 | 63 | Section: admin |
b2e465d6 | 64 | Description: APT utility programs |
d2a9f69d AL |
65 | This package contains some APT utility programs such as apt-ftparchive, |
66 | apt-sortpkgs and apt-extracttemplates. | |
9b2e67eb AL |
67 | . |
68 | apt-extracttemplates is used by debconf to prompt for configuration | |
69 | questions before installation. apt-ftparchive is used to create Package | |
70 | and other index files. apt-sortpkgs is a Package/Source file normalizer. | |
d546f98d MV |
71 | |
72 | Package: apt-transport-https | |
73 | Architecture: any | |
74 | Depends: ${shlibs:Depends} | |
75 | Priority: optional | |
76 | Section: admin | |
77 | Description: APT https transport | |
78 | This package contains a APT https transport. It makes it possible to | |
79 | use 'deb https://foo distro main' lines in the sources.list. |