control 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  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: http://wiki.debian.org/Teams/Dpkg
  9. Vcs-Browser: http://anonscm.debian.org/gitweb/?p=dpkg/dpkg.git
  10. Vcs-Git: git://anonscm.debian.org/dpkg/dpkg.git
  11. Standards-Version: 3.9.4
  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. libncursesw5-dev,
  17. libtimedate-perl, libio-string-perl
  18. Package: libdpkg-dev
  19. Section: libdevel
  20. Priority: optional
  21. Architecture: any
  22. Depends: zlib1g-dev, liblzma-dev, libbz2-dev, ${misc:Depends}
  23. Description: Debian package management static library
  24. This package provides the header files and static library necessary to
  25. develop software using libdpkg, the same library used internally by dpkg.
  26. .
  27. Note though, that the API is to be considered volatile, and might change
  28. at any time, use at your own risk.
  29. Package: dpkg
  30. Architecture: any
  31. Multi-Arch: foreign
  32. Essential: yes
  33. Pre-Depends: ${shlibs:Depends}, tar (>= 1.23)
  34. Depends: ${misc:Depends}
  35. Breaks: dpkg-dev (<< 1.15.8), libdpkg-perl (<< 1.15.8),
  36. apt (<< 0.7.7), aptitude (<< 0.4.7-1),
  37. # install-info transition
  38. # see http://wiki.debian.org/Transitions/DpkgToGnuInstallInfo
  39. tkinfo (<< 2.8-3.1), pinfo (<< 0.6.9-3.1)
  40. Suggests: apt
  41. Description: Debian package management system
  42. This package provides the low-level infrastructure for handling the
  43. installation and removal of Debian software packages.
  44. .
  45. For Debian package development tools, install dpkg-dev.
  46. Package: dpkg-dev
  47. Section: utils
  48. Priority: optional
  49. Architecture: all
  50. Multi-Arch: foreign
  51. Depends: libdpkg-perl (= ${source:Version}), bzip2, xz-utils,
  52. patch, make, binutils, base-files (>= 5.0.0), ${misc:Depends}
  53. Recommends: gcc | c-compiler, build-essential, fakeroot, gnupg, gpgv, libalgorithm-merge-perl
  54. Suggests: debian-keyring
  55. Breaks: dpkg-cross (<< 2.0.0), devscripts (<< 2.10.26)
  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.15.8), perl, libtimedate-perl, ${misc:Depends}
  68. Recommends: libfile-fcntllock-perl, bzip2, xz-utils
  69. Suggests: debian-keyring, gnupg, gpgv, gcc | c-compiler, binutils, patch
  70. Breaks: dpkg-dev (<< 1.15.6)
  71. Replaces: dpkg (<< 1.15.8), dpkg-dev (<< 1.15.6)
  72. Description: Dpkg perl modules
  73. This package provides the perl modules used by the scripts
  74. in dpkg-dev. They cover a wide range of functionalities. Among them
  75. there are the following modules:
  76. .
  77. - Dpkg::Arch: manipulate Debian architecture information
  78. - Dpkg::BuildOptions: parse and manipulate DEB_BUILD_OPTIONS
  79. - Dpkg::Changelog: parse Debian changelogs
  80. - Dpkg::Checksums: generate and parse checksums
  81. - Dpkg::Compression::Process: wrapper around compression tools
  82. - Dpkg::Compression::FileHandle: transparently (de)compress files
  83. - Dpkg::Control: parse and manipulate Debian control information
  84. (.dsc, .changes, Packages/Sources entries, etc.)
  85. - Dpkg::Deps: parse and manipulate dependencies
  86. - Dpkg::ErrorHandling: common error functions
  87. - Dpkg::Index: collections of Dpkg::Control (Packages/Sources files for
  88. example)
  89. - Dpkg::IPC: spawn sub-processes and feed/retrieve data
  90. - Dpkg::Substvars: substitute variables in strings
  91. - Dpkg::Vendor: identify current distribution vendor
  92. - Dpkg::Version: parse and manipulate Debian package versions
  93. .
  94. All the packages listed in Suggests or Recommends are used by some of the
  95. modules.
  96. Package: dselect
  97. Priority: optional
  98. Architecture: any
  99. Multi-Arch: foreign
  100. Depends: ${shlibs:Depends}, dpkg (>= 1.13.1), ${misc:Depends}
  101. Suggests: perl
  102. Conflicts: dpkg-ftp, dpkg-multicd
  103. Replaces: dpkg-ftp, dpkg-multicd
  104. Description: Debian package management front-end
  105. dselect is a high-level interface for managing the installation and
  106. removal of Debian software packages.
  107. .
  108. Many users find dselect intimidating and new users may prefer to use
  109. apt-based user interfaces.