control 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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>
  6. Standards-Version: 3.5.8.0
  7. Build-Depends: debhelper (>= 2), libdb2-dev, gettext (>= 0.11.5)
  8. Build-Depends-Indep: debiandoc-sgml, docbook-utils (>= 0.6.12-1)
  9. Package: apt
  10. Architecture: any
  11. Depends: ${shlibs:Depends}
  12. Priority: standard
  13. Replaces: libapt-pkg-doc (<< 0.3.7), libapt-pkg-dev (<< 0.3.7)
  14. Provides: ${libapt-pkg:provides}
  15. Suggests: dpkg-dev, apt-doc
  16. Section: base
  17. Description: Advanced front-end for dpkg
  18. This is Debian's next generation front-end for the dpkg package manager.
  19. It provides the apt-get utility and APT dselect method that provides a
  20. simpler, safer way to install and upgrade packages.
  21. .
  22. APT features complete installation ordering, multiple source capability
  23. and several other unique features, see the Users Guide in apt-doc.
  24. Package: apt-doc
  25. Architecture: all
  26. Priority: optional
  27. Replaces: apt (<< 0.5.4.9)
  28. Section: doc
  29. Description: Documentation for APT
  30. This package contains the user guide and offline guide, for APT, an
  31. Advanced Package Tool.
  32. Package: libapt-pkg-dev
  33. Architecture: any
  34. Priority: optional
  35. Depends: apt-utils, ${libapt-pkg:provides}, ${libapt-inst:provides}
  36. Section: devel
  37. Description: Development files for APT's libapt-pkg and libapt-inst
  38. This package contains the header files and libraries for
  39. developing with APT's libapt-pkg Debian package manipulation
  40. library and the libapt-inst deb/tar/ar library.
  41. Package: libapt-pkg-doc
  42. Architecture: all
  43. Priority: optional
  44. Section: doc
  45. Description: Documentation for APT development
  46. This package contains documentation for development of the APT
  47. Debian package manipulation program and its libraries.
  48. Package: apt-utils
  49. Architecture: any
  50. Depends: ${shlibs:Depends}
  51. Priority: optional
  52. Provides: ${libapt-inst:provides}
  53. Section: admin
  54. Description: APT utility programs
  55. This package contains some infrequently used APT utility programs such
  56. as apt-ftparchive, apt-sortpkgs and apt-extracttemplates.
  57. .
  58. apt-extracttemplates is used by debconf to prompt for configuration
  59. questions before installation. apt-ftparchive is used to create Package
  60. and other index files. apt-sortpkgs is a Package/Source file normalizer.