]>
Commit | Line | Data |
---|---|---|
2d18d44e AL |
1 | Source: apt |
2 | Section: admin | |
0b3b0d25 | 3 | Priority: important |
2d18d44e | 4 | Maintainer: APT Development Team <deity@lists.debian.org> |
47c2220b | 5 | Uploaders: Michael Vogt <mvo@debian.org>, Otavio Salvador <otavio@debian.org>, |
5844279e | 6 | Christian Perrier <bubulle@debian.org>, Daniel Burrows <dburrows@debian.org>, |
48778d11 | 7 | Luca Bruno <lethalman88@gmail.com>, Julian Andres Klode <jak@debian.org> |
4a0cfd15 | 8 | Standards-Version: 3.8.4 |
a3a03f5d | 9 | Build-Depends: debhelper (>= 5.0), libdb-dev, gettext (>= 0.12), libcurl4-gnutls-dev | libcurl3-gnutls-dev (>= 7.15.5), zlib1g-dev | libz-dev, debiandoc-sgml, xsltproc, docbook-xsl, po4a (>= 0.34-2), autotools-dev |
00ea69fc | 10 | Vcs-Bzr: http://bzr.debian.org/apt/debian-sid/ |
2d18d44e AL |
11 | |
12 | Package: apt | |
13 | Architecture: any | |
20f463e8 | 14 | Depends: ${shlibs:Depends}, debian-archive-keyring, ${misc:Depends} |
9f240996 | 15 | Replaces: libapt-pkg-doc (<< 0.3.7), libapt-pkg-dev (<< 0.3.7), manpages-pl (<< 20060617-3~) |
a5b7cd82 | 16 | Provides: ${libapt-pkg:provides} |
946b0e06 | 17 | Conflicts: python-apt (<< 0.7.93.2~) |
388b9071 | 18 | Suggests: aptitude | synaptic | wajig, dpkg-dev, apt-doc, bzip2, lzma, python-apt |
2d18d44e AL |
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 | |
16c76dd2 AL |
25 | and several other unique features, see the Users Guide in apt-doc. |
26 | ||
27 | Package: apt-doc | |
28 | Architecture: all | |
29 | Priority: optional | |
20f463e8 | 30 | Depends: ${misc:Depends} |
16c76dd2 AL |
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. | |
2d18d44e AL |
36 | |
37 | Package: libapt-pkg-dev | |
38 | Architecture: any | |
78e96574 | 39 | Priority: optional |
20f463e8 | 40 | Depends: apt (= ${binary:Version}), apt-utils (= ${binary:Version}), ${libapt-pkg:provides}, ${libapt-inst:provides}, ${misc:Depends} |
793c077e | 41 | Section: libdevel |
2d425135 AL |
42 | Description: Development files for APT's libapt-pkg and libapt-inst |
43 | This package contains the header files and libraries for | |
2d18d44e | 44 | developing with APT's libapt-pkg Debian package manipulation |
2d425135 | 45 | library and the libapt-inst deb/tar/ar library. |
2d18d44e AL |
46 | |
47 | Package: libapt-pkg-doc | |
48 | Architecture: all | |
78e96574 | 49 | Priority: optional |
20f463e8 | 50 | Depends: ${misc:Depends} |
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. | |
2348c40f MV |
55 | . |
56 | This includes the source code documentation generated by doxygen | |
57 | in html format. | |
b2e465d6 AL |
58 | |
59 | Package: apt-utils | |
60 | Architecture: any | |
20f463e8 | 61 | Depends: ${shlibs:Depends}, ${misc:Depends} |
a5b7cd82 | 62 | Provides: ${libapt-inst:provides} |
f084da09 | 63 | Replaces: apt (<< 0.5.9) |
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 | |
20f463e8 | 74 | Depends: ${shlibs:Depends}, ${misc:Depends} |
d546f98d | 75 | Priority: optional |
d546f98d MV |
76 | Description: APT https transport |
77 | This package contains a APT https transport. It makes it possible to | |
78 | use 'deb https://foo distro main' lines in the sources.list. |