control 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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, sgmltools-lite, libncurses-dev, gettext (>= 0.10.36), zlib1g-dev
  9. Package: dpkg
  10. Architecture: any
  11. Essential: yes
  12. Pre-Depends: dselect, ${shlibs:Pre-Depends}
  13. Conflicts: sysvinit (<< 2.80)
  14. Replaces: dpkg-doc-ja, dpkg-static
  15. Conflicts: dpkg-static
  16. Description: Package maintenance system for Debian
  17. This package contains the programs which handle the installation and
  18. removal of packages on your system.
  19. .
  20. The primary interface for the dpkg suite is the `dselect' program;
  21. a more low-level and less user-friendly interface is available in
  22. the form of the `dpkg' command.
  23. .
  24. In order to unpack and build Debian source packages you will need to
  25. install the developers' package `dpkg-dev' as well as this one.
  26. Package: dpkg-static
  27. Architecture: any
  28. Priority: optional
  29. Pre-Depends: ${shlibs:Pre-Depends}
  30. Depends: sysvinit (>= 2.80)
  31. Replaces: dpkg-doc-ja, dpkg
  32. Conflicts: dpkg
  33. Provides: dpkg
  34. Description: Package maintenance system for Debian
  35. This package contains the programs which handle the installation and
  36. removal of packages on your system.
  37. .
  38. The primary interface for the dpkg suite is the `dselect' program;
  39. a more low-level and less user-friendly interface is available in
  40. the form of the `dpkg' command.
  41. .
  42. In order to unpack and build Debian source packages you will need to
  43. install the developers' package `dpkg-dev' as well as this one.
  44. Package: dpkg-dev
  45. Section: utils
  46. Priority: standard
  47. Architecture: all
  48. Depends: perl5, perl-modules, cpio (>= 2.4.2-2), patch (>= 2.2-1), make, binutils
  49. Recommends: c-compiler
  50. Suggests: gnupg, debian-keyring
  51. Conflicts: dpkgname
  52. Replaces: dpkgname, dpkg (<< 1.4.1.8), dpkg-doc-ja
  53. Description: Package building tools for Debian
  54. This package contains the tools (including dpkg-source) required to
  55. unpack, build and upload Debian source packages.
  56. .
  57. Most Debian source packages will require additional tools to build -
  58. for example, most packages need the `make' and the C compiler `gcc'.
  59. Package: dpkg-doc
  60. Section: doc
  61. Priority: optional
  62. Architecture: all
  63. Replaces: dpkg-dev (<<1.4.1.19)
  64. Description: Dpkg Internals Documentation
  65. This document describes the internal operations of the dpkg program. It
  66. covers building aswell as the internals functions. If you are interested
  67. in creating your own packages, then you may be more interested in the
  68. packaging-manual documentation package.
  69. Package: dselect
  70. Architecture: any
  71. Depends: ${shlibs:Depends}
  72. Replaces: dpkg (<< 1.10)
  73. Description: a user tool to manage Debian packages
  74. dselect is the primary user interface for installing, removing and
  75. managing Debian packages. It is a front-end to dpkg.