control 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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.82-1)
  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: dselect, ${shlibs:Pre-Depends}
  30. Depends: sysvinit (>= 2.82-1)
  31. Replaces: dpkg-doc-ja, dpkg
  32. Conflicts: dpkg
  33. Provides: dpkg
  34. Description: Package maintenance system for Debian (static compile)
  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. .
  45. This version has a dpkg binary that is linked statically.
  46. Package: dpkg-dev
  47. Section: utils
  48. Priority: standard
  49. Architecture: all
  50. Depends: perl5, perl-modules, cpio (>= 2.4.2-2), patch (>= 2.2-1), make, binutils
  51. Recommends: c-compiler
  52. Suggests: gnupg, debian-keyring
  53. Conflicts: dpkgname
  54. Replaces: dpkgname, dpkg (<< 1.4.1.8), dpkg-doc-ja
  55. Description: Package building tools for Debian
  56. This package contains the tools (including dpkg-source) required to
  57. unpack, build and upload Debian source packages.
  58. .
  59. Most Debian source packages will require additional tools to build -
  60. for example, most packages need the `make' and the C compiler `gcc'.
  61. Package: dpkg-doc
  62. Section: doc
  63. Priority: optional
  64. Architecture: all
  65. Replaces: dpkg-dev (<<1.4.1.19)
  66. Description: Dpkg Internals Documentation
  67. This document describes the internal operations of the dpkg program. It
  68. covers building as well as the internals functions. If you are interested
  69. in creating your own packages, then you may be more interested in the
  70. packaging-manual documentation package.
  71. Package: dselect
  72. Architecture: any
  73. Depends: ${shlibs:Depends}
  74. Replaces: dpkg (<< 1.10)
  75. Description: a user tool to manage Debian packages
  76. dselect is the primary user interface for installing, removing and
  77. managing Debian packages. It is a front-end to dpkg.