control 3.2 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.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, foo, bar
  10. # This is a comment
  11. Uploaders: Wichert Akkerman <wakkerma@debian.org>, Adam Heath <doogie@debian.org>
  12. # And another comment
  13. Package: dpkg
  14. Architecture: any
  15. urce: yes
  16. Pre-Depends: dselect, ${shlibs:Pre-Depends}
  17. Conflicts: sysvinit (<< 2.82-1), dpkg-iasearch (<< 0.11), dpkg-static, dpkg-dev (<< 1.9), foo [s390]
  18. Replaces: dpkg-doc-ja, dpkg-static, manpages-de (<= 0.4-3)
  19. Description: Package maintenance system for Debian
  20. This package contains the programs which handle the installation and
  21. removal of packages on your system.
  22. .
  23. The primary interface for the dpkg suite is the `dselect' program;
  24. a more low-level and less user-friendly interface is available in
  25. the form of the `dpkg' command.
  26. .
  27. In order to unpack and build Debian source packages you will need to
  28. install the developers' package `dpkg-dev' as well as this one.
  29. Package: dpkg-static
  30. Architecture: any
  31. Priority: optional
  32. Pre-Depends: dselect, ${shlibs:Pre-Depends}
  33. Replaces: dpkg-doc-ja, dpkg, manpages-de (<= 0.4-3)
  34. Conflicts: sysvinit (<< 2.82-1), dpkg-iasearch (<< 0.11), dpkg, dpkg-dev (<< 1.9)
  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.3)
  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.