]>
Commit | Line | Data |
---|---|---|
1 | Source: apt | |
2 | Section: admin | |
3 | Priority: important | |
4 | Maintainer: APT Development Team <deity@lists.debian.org> | |
5 | Uploaders: Michael Vogt <mvo@debian.org>, Otavio Salvador <otavio@debian.org>, | |
6 | Christian Perrier <bubulle@debian.org>, Daniel Burrows <dburrows@debian.org>, | |
7 | Julian Andres Klode <jak@debian.org> | |
8 | Standards-Version: 3.9.2 | |
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 | |
10 | Build-Conflicts: autoconf2.13, automake1.4 | |
11 | Vcs-Bzr: http://bzr.debian.org/apt/debian-sid/ | |
12 | Vcs-Browser: http://bzr.debian.org/loggerhead/apt/debian-sid/ | |
13 | ||
14 | Package: apt | |
15 | Architecture: any | |
16 | Pre-Depends: ${shlibs:Depends} | |
17 | Depends: debian-archive-keyring, ${misc:Depends}, gnupg | |
18 | Replaces: manpages-pl (<< 20060617-3~) | |
19 | Provides: ${libapt-pkg:provides} | |
20 | Conflicts: python-apt (<< 0.7.93.2~) | |
21 | Suggests: aptitude | synaptic | wajig, dpkg-dev, apt-doc, bzip2, lzma, python-apt | |
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 | |
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 | Depends: ${misc:Depends} | |
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. | |
38 | ||
39 | Package: libapt-pkg-dev | |
40 | Architecture: any | |
41 | Priority: optional | |
42 | Depends: apt (= ${binary:Version}), apt-utils (= ${binary:Version}), ${libapt-pkg:provides}, ${libapt-inst:provides}, ${misc:Depends}, zlib1g-dev | zlib-dev | |
43 | Section: libdevel | |
44 | Description: Development files for APT's libapt-pkg and libapt-inst | |
45 | This package contains the header files and libraries for | |
46 | developing with APT's libapt-pkg Debian package manipulation | |
47 | library and the libapt-inst deb/tar/ar library. | |
48 | ||
49 | Package: libapt-pkg-doc | |
50 | Architecture: all | |
51 | Priority: optional | |
52 | Depends: ${misc:Depends} | |
53 | Section: doc | |
54 | Description: Documentation for APT development | |
55 | This package contains documentation for development of the APT | |
56 | Debian package manipulation program and its libraries. | |
57 | . | |
58 | This includes the source code documentation generated by doxygen | |
59 | in html format. | |
60 | ||
61 | Package: apt-utils | |
62 | Architecture: any | |
63 | Depends: ${shlibs:Depends}, ${misc:Depends} | |
64 | Provides: ${libapt-inst:provides} | |
65 | Description: APT utility programs | |
66 | This package contains some APT utility programs such as apt-ftparchive, | |
67 | apt-sortpkgs and apt-extracttemplates. | |
68 | . | |
69 | apt-extracttemplates is used by debconf to prompt for configuration | |
70 | questions before installation. apt-ftparchive is used to create Package | |
71 | and other index files. apt-sortpkgs is a Package/Source file normalizer. | |
72 | ||
73 | Package: apt-transport-https | |
74 | Architecture: any | |
75 | Depends: ${shlibs:Depends}, ${misc:Depends} | |
76 | Priority: optional | |
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. |