control 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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://git.debian.org/?p=dpkg/dpkg.git
  10. Vcs-Git: git://git.debian.org/git/dpkg/dpkg.git
  11. Standards-Version: 3.9.2
  12. Build-Depends: debhelper (>= 7), pkg-config, flex,
  13. gettext (>= 0.18), po4a (>= 0.33.1),
  14. zlib1g-dev (>= 1:1.1.3-19.1), libbz2-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: ${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. Essential: yes
  32. Pre-Depends: ${shlibs:Depends}, coreutils (>= 5.93-1), xz-utils
  33. Depends: ${misc:Depends}
  34. Breaks: dpkg-dev (<< 1.15.8), libdpkg-perl (<< 1.15.8),
  35. apt (<< 0.7.7), aptitude (<< 0.4.7-1),
  36. # install-info transition
  37. # see http://wiki.debian.org/Transitions/DpkgToGnuInstallInfo
  38. tkinfo (<< 2.8-3.1), pinfo (<< 0.6.9-3.1)
  39. Suggests: apt
  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. Depends: libdpkg-perl (= ${source:Version}), bzip2, xz-utils,
  50. patch, make, binutils, base-files (>= 5.0.0), ${misc:Depends}
  51. Recommends: gcc | c-compiler, build-essential, fakeroot, gnupg, gpgv, libalgorithm-merge-perl
  52. Suggests: debian-keyring
  53. Breaks: dpkg-cross (<< 2.0.0), devscripts (<< 2.10.26)
  54. Description: Debian package development tools
  55. This package provides the development tools (including dpkg-source)
  56. required to unpack, build and upload Debian source packages.
  57. .
  58. Most Debian source packages will require additional tools to build;
  59. for example, most packages need make and the C compiler gcc.
  60. Package: libdpkg-perl
  61. Section: perl
  62. Priority: optional
  63. Architecture: all
  64. Depends: dpkg (>= 1.15.8), perl, libtimedate-perl, ${misc:Depends}
  65. Recommends: bzip2, xz-utils
  66. Suggests: debian-keyring, gnupg, gpgv, binutils, patch
  67. Breaks: dpkg-dev (<< 1.15.6)
  68. Replaces: dpkg (<< 1.15.8), dpkg-dev (<< 1.15.6)
  69. Description: Dpkg perl modules
  70. This package provides the perl modules used by the scripts
  71. in dpkg-dev. They cover a wide range of functionalities. Among them
  72. there are the following modules:
  73. .
  74. - Dpkg::Arch: manipulate Debian architecture information
  75. - Dpkg::BuildOptions: parse and manipulate DEB_BUILD_OPTIONS
  76. - Dpkg::Changelog: parse Debian changelogs
  77. - Dpkg::Checksums: generate and parse checksums
  78. - Dpkg::Compression::Process: wrapper around compression tools
  79. - Dpkg::Compression::FileHandle: transparently (de)compress files
  80. - Dpkg::Control: parse and manipulate Debian control information
  81. (.dsc, .changes, Packages/Sources entries, etc.)
  82. - Dpkg::Deps: parse and manipulate dependencies
  83. - Dpkg::ErrorHandling: common error functions
  84. - Dpkg::Index: collections of Dpkg::Control (Packages/Sources files for
  85. example)
  86. - Dpkg::IPC: spawn sub-processes and feed/retrieve data
  87. - Dpkg::Substvars: substitute variables in strings
  88. - Dpkg::Vendor: identify current distribution vendor
  89. - Dpkg::Version: parse and manipulate Debian package versions
  90. .
  91. All the packages listed in Suggests or Recommends are used by some of the
  92. modules.
  93. Package: dselect
  94. Priority: optional
  95. Architecture: any
  96. Depends: ${shlibs:Depends}, dpkg (>= 1.13.1), ${misc:Depends}
  97. Suggests: perl
  98. Conflicts: dpkg-ftp, dpkg-multicd
  99. Replaces: dpkg-ftp, dpkg-multicd
  100. Description: Debian package management front-end
  101. dselect is a high-level interface for managing the installation and
  102. removal of Debian software packages.
  103. .
  104. Many users find dselect intimidating and new users may prefer to use
  105. apt-based user interfaces.