]>
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>, |
20b6c6f1 | 7 | Julian Andres Klode <jak@debian.org> |
9b10be57 | 8 | Standards-Version: 3.9.2 |
2cf8c58b | 9 | Build-Depends: dpkg-dev (>= 1.15.8), debhelper (>= 7.2.3~), libdb-dev, gettext (>= 0.12), libcurl4-gnutls-dev (>= 7.19.0), zlib1g-dev | libz-dev, debiandoc-sgml, xsltproc, docbook-xsl, docbook-xml, po4a (>= 0.34-2), autotools-dev, autoconf, automake, doxygen |
7f912c32 | 10 | Build-Conflicts: autoconf2.13, automake1.4 |
00ea69fc | 11 | Vcs-Bzr: http://bzr.debian.org/apt/debian-sid/ |
f6cc9c19 | 12 | Vcs-Browser: http://bzr.debian.org/loggerhead/apt/debian-sid/ |
2d18d44e AL |
13 | |
14 | Package: apt | |
15 | Architecture: any | |
d2f828a9 | 16 | Depends: ${shlibs:Depends}, ${misc:Depends}, debian-archive-keyring, gnupg |
e234fa49 | 17 | Replaces: manpages-pl (<< 20060617-3~) |
946b0e06 | 18 | Conflicts: python-apt (<< 0.7.93.2~) |
388b9071 | 19 | Suggests: aptitude | synaptic | wajig, dpkg-dev, apt-doc, bzip2, lzma, python-apt |
33ee638a MV |
20 | Description: Debian's advanced package tool |
21 | APT provides mechanisms for package management tasks like searching, | |
22 | querying and managing deb packages from one or more package | |
23 | repoistories. | |
2d18d44e | 24 | . |
33ee638a MV |
25 | It supports: |
26 | * searching for package information; | |
27 | * resolving package install requests, finding the appropriate | |
28 | version in the archives; | |
29 | * fetching packages along with all their required dependencies; | |
30 | * authenticating the sources and validating the retrieved data; | |
31 | * installing and removing packages on a working system. | |
32 | . | |
33 | It also provides various terminal-based tools on its own: | |
34 | * apt-get for managing packages and retrieval of information | |
35 | * apt-cache for querying available information | |
36 | * apt-cdrom to use removable media as a source for packages | |
37 | * apt-config as an interface to the configuration settings | |
38 | * apt-key as an interface to manage authentication keys | |
39 | . | |
40 | APT is also highly configurable and can be extended to support | |
41 | additional protocols. | |
16c76dd2 | 42 | |
782486e8 MV |
43 | Package: libapt-pkg4.10 |
44 | Architecture: any | |
08c9b191 | 45 | Depends: ${shlibs:Depends}, ${misc:Depends} |
782486e8 | 46 | Replaces: apt (<< 0.8.15) |
a0088ddd | 47 | Breaks: apt (<< 0.8.15~exp3) |
33ee638a MV |
48 | Description: Package search and manipulation library for apt |
49 | This package contains the libapt_pkg library that is used by apt. | |
50 | I exposes functionality for use by higher-level interfaces like | |
51 | aptitude, synaptic, python-apt and others. | |
782486e8 MV |
52 | |
53 | Package: libapt-inst1.2 | |
54 | Architecture: any | |
08c9b191 | 55 | Depends: ${shlibs:Depends}, ${misc:Depends} |
92ea2552 | 56 | Replaces: apt-utils (<< 0.8.15), apt (<< 0.8.15) |
a0088ddd | 57 | Breaks: apt (<< 0.8.15~exp3), apt-utils (<< 0.8.15~exp3) |
33ee638a MV |
58 | Description: Deb package format query and manipulation library for apt |
59 | This package contains the libapt_inst library used by apt-utils to | |
60 | query deb packages for information. Its used by apt-ftparchive, | |
61 | python-apt and others. | |
782486e8 | 62 | |
16c76dd2 AL |
63 | Package: apt-doc |
64 | Architecture: all | |
65 | Priority: optional | |
20f463e8 | 66 | Depends: ${misc:Depends} |
16c76dd2 AL |
67 | Section: doc |
68 | Description: Documentation for APT | |
33ee638a MV |
69 | This package contains the user guide and offline guide, for the |
70 | advanced package tool APT. Both a html and a text version are | |
71 | included. | |
2d18d44e AL |
72 | |
73 | Package: libapt-pkg-dev | |
74 | Architecture: any | |
78e96574 | 75 | Priority: optional |
2cc4999b | 76 | Depends: ${libapt-pkg-name} (= ${binary:Version}), ${libapt-inst-name} (= ${binary:Version}), ${misc:Depends}, zlib1g-dev | zlib-dev |
793c077e | 77 | Section: libdevel |
2d425135 AL |
78 | Description: Development files for APT's libapt-pkg and libapt-inst |
79 | This package contains the header files and libraries for | |
2d18d44e | 80 | developing with APT's libapt-pkg Debian package manipulation |
2d425135 | 81 | library and the libapt-inst deb/tar/ar library. |
2d18d44e AL |
82 | |
83 | Package: libapt-pkg-doc | |
84 | Architecture: all | |
78e96574 | 85 | Priority: optional |
20f463e8 | 86 | Depends: ${misc:Depends} |
416bf691 | 87 | Section: doc |
2d18d44e AL |
88 | Description: Documentation for APT development |
89 | This package contains documentation for development of the APT | |
90 | Debian package manipulation program and its libraries. | |
2348c40f MV |
91 | . |
92 | This includes the source code documentation generated by doxygen | |
93 | in html format. | |
b2e465d6 AL |
94 | |
95 | Package: apt-utils | |
96 | Architecture: any | |
20f463e8 | 97 | Depends: ${shlibs:Depends}, ${misc:Depends} |
b2e465d6 | 98 | Description: APT utility programs |
d2a9f69d AL |
99 | This package contains some APT utility programs such as apt-ftparchive, |
100 | apt-sortpkgs and apt-extracttemplates. | |
9b2e67eb AL |
101 | . |
102 | apt-extracttemplates is used by debconf to prompt for configuration | |
103 | questions before installation. apt-ftparchive is used to create Package | |
104 | and other index files. apt-sortpkgs is a Package/Source file normalizer. | |
d546f98d MV |
105 | |
106 | Package: apt-transport-https | |
107 | Architecture: any | |
20f463e8 | 108 | Depends: ${shlibs:Depends}, ${misc:Depends} |
d546f98d | 109 | Priority: optional |
d546f98d MV |
110 | Description: APT https transport |
111 | This package contains a APT https transport. It makes it possible to | |
112 | use 'deb https://foo distro main' lines in the sources.list. |