control 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. Source: dpkg
  2. Section: admin
  3. Priority: required
  4. Maintainer: Dpkg Developers <debian-dpkg@lists.debian.org>
  5. Uploaders: Guillem Jover <guillem@debian.org>
  6. Origin: debian
  7. Bugs: debbugs://bugs.debian.org
  8. Homepage: https://wiki.debian.org/Teams/Dpkg
  9. Vcs-Browser: https://anonscm.debian.org/cgit/dpkg/dpkg.git
  10. Vcs-Git: https://anonscm.debian.org/git/dpkg/dpkg.git
  11. Standards-Version: 3.9.6
  12. Build-Depends: dpkg-dev (>= 1.17.14), debhelper (>= 9.20141010),
  13. pkg-config, flex,
  14. gettext (>= 0.19), po4a (>= 0.41),
  15. zlib1g-dev, libbz2-dev, liblzma-dev,
  16. libselinux1-dev (>= 1.28-4) [linux-any],
  17. libkvm-dev [kfreebsd-any],
  18. libncursesw5-dev,
  19. libio-string-perl <!nocheck>
  20. Package: libdpkg-dev
  21. Section: libdevel
  22. Priority: optional
  23. Architecture: any
  24. Multi-Arch: same
  25. Depends: zlib1g-dev, liblzma-dev, libbz2-dev, ${misc:Depends}
  26. Description: Debian package management static library
  27. This package provides the header files and static library necessary to
  28. develop software using libdpkg, the same library used internally by dpkg.
  29. .
  30. Note though, that the API is to be considered volatile, and might change
  31. at any time, use at your own risk.
  32. Package: dpkg
  33. Architecture: any
  34. Multi-Arch: foreign
  35. Essential: yes
  36. Pre-Depends: ${shlibs:Depends}, tar (>= 1.23)
  37. Depends: ${misc:Depends}
  38. Breaks: dpkg-dev (<< 1.15.8), libdpkg-perl (<< 1.15.8)
  39. Suggests: apt
  40. Replaces: manpages-it (<< 2.80-4)
  41. Description: Debian package management system
  42. This package provides the low-level infrastructure for handling the
  43. installation and removal of Debian software packages.
  44. .
  45. For Debian package development tools, install dpkg-dev.
  46. Package: dpkg-dev
  47. Section: utils
  48. Priority: optional
  49. Architecture: all
  50. Multi-Arch: foreign
  51. Depends: libdpkg-perl (= ${source:Version}), bzip2, xz-utils,
  52. patch (>= 2.7), make, binutils, base-files (>= 5.0.0), ${misc:Depends}
  53. Recommends: gcc | c-compiler, build-essential, fakeroot,
  54. gnupg | gnupg2, gpgv | gpgv2, libalgorithm-merge-perl
  55. Suggests: debian-keyring
  56. Breaks: dpkg-cross (<< 2.0.0), devscripts (<< 2.14.10)
  57. Replaces: manpages-it (<< 2.80-4)
  58. Description: Debian package development tools
  59. This package provides the development tools (including dpkg-source)
  60. required to unpack, build and upload Debian source packages.
  61. .
  62. Most Debian source packages will require additional tools to build;
  63. for example, most packages need make and the C compiler gcc.
  64. Package: libdpkg-perl
  65. Section: perl
  66. Priority: optional
  67. Architecture: all
  68. Multi-Arch: foreign
  69. Depends: dpkg (>= 1.16.3), perl, ${misc:Depends}
  70. Recommends: libfile-fcntllock-perl, bzip2, xz-utils
  71. Suggests: debian-keyring, gnupg | gnupg2, gpgv | gpgv2,
  72. gcc | c-compiler, binutils, patch
  73. Breaks: dpkg-dev (<< 1.15.6), patch (<< 2.7)
  74. Replaces: dpkg (<< 1.15.8), dpkg-dev (<< 1.15.6)
  75. Description: Dpkg perl modules
  76. This package provides the perl modules used by the scripts
  77. in dpkg-dev. They cover a wide range of functionality. Among them
  78. there are the following public modules:
  79. .
  80. - Dpkg: core variables
  81. - Dpkg::Arch: architecture handling functions
  82. - Dpkg::BuildFlags: set, modify and query compilation build flags
  83. - Dpkg::BuildOptions: parse and manipulate DEB_BUILD_OPTIONS
  84. - Dpkg::BuildProfile: parse and manipulate build profiles
  85. - Dpkg::Changelog: parse changelogs
  86. - Dpkg::Changelog::Entry: represents a changelog entry
  87. - Dpkg::Changelog::Parse: generic changelog parser for dpkg-parsechangelog
  88. - Dpkg::Checksums: generate and parse checksums
  89. - Dpkg::Compression: simple database of available compression methods
  90. - Dpkg::Compression::Process: wrapper around compression tools
  91. - Dpkg::Compression::FileHandle: transparently (de)compress files
  92. - Dpkg::Conf: parse dpkg configuration files
  93. - Dpkg::Control: parse and manipulate Debian control information
  94. (.dsc, .changes, Packages/Sources entries, etc.)
  95. - Dpkg::Control::Changelog: represent fields output by dpkg-parsechangelog
  96. - Dpkg::Control::Fields: manage (list of known) control fields
  97. - Dpkg::Control::Hash: parse and manipulate a block of RFC822-like fields
  98. - Dpkg::Control::Info: parse files like debian/control
  99. - Dpkg::Deps: parse and manipulate dependencies
  100. - Dpkg::Exit: push, pop and run exit handlers
  101. - Dpkg::Gettext: wrapper around Locale::gettext
  102. - Dpkg::IPC: spawn sub-processes and feed/retrieve data
  103. - Dpkg::Index: collections of Dpkg::Control (Packages/Sources files for
  104. example)
  105. - Dpkg::Interface::Storable: base object serializer
  106. - Dpkg::Path: common path handling functions
  107. - Dpkg::Source::Package: extract Debian source packages
  108. - Dpkg::Substvars: substitute variables in strings
  109. - Dpkg::Vendor: identify current distribution vendor
  110. - Dpkg::Version: parse and manipulate Debian package versions
  111. .
  112. All the packages listed in Suggests or Recommends are used by some of the
  113. modules.
  114. Package: dselect
  115. Priority: optional
  116. Architecture: any
  117. Multi-Arch: foreign
  118. Depends: ${shlibs:Depends}, dpkg (>= 1.13.1), ${misc:Depends}
  119. Suggests: perl
  120. Conflicts: dpkg-ftp, dpkg-multicd
  121. Replaces: dpkg-ftp, dpkg-multicd, manpages-it (<< 2.80-4)
  122. Description: Debian package management front-end
  123. dselect is a high-level interface for managing the installation and
  124. removal of Debian software packages.
  125. .
  126. Many users find dselect intimidating and new users may prefer to use
  127. apt-based user interfaces.