control 5.1 KB

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