control 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  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>, Raphaël Hertzog <hertzog@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 (>= 7), pkg-config, flex,
  13. gettext (>= 0.18), 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. libtimedate-perl, 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. # These cause trigger cycles due to using awaiting trigger directives.
  38. man-db (<< 2.6.3-6), fontconfig (<< 2.11.0-6.2),
  39. readahead-fedora (<< 2:1.5.6-5.2),
  40. # These do not support triggers.
  41. apt (<< 0.7.7), aptitude (<< 0.4.7-1)
  42. Conflicts:
  43. # The following Conflicts against removed packages using install-info
  44. # in their prerm script can be removed in jessie+1.
  45. # These packages have been removed after squeeze:
  46. ggz-docs (<< 0.0.14.1-2), glame (<< 2.0.1-6), gtalk (<< 0.99.10-16),
  47. libalogg-dev (<< 1.3.7-2), r6rs-doc (<< 1.0-2), ulog-acctd (<< 0.4.3-3),
  48. # These non-free packages have been removed after squeeze:
  49. cpp-4.1-doc (<< 4.1.2.nf2-4), gcc-4.1-doc (<< 4.1.2.nf2-4),
  50. gcj-4.1-doc (<< 4.1.2.nf2-4), gfortran-4.1-doc (<< 4.1.2.nf2-4),
  51. gnat-4.1-doc (<< 4.1.2.nf2-4), cpp-4.2-doc (<< 4.2.4.nf1-4),
  52. gcc-4.2-doc (<< 4.2.4.nf1-4), gcj-4.2-doc (<< 4.2.4.nf1-4),
  53. gfortran-4.2-doc (<< 4.2.4.nf1-4), gnat-4.2-doc (<< 4.2.4.nf1-4),
  54. # These packages have been removed after lenny:
  55. ada-reference-manual (<< 20021112web-4), asn1-mode (<< 2.7-7),
  56. bogosort (<< 0.4.2-3), cl-yacc (<< 0.3-3), libgtk1.2-doc (<< 1.2.10-19),
  57. libnettle-dev (<< 2), liborbit-dev (<< 0.5.17-12), libreadline5-dev (<< 5.2-8),
  58. librep-doc (<< 0.90), mmucl (<< 1.5.2-3), nxml-mode (<< 20041004-9),
  59. serveez-doc (<< 0.1.5-3), slat (<< 2.0-6),
  60. texlive-base-bin-doc (<< 2007.dfsg.2-9), ttcn-el (<< 0.6.9-2),
  61. xconq-doc (<< 7.4.1-5), zenirc (<< 2.112.dfsg-1)
  62. Suggests: apt
  63. Replaces: manpages-it (<< 2.80-4)
  64. Description: Debian package management system
  65. This package provides the low-level infrastructure for handling the
  66. installation and removal of Debian software packages.
  67. .
  68. For Debian package development tools, install dpkg-dev.
  69. Package: dpkg-dev
  70. Section: utils
  71. Priority: optional
  72. Architecture: all
  73. Multi-Arch: foreign
  74. Depends: libdpkg-perl (= ${source:Version}), bzip2, xz-utils,
  75. patch (>= 2.7), make, binutils, base-files (>= 5.0.0), ${misc:Depends}
  76. Recommends: gcc | c-compiler, build-essential, fakeroot,
  77. gnupg | gnupg2, gpgv | gpgv2, libalgorithm-merge-perl
  78. Suggests: debian-keyring
  79. Breaks: dpkg-cross (<< 2.0.0), devscripts (<< 2.14.10)
  80. Replaces: manpages-it (<< 2.80-4)
  81. Description: Debian package development tools
  82. This package provides the development tools (including dpkg-source)
  83. required to unpack, build and upload Debian source packages.
  84. .
  85. Most Debian source packages will require additional tools to build;
  86. for example, most packages need make and the C compiler gcc.
  87. Package: libdpkg-perl
  88. Section: perl
  89. Priority: optional
  90. Architecture: all
  91. Multi-Arch: foreign
  92. Depends: dpkg (>= 1.15.8), perl, libtimedate-perl, ${misc:Depends}
  93. Recommends: libfile-fcntllock-perl, bzip2, xz-utils
  94. Suggests: debian-keyring, gnupg | gnupg2, gpgv | gpgv2,
  95. gcc | c-compiler, binutils, patch
  96. Breaks: dpkg-dev (<< 1.15.6), patch (<< 2.7)
  97. Replaces: dpkg (<< 1.15.8), dpkg-dev (<< 1.15.6)
  98. Description: Dpkg perl modules
  99. This package provides the perl modules used by the scripts
  100. in dpkg-dev. They cover a wide range of functionality. Among them
  101. there are the following public modules:
  102. .
  103. - Dpkg: core variables
  104. - Dpkg::BuildFlags: set, modify and query compilation build flags
  105. - Dpkg::BuildOptions: parse and manipulate DEB_BUILD_OPTIONS
  106. - Dpkg::BuildProfile: parse and manipulate build profiles
  107. - Dpkg::Changelog: parse Debian changelogs
  108. - Dpkg::Checksums: generate and parse checksums
  109. - Dpkg::Compression::Process: wrapper around compression tools
  110. - Dpkg::Compression::FileHandle: transparently (de)compress files
  111. - Dpkg::Conf: parse dpkg configuration files
  112. - Dpkg::Control: parse and manipulate Debian control information
  113. (.dsc, .changes, Packages/Sources entries, etc.)
  114. - Dpkg::Deps: parse and manipulate dependencies
  115. - Dpkg::Exit: push, pop and run exit handlers
  116. - Dpkg::Gettext: wrapper around Locale::gettext
  117. - Dpkg::IPC: spawn sub-processes and feed/retrieve data
  118. - Dpkg::Index: collections of Dpkg::Control (Packages/Sources files for
  119. example)
  120. - Dpkg::Interface::Storable: base object serializer
  121. - Dpkg::Path: common path handling functions
  122. - Dpkg::Source::Package: extract Debian source packages
  123. - Dpkg::Substvars: substitute variables in strings
  124. - Dpkg::Vendor: identify current distribution vendor
  125. - Dpkg::Version: parse and manipulate Debian package versions
  126. .
  127. All the packages listed in Suggests or Recommends are used by some of the
  128. modules.
  129. Package: dselect
  130. Priority: optional
  131. Architecture: any
  132. Multi-Arch: foreign
  133. Depends: ${shlibs:Depends}, dpkg (>= 1.13.1), ${misc:Depends}
  134. Suggests: perl
  135. Conflicts: dpkg-ftp, dpkg-multicd
  136. Replaces: dpkg-ftp, dpkg-multicd, manpages-it (<< 2.80-4)
  137. Description: Debian package management front-end
  138. dselect is a high-level interface for managing the installation and
  139. removal of Debian software packages.
  140. .
  141. Many users find dselect intimidating and new users may prefer to use
  142. apt-based user interfaces.