control 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. Depends: sysvinit (>= 2.72)
  14. Replaces: dpkg-doc-ja
  15. Description: Package maintenance system for Debian
  16. This package contains the programs which handle the installation and
  17. removal of packages on your system.
  18. .
  19. The primary interface for the dpkg suite is the `dselect' program;
  20. a more low-level and less user-friendly interface is available in
  21. the form of the `dpkg' command.
  22. .
  23. In order to unpack and build Debian source packages you will need to
  24. install the developers' package `dpkg-dev' as well as this one.
  25. Package: dpkg-dev
  26. Section: devel
  27. Priority: important
  28. Architecture: all
  29. Depends: perl5, cpio (>= 2.4.2-2), patch (>= 2.2-1), make, binutils
  30. Recommends: c-compiler
  31. Suggests: gnupg, debian-keyring
  32. Conflicts: dpkgname
  33. Replaces: dpkgname, dpkg (<< 1.4.1.8), dpkg-doc-ja
  34. Description: Package building tools for Debian
  35. This package contains the tools (including dpkg-source) required to
  36. unpack, build and upload Debian source packages.
  37. .
  38. Most Debian source packages will require additional tools to build -
  39. for example, most packages need the `make' and the C compiler `gcc'.
  40. Package: dpkg-doc
  41. Section: doc
  42. Priority: extra
  43. Architecture: all
  44. Replaces: dpkg-dev (<<1.4.1.19)
  45. Description: Dpkg Internals Documentation
  46. This document describes the internal operations of the dpkg program. It
  47. covers building aswell as the internals functions. If you are interested
  48. in creating your own packages, then you may be more interested in the
  49. packaging-manual documentation package.