control 5.9 KB

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