control 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. Source: dpkg
  2. Section: base
  3. Priority: required
  4. Maintainer: Wichert Akkerman <wakkerma@debian.org>
  5. Origin: debian
  6. Bugs: debbugs://bugs.debian.org
  7. Standards-Version: 3.1.0
  8. Build-Depends: debiandoc-sgml, libncurses-dev, gettext, zlib1g-dev
  9. Package: dpkg
  10. Architecture: any
  11. Essential: yes
  12. Pre-Depends: ${shlibs:Pre-Depends}
  13. Replaces: dpkg-doc-ja
  14. Description: Package maintenance system for Debian
  15. This package contains the programs which handle the installation and
  16. removal of packages on your system.
  17. .
  18. The primary interface for the dpkg suite is the `dselect' program;
  19. a more low-level and less user-friendly interface is available in
  20. the form of the `dpkg' command.
  21. .
  22. In order to unpack and build Debian source packages you will need to
  23. install the developers' package `dpkg-dev' as well as this one.
  24. Package: dpkg-dev
  25. Section: devel
  26. Priority: important
  27. Architecture: all
  28. Depends: perl5, cpio (>= 2.4.2-2), patch (>= 2.2-1), make, binutils
  29. Recommends: c-compiler
  30. Suggests: gnupg, debian-keyring
  31. Conflicts: dpkgname
  32. Replaces: dpkgname, dpkg (<< 1.4.1.8), dpkg-doc-ja
  33. Description: Package building tools for Debian
  34. This package contains the tools (including dpkg-source) required to
  35. unpack, build and upload Debian source packages.
  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. Replaces: dpkg-dev (<<1.4.1.19)
  44. Description: Dpkg Internals Documentation
  45. This document describes the internal operations of the dpkg program. It
  46. covers building aswell as the internals functions. If you are interested
  47. in creating your own packages, then you may be more interested in the
  48. packaging-manual documentation package.