control 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  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. Package: apt
  14. Architecture: any
  15. Depends: ${shlibs:Depends}, ${misc:Depends}, debian-archive-keyring, gnupg
  16. Replaces: manpages-pl (<< 20060617-3~)
  17. Conflicts: python-apt (<< 0.7.93.2~)
  18. Suggests: aptitude | synaptic | wajig, dpkg-dev, apt-doc, bzip2, lzma, python-apt
  19. Description: Debian's advanced package tool
  20. APT provides mechanisms for package management tasks like searching,
  21. querying and managing deb packages from one or more package
  22. repoistories.
  23. .
  24. It supports:
  25. * searching for package information;
  26. * resolving package install requests, finding the appropriate
  27. version in the archives;
  28. * fetching packages along with all their required dependencies;
  29. * authenticating the sources and validating the retrieved data;
  30. * installing and removing packages on a working system.
  31. .
  32. It also provides various terminal-based tools on its own:
  33. * apt-get for managing packages and retrieval of information
  34. * apt-cache for querying available information
  35. * apt-cdrom to use removable media as a source for packages
  36. * apt-config as an interface to the configuration settings
  37. * apt-key as an interface to manage authentication keys
  38. .
  39. APT is also highly configurable and can be extended to support
  40. additional protocols.
  41. Package: libapt-pkg4.10
  42. Architecture: any
  43. Depends: ${shlibs:Depends}, ${misc:Depends}
  44. Replaces: apt (<< 0.8.15)
  45. Breaks: apt (<< 0.8.15~exp3)
  46. Description: Package search and manipulation library for apt
  47. This package contains the libapt_pkg library that is used by apt.
  48. I exposes functionality for use by higher-level interfaces like
  49. aptitude, synaptic, python-apt and others.
  50. Package: libapt-inst1.2
  51. Architecture: any
  52. Depends: ${shlibs:Depends}, ${misc:Depends}
  53. Replaces: apt-utils (<< 0.8.15), apt (<< 0.8.15)
  54. Breaks: apt (<< 0.8.15~exp3), apt-utils (<< 0.8.15~exp3)
  55. Description: Deb package format query and manipulation library for apt
  56. This package contains the libapt_inst library used by apt-utils to
  57. query deb packages for information. Its used by apt-ftparchive,
  58. python-apt and others.
  59. Package: apt-doc
  60. Architecture: all
  61. Priority: optional
  62. Depends: ${misc:Depends}
  63. Section: doc
  64. Description: Documentation for APT
  65. This package contains the user guide and offline guide, for the
  66. advanced package tool APT. Both a html and a text version are
  67. included.
  68. Package: libapt-pkg-dev
  69. Architecture: any
  70. Priority: optional
  71. Depends: ${libapt-pkg-name} (= ${binary:Version}), ${libapt-inst-name} (= ${binary:Version}), ${misc:Depends}, zlib1g-dev | zlib-dev
  72. Section: libdevel
  73. Description: Development files for APT's libapt-pkg and libapt-inst
  74. This package contains the header files and libraries for
  75. developing with APT's libapt-pkg Debian package manipulation
  76. library and the libapt-inst deb/tar/ar library.
  77. Package: libapt-pkg-doc
  78. Architecture: all
  79. Priority: optional
  80. Depends: ${misc:Depends}
  81. Section: doc
  82. Description: Documentation for APT development
  83. This package contains documentation for development of the APT
  84. Debian package manipulation program and its libraries.
  85. .
  86. This includes the source code documentation generated by doxygen
  87. in html format.
  88. Package: apt-utils
  89. Architecture: any
  90. Depends: ${shlibs:Depends}, ${misc:Depends}
  91. Description: APT utility programs
  92. This package contains some APT utility programs such as apt-ftparchive,
  93. apt-sortpkgs and apt-extracttemplates.
  94. .
  95. apt-extracttemplates is used by debconf to prompt for configuration
  96. questions before installation. apt-ftparchive is used to create Package
  97. and other index files. apt-sortpkgs is a Package/Source file normalizer.
  98. Package: apt-transport-https
  99. Architecture: any
  100. Depends: ${shlibs:Depends}, ${misc:Depends}
  101. Priority: optional
  102. Description: APT https transport
  103. This package contains a APT https transport. It makes it possible to
  104. use 'deb https://foo distro main' lines in the sources.list.