control 1.9 KB

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