control 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. Source: apt
  2. Section: admin
  3. Priority: important
  4. Maintainer: APT Development Team <deity@lists.debian.org>
  5. Uploaders: Jason Gunthorpe <jgg@debian.org>, Adam Heath <doogie@debian.org>, Matt Zimmerman <mdz@debian.org>, Michael Vogt <mvo@debian.org>
  6. Standards-Version: 3.6.1
  7. Build-Depends: debhelper (>= 4.1.62), libdb4.3-dev, gettext (>= 0.12)
  8. Build-Depends-Indep: debiandoc-sgml, docbook-utils (>= 0.6.12-1)
  9. Package: apt
  10. Architecture: any
  11. Depends: ${shlibs:Depends}
  12. Priority: important
  13. Replaces: libapt-pkg-doc (<< 0.3.7), libapt-pkg-dev (<< 0.3.7)
  14. Provides: ${libapt-pkg:provides}
  15. Recommends: debian-archive-keyring
  16. Suggests: aptitude | synaptic | gnome-apt | wajig, dpkg-dev, apt-doc, bzip2, gnupg
  17. Section: admin
  18. Description: Advanced front-end for dpkg
  19. This is Debian's next generation front-end for the dpkg package manager.
  20. It provides the apt-get utility and APT dselect method that provides a
  21. simpler, safer way to install and upgrade packages.
  22. .
  23. APT features complete installation ordering, multiple source capability
  24. and several other unique features, see the Users Guide in apt-doc.
  25. Package: apt-doc
  26. Architecture: all
  27. Priority: optional
  28. Replaces: apt (<< 0.5.4.9)
  29. Section: doc
  30. Description: Documentation for APT
  31. This package contains the user guide and offline guide, for APT, an
  32. Advanced Package Tool.
  33. Package: libapt-pkg-dev
  34. Architecture: any
  35. Priority: optional
  36. Depends: apt (= ${Source-Version}), apt-utils (= ${Source-Version}), ${libapt-pkg:provides}, ${libapt-inst:provides}
  37. Section: libdevel
  38. Description: Development files for APT's libapt-pkg and libapt-inst
  39. This package contains the header files and libraries for
  40. developing with APT's libapt-pkg Debian package manipulation
  41. library and the libapt-inst deb/tar/ar library.
  42. Package: libapt-pkg-doc
  43. Architecture: all
  44. Priority: optional
  45. Section: doc
  46. Description: Documentation for APT development
  47. This package contains documentation for development of the APT
  48. Debian package manipulation program and its libraries.
  49. Package: apt-utils
  50. Architecture: any
  51. Depends: ${shlibs:Depends}
  52. Priority: important
  53. Provides: ${libapt-inst:provides}
  54. Replaces: apt (<< 0.5.9)
  55. Section: admin
  56. Description: APT utility programs
  57. This package contains some APT utility programs such as apt-ftparchive,
  58. apt-sortpkgs and apt-extracttemplates.
  59. .
  60. apt-extracttemplates is used by debconf to prompt for configuration
  61. questions before installation. apt-ftparchive is used to create Package
  62. and other index files. apt-sortpkgs is a Package/Source file normalizer.