control 1.1 KB

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