control 583 B

1234567891011121314151617181920
  1. Source: dpkg
  2. Section: base
  3. Priority: required
  4. Maintainer: Ian Jackson <ian@chiark.chu.cam.ac.uk>
  5. Standards-Version: 0.1
  6. Package: dpkg
  7. Architecture: any
  8. Essential: yes
  9. Pre-Depends: libc5${libcver}, ncurses3.0
  10. Conflicts: dpkgname
  11. Replaces: dpkgname
  12. Description: Package maintenance system for Debian Linux
  13. This package contains the programs which handle the installation and
  14. removal of packages on your system.
  15. .
  16. The primary interface for the dpkg suite is the `dselect' program;
  17. a more low-level and less user-friendly interface is available in
  18. the form of the `dpkg' command.