control 3.1 KB

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