control 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. Source: dpkg
  2. Section: base
  3. Priority: required
  4. Maintainer: Ian Jackson and others <dpkg-maint@chiark.greenend.org.uk>
  5. Standards-Version: 2.1.0.0
  6. Package: dpkg
  7. Architecture: any
  8. Essential: yes
  9. Pre-Depends: ${shlibs:Pre-Depends}
  10. Replaces: dpkg-doc-ja
  11. Description: Package maintenance system for Debian
  12. This package contains the programs which handle the installation and
  13. removal of packages on your system.
  14. .
  15. The primary interface for the dpkg suite is the `dselect' program;
  16. a more low-level and less user-friendly interface is available in
  17. the form of the `dpkg' command.
  18. .
  19. In order to unpack and build Debian source packages you will need to
  20. install the developers' package `dpkg-dev' as well as this one.
  21. Package: dpkg-dev
  22. Section: devel
  23. Priority: important
  24. Architecture: all
  25. Depends: perl5
  26. Recommends: cpio (>= 2.4.2-2), patch (>= 2.2-1), gcc, make
  27. Suggests: gnupg, debian-keyring
  28. Conflicts: dpkgname
  29. Replaces: dpkgname, dpkg (<< 1.4.0), dpkg-doc-ja
  30. Description: Package building tools for Debian
  31. This package contains the tools (including dpkg-source) required to
  32. unpack, build and upload Debian source packages.
  33. .
  34. `cpio' and `patch' are also required to manipulate source packages.
  35. Some older cpios are insufficient - use at least 2.4.2-2.
  36. .
  37. Most Debian source packages will require additional tools to build -
  38. for example, most packages need the `make' and the C compiler `gcc'.