control 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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, ncurses-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. `cpio' and `patch' are also required to manipulate source packages.
  36. Some older cpios are insufficient - use at least 2.4.2-2.
  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.