control 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. Source: apt
  2. Section: admin
  3. Priority: optional
  4. Maintainer: APT Development Team <deity@lists.debian.org>
  5. Standards-Version: 2.4.1
  6. Package: apt
  7. Architecture: any
  8. Depends: ${shlibs:Depends}
  9. Conflicts: deity
  10. Replaces: deity
  11. Description: Advanced front-end for dpkg
  12. This is Debian's next generation front-end for the dpkg package manager.
  13. It provides the apt-get utility and APT dselect method that provides a
  14. simpler, safer way to install and upgrade packages.
  15. .
  16. APT features complete installation ordering, multiple source capability
  17. and several other unique features, see the Users Guide in
  18. /usr/doc/apt/guide.text.gz
  19. Package: libapt-pkg-dev
  20. Architecture: any
  21. Depends: ${shlibs:Depends}
  22. Description: Development files for APT's libapt-pkg
  23. This package contains the header files and static libraries for
  24. developing with APT's libapt-pkg Debian package manipulation
  25. library.
  26. Package: libapt-pkg-doc
  27. Architecture: all
  28. Description: Documentation for APT development
  29. This package contains documentation for development of the APT
  30. Debian package manipulation program and its libraries.