control 3.1 KB

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