control 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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, cpio (>= 2.4.2-2), patch (>= 2.2-1), make
  26. Recommends: c-compiler
  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'.
  39. Package: dpkg-doc
  40. Section: doc
  41. Priority: extra
  42. Architecture: all
  43. Description: Dpkg Internals Documentation
  44. This document describes the internal operations of the dpkg program. It
  45. covers building aswell as the internals functions. If you are interested
  46. in creating your own packages, then you may be more interested in the
  47. packaging-manual documentation package.