]>
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> |
ba1a544b | 5 | Uploaders: Jason Gunthorpe <jgg@debian.org>, Adam Heath <doogie@debian.org>, Matt Zimmerman <mdz@debian.org>, Michael Vogt <mvo@debian.org>, Otavio Salvador <otavio@debian.org> |
7a1445aa | 6 | Standards-Version: 3.7.2.2 |
eca44a5f | 7 | Build-Depends: debhelper (>= 5.0), libdb4.4-dev, gettext (>= 0.12), libcurl4-gnutls-dev | libcurl3-gnutls-dev (>= 7.15.5) |
16c76dd2 | 8 | Build-Depends-Indep: debiandoc-sgml, docbook-utils (>= 0.6.12-1) |
7a1445aa | 9 | XS-Vcs-Bzr: http://bzr.debian.org/apt/debian-sid/ |
2d18d44e AL |
10 | |
11 | Package: apt | |
12 | Architecture: any | |
fa5a2334 | 13 | Depends: ${shlibs:Depends}, debian-archive-keyring |
793c077e | 14 | Priority: important |
b2e465d6 | 15 | Replaces: libapt-pkg-doc (<< 0.3.7), libapt-pkg-dev (<< 0.3.7) |
a5b7cd82 | 16 | Provides: ${libapt-pkg:provides} |
96c1153a | 17 | Suggests: aptitude | synaptic | gnome-apt | wajig, dpkg-dev, apt-doc, bzip2, lzma |
468155b7 | 18 | Section: admin |
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 | |
30 | Replaces: apt (<< 0.5.4.9) | |
31 | Section: doc | |
32 | Description: Documentation for APT | |
33 | This package contains the user guide and offline guide, for APT, an | |
34 | Advanced Package Tool. | |
2d18d44e AL |
35 | |
36 | Package: libapt-pkg-dev | |
37 | Architecture: any | |
78e96574 | 38 | Priority: optional |
b3d44315 | 39 | Depends: apt (= ${Source-Version}), apt-utils (= ${Source-Version}), ${libapt-pkg:provides}, ${libapt-inst:provides} |
793c077e | 40 | Section: libdevel |
2d425135 AL |
41 | Description: Development files for APT's libapt-pkg and libapt-inst |
42 | This package contains the header files and libraries for | |
2d18d44e | 43 | developing with APT's libapt-pkg Debian package manipulation |
2d425135 | 44 | library and the libapt-inst deb/tar/ar library. |
2d18d44e AL |
45 | |
46 | Package: libapt-pkg-doc | |
47 | Architecture: all | |
78e96574 | 48 | Priority: optional |
416bf691 | 49 | Section: doc |
2d18d44e AL |
50 | Description: Documentation for APT development |
51 | This package contains documentation for development of the APT | |
52 | Debian package manipulation program and its libraries. | |
b2e465d6 AL |
53 | |
54 | Package: apt-utils | |
55 | Architecture: any | |
4c84979c | 56 | Depends: ${shlibs:Depends} |
339690e4 | 57 | Priority: important |
a5b7cd82 | 58 | Provides: ${libapt-inst:provides} |
f084da09 | 59 | Replaces: apt (<< 0.5.9) |
416bf691 | 60 | Section: admin |
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 | |
73 | Section: admin | |
74 | Description: APT https transport | |
75 | This package contains a APT https transport. It makes it possible to | |
76 | use 'deb https://foo distro main' lines in the sources.list. |