control 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  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.8
  12. Build-Depends:
  13. # Needed for build profile usage below.
  14. dpkg-dev (>= 1.17.14),
  15. debhelper (>= 9.20141010),
  16. pkg-config,
  17. # Needed for --add-location.
  18. gettext (>= 0.19),
  19. # Needed for --porefs.
  20. po4a (>= 0.43),
  21. zlib1g-dev,
  22. libbz2-dev,
  23. liblzma-dev,
  24. libselinux1-dev [linux-any],
  25. libncursesw5-dev,
  26. libio-string-perl <!nocheck>,
  27. Package: dpkg
  28. Architecture: any
  29. Multi-Arch: foreign
  30. Essential: yes
  31. Pre-Depends:
  32. ${shlibs:Depends},
  33. Depends:
  34. ${misc:Depends},
  35. # Needed for --clamp-mtime in dpkg-deb -b.
  36. tar (>= 1.28-1),
  37. Suggests:
  38. apt,
  39. debsig-verify,
  40. Replaces:
  41. manpages-it (<< 2.80-4),
  42. Breaks:
  43. # Due to removal of dpkg-divert compat symlink.
  44. amule (<< 2.3.1+git1a369e47-3),
  45. # Due to removal of dpkg-statoverride compat symlink.
  46. acidbase (<= 1.4.5-4),
  47. beep (<< 1.3-4),
  48. im (<< 1:151-4),
  49. netselect (<< 0.3.ds1-27),
  50. pconsole (<< 1.0-12),
  51. phpgacl (<< 3.3.7-7.3),
  52. pure-ftpd (<< 1.0.43-1),
  53. systemtap (<< 2.8-1),
  54. terminatorx (<< 4.0.1-1),
  55. xvt (<= 2.1-20.1),
  56. # Due to renaming of triplettable to tupletable.
  57. libdpkg-perl (<< 1.18.11),
  58. Description: Debian package management system
  59. This package provides the low-level infrastructure for handling the
  60. installation and removal of Debian software packages.
  61. .
  62. For Debian package development tools, install dpkg-dev.
  63. Package: libdpkg-dev
  64. Section: libdevel
  65. Priority: optional
  66. Architecture: any
  67. Multi-Arch: same
  68. Depends:
  69. ${misc:Depends},
  70. zlib1g-dev,
  71. liblzma-dev,
  72. libbz2-dev,
  73. Description: Debian package management static library
  74. This package provides the header files and static library necessary to
  75. develop software using libdpkg, the same library used internally by dpkg.
  76. .
  77. Note though, that the API is to be considered volatile, and might change
  78. at any time, use at your own risk.
  79. Package: dpkg-dev
  80. Section: utils
  81. Priority: optional
  82. Architecture: all
  83. Multi-Arch: foreign
  84. Depends:
  85. ${misc:Depends},
  86. ${perl:Depends},
  87. libdpkg-perl (= ${source:Version}),
  88. # Needed for --clamp-mtime.
  89. tar (>= 1.28-1),
  90. bzip2,
  91. xz-utils,
  92. # Needed for git-style diff support.
  93. patch (>= 2.7),
  94. make,
  95. binutils,
  96. Recommends:
  97. build-essential,
  98. gcc | c-compiler,
  99. fakeroot,
  100. gnupg | gnupg2,
  101. gpgv | gpgv2,
  102. # Used by dpkg-mergechangelogs.
  103. libalgorithm-merge-perl,
  104. Suggests:
  105. debian-keyring,
  106. Breaks:
  107. # Due to new dpkg-architecture 1.17.17 strictness.
  108. devscripts (<< 2.14.10),
  109. Replaces:
  110. manpages-it (<< 2.80-4),
  111. Description: Debian package development tools
  112. This package provides the development tools (including dpkg-source)
  113. required to unpack, build and upload Debian source packages.
  114. .
  115. Most Debian source packages will require additional tools to build;
  116. for example, most packages need make and the C compiler gcc.
  117. Package: libdpkg-perl
  118. Section: perl
  119. Priority: optional
  120. Architecture: all
  121. Multi-Arch: foreign
  122. Depends:
  123. ${misc:Depends},
  124. # XXX: This needs to be perl:any, but that breaks debootstrap in jessie
  125. # (the current stable), it could be fixed once and iff stretch is stable
  126. # and contains a fixed debootstrap.
  127. perl,
  128. # Needed for arch tuples.
  129. dpkg (>= 1.18.11),
  130. Recommends:
  131. # Used by Dpkg::File.
  132. libfile-fcntllock-perl,
  133. # Used by Dpkg::Gettext.
  134. liblocale-gettext-perl,
  135. bzip2,
  136. xz-utils,
  137. Suggests:
  138. debian-keyring,
  139. gnupg | gnupg2,
  140. gpgv | gpgv2,
  141. gcc | c-compiler,
  142. binutils,
  143. patch,
  144. Breaks:
  145. # Needed for git-style diffs.
  146. patch (<< 2.7),
  147. Description: Dpkg perl modules
  148. This package provides the perl modules used by the scripts
  149. in dpkg-dev. They cover a wide range of functionality. Among them
  150. there are the following public modules:
  151. .
  152. - Dpkg: core variables
  153. - Dpkg::Arch: architecture handling functions
  154. - Dpkg::Build::Info: build information functions
  155. - Dpkg::BuildFlags: set, modify and query compilation build flags
  156. - Dpkg::BuildOptions: parse and manipulate DEB_BUILD_OPTIONS
  157. - Dpkg::BuildProfile: parse and manipulate build profiles
  158. - Dpkg::Changelog: parse changelogs
  159. - Dpkg::Changelog::Entry: represents a changelog entry
  160. - Dpkg::Changelog::Parse: generic changelog parser for dpkg-parsechangelog
  161. - Dpkg::Checksums: generate and parse checksums
  162. - Dpkg::Compression: simple database of available compression methods
  163. - Dpkg::Compression::Process: wrapper around compression tools
  164. - Dpkg::Compression::FileHandle: transparently (de)compress files
  165. - Dpkg::Conf: parse dpkg configuration files
  166. - Dpkg::Control: parse and manipulate Debian control information
  167. (.dsc, .changes, Packages/Sources entries, etc.)
  168. - Dpkg::Control::Changelog: represent fields output by dpkg-parsechangelog
  169. - Dpkg::Control::Fields: manage (list of known) control fields
  170. - Dpkg::Control::Hash: parse and manipulate a block of RFC822-like fields
  171. - Dpkg::Control::Info: parse files like debian/control
  172. - Dpkg::Control::Tests: parse files like debian/tests/control
  173. - Dpkg::Deps: parse and manipulate dependencies
  174. - Dpkg::Exit: push, pop and run exit handlers
  175. - Dpkg::Gettext: wrapper around Locale::gettext
  176. - Dpkg::IPC: spawn sub-processes and feed/retrieve data
  177. - Dpkg::Index: collections of Dpkg::Control (Packages/Sources files for
  178. example)
  179. - Dpkg::Interface::Storable: base object serializer
  180. - Dpkg::Path: common path handling functions
  181. - Dpkg::Source::Package: extract Debian source packages
  182. - Dpkg::Substvars: substitute variables in strings
  183. - Dpkg::Vendor: identify current distribution vendor
  184. - Dpkg::Version: parse and manipulate Debian package versions
  185. .
  186. All the packages listed in Suggests or Recommends are used by some of the
  187. modules.
  188. Package: dselect
  189. Priority: optional
  190. Architecture: any
  191. Multi-Arch: foreign
  192. Depends:
  193. ${shlibs:Depends},
  194. ${misc:Depends},
  195. Suggests:
  196. perl,
  197. Replaces:
  198. manpages-it (<< 2.80-4),
  199. Description: Debian package management front-end
  200. dselect is a high-level interface for managing the installation and
  201. removal of Debian software packages.
  202. .
  203. Many users find dselect intimidating and new users may prefer to use
  204. apt-based user interfaces.