control 5.3 KB

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