control 5.2 KB

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