control 5.2 KB

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