control 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. Source: apt
  2. Section: admin
  3. Priority: standard
  4. Maintainer: APT Development Team <deity@lists.debian.org>
  5. Standards-Version: 3.1.1
  6. Build-Depends: debhelper, debiandoc-sgml, libdb2-dev
  7. Package: apt
  8. Architecture: any
  9. Depends: ${shlibs:Depends}
  10. Priority: standard
  11. Replaces: libapt-pkg-doc (<< 0.3.7), libapt-pkg-dev (<< 0.3.7)
  12. Provides: ${libapt-pkg:provides}
  13. Suggests: dpkg-dev
  14. Description: Advanced front-end for dpkg
  15. This is Debian's next generation front-end for the dpkg package manager.
  16. It provides the apt-get utility and APT dselect method that provides a
  17. simpler, safer way to install and upgrade packages.
  18. .
  19. APT features complete installation ordering, multiple source capability
  20. and several other unique features, see the Users Guide in
  21. /usr/doc/apt/guide.text.gz
  22. Package: libapt-pkg-dev
  23. Architecture: any
  24. Priority: optional
  25. Depends: ${libapt-pkg:provides}
  26. Description: Development files for APT's libapt-pkg
  27. This package contains the header files and static libraries for
  28. developing with APT's libapt-pkg Debian package manipulation
  29. library.
  30. Package: libapt-pkg-doc
  31. Architecture: all
  32. Priority: optional
  33. Description: Documentation for APT development
  34. This package contains documentation for development of the APT
  35. Debian package manipulation program and its libraries.
  36. Package: apt-utils
  37. Architecture: any
  38. Depends: ${shlibs:Depends}
  39. Priority: optional
  40. Provides: ${libapt-inst:provides}
  41. Description: APT utility programs
  42. This package contains some infrequently used APT utility programs such
  43. as apt-ftparchive and apt-sortpkgs.