control 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. Section: base
  15. Description: Advanced front-end for dpkg
  16. This is Debian's next generation front-end for the dpkg package manager.
  17. It provides the apt-get utility and APT dselect method that provides a
  18. simpler, safer way to install and upgrade packages.
  19. .
  20. APT features complete installation ordering, multiple source capability
  21. and several other unique features, see the Users Guide in
  22. /usr/share/doc/apt/guide.text.gz
  23. Package: libapt-pkg-dev
  24. Architecture: any
  25. Priority: optional
  26. Depends: ${libapt-pkg:provides}
  27. Section: devel
  28. Description: Development files for APT's libapt-pkg
  29. This package contains the header files and static libraries for
  30. developing with APT's libapt-pkg Debian package manipulation
  31. library.
  32. Package: libapt-pkg-doc
  33. Architecture: all
  34. Priority: optional
  35. Section: doc
  36. Description: Documentation for APT development
  37. This package contains documentation for development of the APT
  38. Debian package manipulation program and its libraries.
  39. Package: apt-utils
  40. Architecture: any
  41. Depends: ${shlibs:Depends}
  42. Priority: optional
  43. Provides: ${libapt-inst:provides}
  44. Section: admin
  45. Description: APT utility programs
  46. This package contains some infrequently used APT utility programs such
  47. as apt-ftparchive and apt-sortpkgs.