control 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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.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. 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 (<< 0.11), dpkg-static, dpkg-dev (<< 1.9)
  16. Replaces: dpkg-doc-ja, dpkg-static, manpages-de (<= 0.4-3)
  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. Replaces: dpkg-doc-ja, dpkg, manpages-de (<= 0.4-3)
  32. Conflicts: sysvinit (<< 2.82-1), dpkg-iasearch (<< 0.11), dpkg, dpkg-dev (<< 1.9)
  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.3)
  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.