control 2.9 KB

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