control 738 B

123456789101112131415161718192021222324
  1. Source: dpkg
  2. Section: base
  3. Priority: required
  4. Maintainer: Ian Jackson <ian@chiark.chu.cam.ac.uk>
  5. Standards-Version: 0.2.1.1
  6. Package: dpkg
  7. Architecture: any
  8. Essential: yes
  9. Pre-Depends: ${shlibs:Pre-Depends}
  10. Suggests: cpio (>= 2.4.2-2), patch
  11. Conflicts: dpkgname
  12. Replaces: dpkgname
  13. Description: Package maintenance system for Debian Linux
  14. This package contains the programs which handle the installation and
  15. removal of packages on your system.
  16. .
  17. The primary interface for the dpkg suite is the `dselect' program;
  18. a more low-level and less user-friendly interface is available in
  19. the form of the `dpkg' command.
  20. .
  21. In order to manipulate source packages using `dpkg-source' you will
  22. need to install the `cpio' and `patch' packages.