]> git.saurik.com Git - apt.git/blob - debian/control
* debian/control:
[apt.git] / debian / control
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 Depends: ${shlibs:Depends}, ${misc:Depends}, debian-archive-keyring, gnupg
17 Replaces: manpages-pl (<< 20060617-3~)
18 Conflicts: python-apt (<< 0.7.93.2~)
19 Suggests: aptitude | synaptic | wajig, dpkg-dev, apt-doc, bzip2, lzma, python-apt
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.
24 .
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.
42
43 Package: libapt-pkg4.10
44 Architecture: any
45 Depends: ${shlibs:Depends}, ${misc:Depends}
46 Replaces: apt (<< 0.8.15)
47 Breaks: apt (<< 0.8.15~exp3)
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.
52
53 Package: libapt-inst1.2
54 Architecture: any
55 Depends: ${shlibs:Depends}, ${misc:Depends}
56 Replaces: apt-utils (<< 0.8.15), apt (<< 0.8.15)
57 Breaks: apt (<< 0.8.15~exp3), apt-utils (<< 0.8.15~exp3)
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.
62
63 Package: apt-doc
64 Architecture: all
65 Priority: optional
66 Depends: ${misc:Depends}
67 Section: doc
68 Description: Documentation for APT
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.
72
73 Package: libapt-pkg-dev
74 Architecture: any
75 Priority: optional
76 Depends: ${libapt-pkg-name} (= ${binary:Version}), ${libapt-inst-name} (= ${binary:Version}), ${misc:Depends}, zlib1g-dev | zlib-dev
77 Section: libdevel
78 Description: Development files for APT's libapt-pkg and libapt-inst
79 This package contains the header files and libraries for
80 developing with APT's libapt-pkg Debian package manipulation
81 library and the libapt-inst deb/tar/ar library.
82
83 Package: libapt-pkg-doc
84 Architecture: all
85 Priority: optional
86 Depends: ${misc:Depends}
87 Section: doc
88 Description: Documentation for APT development
89 This package contains documentation for development of the APT
90 Debian package manipulation program and its libraries.
91 .
92 This includes the source code documentation generated by doxygen
93 in html format.
94
95 Package: apt-utils
96 Architecture: any
97 Depends: ${shlibs:Depends}, ${misc:Depends}
98 Description: APT utility programs
99 This package contains some APT utility programs such as apt-ftparchive,
100 apt-sortpkgs and apt-extracttemplates.
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.
105
106 Package: apt-transport-https
107 Architecture: any
108 Depends: ${shlibs:Depends}, ${misc:Depends}
109 Priority: optional
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.