control 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  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.6
  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}
  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: libdpkg-perl (= ${source:Version}), bzip2, xz-utils,
  51. patch (>= 2.7), make, binutils, base-files (>= 5.0.0), ${misc:Depends}
  52. Recommends: gcc | c-compiler, build-essential, fakeroot,
  53. gnupg | gnupg2, gpgv | gpgv2, libalgorithm-merge-perl
  54. Suggests: debian-keyring
  55. Breaks: dpkg-cross (<< 2.0.0), devscripts (<< 2.14.10)
  56. Replaces: manpages-it (<< 2.80-4)
  57. Description: Debian package development tools
  58. This package provides the development tools (including dpkg-source)
  59. required to unpack, build and upload Debian source packages.
  60. .
  61. Most Debian source packages will require additional tools to build;
  62. for example, most packages need make and the C compiler gcc.
  63. Package: libdpkg-perl
  64. Section: perl
  65. Priority: optional
  66. Architecture: all
  67. Multi-Arch: foreign
  68. Depends: dpkg (>= 1.16.3), perl, ${misc:Depends}
  69. Recommends: libfile-fcntllock-perl, bzip2, xz-utils
  70. Suggests: debian-keyring, gnupg | gnupg2, gpgv | gpgv2,
  71. gcc | c-compiler, binutils, patch
  72. Breaks: dpkg-dev (<< 1.15.6), patch (<< 2.7)
  73. Replaces: dpkg (<< 1.15.8), dpkg-dev (<< 1.15.6)
  74. Description: Dpkg perl modules
  75. This package provides the perl modules used by the scripts
  76. in dpkg-dev. They cover a wide range of functionality. Among them
  77. there are the following public modules:
  78. .
  79. - Dpkg: core variables
  80. - Dpkg::Arch: architecture handling functions
  81. - Dpkg::BuildFlags: set, modify and query compilation build flags
  82. - Dpkg::BuildOptions: parse and manipulate DEB_BUILD_OPTIONS
  83. - Dpkg::BuildProfile: parse and manipulate build profiles
  84. - Dpkg::Changelog: parse changelogs
  85. - Dpkg::Changelog::Entry: represents a changelog entry
  86. - Dpkg::Changelog::Parse: generic changelog parser for dpkg-parsechangelog
  87. - Dpkg::Checksums: generate and parse checksums
  88. - Dpkg::Compression: simple database of available compression methods
  89. - Dpkg::Compression::Process: wrapper around compression tools
  90. - Dpkg::Compression::FileHandle: transparently (de)compress files
  91. - Dpkg::Conf: parse dpkg configuration files
  92. - Dpkg::Control: parse and manipulate Debian control information
  93. (.dsc, .changes, Packages/Sources entries, etc.)
  94. - Dpkg::Control::Changelog: represent fields output by dpkg-parsechangelog
  95. - Dpkg::Control::Fields: manage (list of known) control fields
  96. - Dpkg::Control::Hash: parse and manipulate a block of RFC822-like fields
  97. - Dpkg::Control::Info: parse files like debian/control
  98. - Dpkg::Deps: parse and manipulate dependencies
  99. - Dpkg::Exit: push, pop and run exit handlers
  100. - Dpkg::Gettext: wrapper around Locale::gettext
  101. - Dpkg::IPC: spawn sub-processes and feed/retrieve data
  102. - Dpkg::Index: collections of Dpkg::Control (Packages/Sources files for
  103. example)
  104. - Dpkg::Interface::Storable: base object serializer
  105. - Dpkg::Path: common path handling functions
  106. - Dpkg::Source::Package: extract Debian source packages
  107. - Dpkg::Substvars: substitute variables in strings
  108. - Dpkg::Vendor: identify current distribution vendor
  109. - Dpkg::Version: parse and manipulate Debian package versions
  110. .
  111. All the packages listed in Suggests or Recommends are used by some of the
  112. modules.
  113. Package: dselect
  114. Priority: optional
  115. Architecture: any
  116. Multi-Arch: foreign
  117. Depends: ${shlibs:Depends}, dpkg (>= 1.13.1), ${misc:Depends}
  118. Suggests: perl
  119. Conflicts: dpkg-ftp, dpkg-multicd
  120. Replaces: dpkg-ftp, dpkg-multicd, manpages-it (<< 2.80-4)
  121. Description: Debian package management front-end
  122. dselect is a high-level interface for managing the installation and
  123. removal of Debian software packages.
  124. .
  125. Many users find dselect intimidating and new users may prefer to use
  126. apt-based user interfaces.