]>
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 | 7 | Christian Perrier <bubulle@debian.org>, Daniel Burrows <dburrows@debian.org>, |
48778d11 | 8 | Luca Bruno <lethalman88@gmail.com>, Julian Andres Klode <jak@debian.org> |
fd033907 | 9 | Standards-Version: 3.8.3 |
b3bc1bd7 MV |
10 | 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, intltool |
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 |
388b9071 | 20 | Suggests: aptitude | synaptic | wajig, dpkg-dev, apt-doc, bzip2, lzma, python-apt |
2d18d44e AL |
21 | Description: Advanced front-end for dpkg |
22 | This is Debian's next generation front-end for the dpkg package manager. | |
23 | It provides the apt-get utility and APT dselect method that provides a | |
24 | simpler, safer way to install and upgrade packages. | |
25 | . | |
26 | APT features complete installation ordering, multiple source capability | |
16c76dd2 AL |
27 | and several other unique features, see the Users Guide in apt-doc. |
28 | ||
29 | Package: apt-doc | |
30 | Architecture: all | |
31 | Priority: optional | |
32 | Replaces: apt (<< 0.5.4.9) | |
33 | Section: doc | |
34 | Description: Documentation for APT | |
35 | This package contains the user guide and offline guide, for APT, an | |
36 | Advanced Package Tool. | |
2d18d44e AL |
37 | |
38 | Package: libapt-pkg-dev | |
39 | Architecture: any | |
78e96574 | 40 | Priority: optional |
9b9eb42a | 41 | Depends: apt (= ${binary:Version}), apt-utils (= ${binary:Version}), ${libapt-pkg:provides}, ${libapt-inst:provides} |
793c077e | 42 | Section: libdevel |
2d425135 AL |
43 | Description: Development files for APT's libapt-pkg and libapt-inst |
44 | This package contains the header files and libraries for | |
2d18d44e | 45 | developing with APT's libapt-pkg Debian package manipulation |
2d425135 | 46 | library and the libapt-inst deb/tar/ar library. |
2d18d44e AL |
47 | |
48 | Package: libapt-pkg-doc | |
49 | Architecture: all | |
78e96574 | 50 | Priority: optional |
416bf691 | 51 | Section: doc |
2d18d44e AL |
52 | Description: Documentation for APT development |
53 | This package contains documentation for development of the APT | |
54 | Debian package manipulation program and its libraries. | |
b2e465d6 AL |
55 | |
56 | Package: apt-utils | |
57 | Architecture: any | |
4c84979c | 58 | Depends: ${shlibs:Depends} |
a5b7cd82 | 59 | Provides: ${libapt-inst:provides} |
f084da09 | 60 | Replaces: apt (<< 0.5.9) |
b2e465d6 | 61 | Description: APT utility programs |
d2a9f69d AL |
62 | This package contains some APT utility programs such as apt-ftparchive, |
63 | apt-sortpkgs and apt-extracttemplates. | |
9b2e67eb AL |
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. | |
d546f98d MV |
68 | |
69 | Package: apt-transport-https | |
70 | Architecture: any | |
71 | Depends: ${shlibs:Depends} | |
72 | Priority: optional | |
d546f98d MV |
73 | Description: APT https transport |
74 | This package contains a APT https transport. It makes it possible to | |
75 | use 'deb https://foo distro main' lines in the sources.list. |