control 1.7 KB

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