control 1.2 KB

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