* debian/control:
[ntk/apt.git] / debian / control
CommitLineData
2d18d44e
AL
1Source: apt
2Section: admin
0b3b0d25 3Priority: important
2d18d44e 4Maintainer: APT Development Team <deity@lists.debian.org>
47c2220b 5Uploaders: 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 8Standards-Version: 3.9.2
2cf8c58b 9Build-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 10Build-Conflicts: autoconf2.13, automake1.4
00ea69fc 11Vcs-Bzr: http://bzr.debian.org/apt/debian-sid/
f6cc9c19 12Vcs-Browser: http://bzr.debian.org/loggerhead/apt/debian-sid/
2d18d44e
AL
13
14Package: apt
15Architecture: any
d2f828a9 16Depends: ${shlibs:Depends}, ${misc:Depends}, debian-archive-keyring, gnupg
e234fa49 17Replaces: manpages-pl (<< 20060617-3~)
946b0e06 18Conflicts: python-apt (<< 0.7.93.2~)
388b9071 19Suggests: aptitude | synaptic | wajig, dpkg-dev, apt-doc, bzip2, lzma, python-apt
33ee638a
MV
20Description: 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
43Package: libapt-pkg4.10
44Architecture: any
08c9b191 45Depends: ${shlibs:Depends}, ${misc:Depends}
782486e8 46Replaces: apt (<< 0.8.15)
a0088ddd 47Breaks: apt (<< 0.8.15~exp3)
33ee638a
MV
48Description: 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
53Package: libapt-inst1.2
54Architecture: any
08c9b191 55Depends: ${shlibs:Depends}, ${misc:Depends}
92ea2552 56Replaces: apt-utils (<< 0.8.15), apt (<< 0.8.15)
a0088ddd 57Breaks: apt (<< 0.8.15~exp3), apt-utils (<< 0.8.15~exp3)
33ee638a
MV
58Description: 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
63Package: apt-doc
64Architecture: all
65Priority: optional
20f463e8 66Depends: ${misc:Depends}
16c76dd2
AL
67Section: doc
68Description: 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
73Package: libapt-pkg-dev
74Architecture: any
78e96574 75Priority: optional
2cc4999b 76Depends: ${libapt-pkg-name} (= ${binary:Version}), ${libapt-inst-name} (= ${binary:Version}), ${misc:Depends}, zlib1g-dev | zlib-dev
793c077e 77Section: libdevel
2d425135
AL
78Description: 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
83Package: libapt-pkg-doc
84Architecture: all
78e96574 85Priority: optional
20f463e8 86Depends: ${misc:Depends}
416bf691 87Section: doc
2d18d44e
AL
88Description: 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
95Package: apt-utils
96Architecture: any
20f463e8 97Depends: ${shlibs:Depends}, ${misc:Depends}
b2e465d6 98Description: 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
106Package: apt-transport-https
107Architecture: any
20f463e8 108Depends: ${shlibs:Depends}, ${misc:Depends}
d546f98d 109Priority: optional
d546f98d
MV
110Description: 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.