control 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  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.8.4
  12. Build-Depends: debhelper (>= 6.0.7), pkg-config,
  13. gettext (>= 0.18), po4a (>= 0.33.1),
  14. libncursesw5-dev, zlib1g-dev (>= 1:1.1.3-19.1), libbz2-dev, flex,
  15. libselinux1-dev (>= 1.28-4) [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64],
  16. libtimedate-perl, libio-string-perl
  17. Package: libdpkg-dev
  18. Section: libdevel
  19. Priority: optional
  20. Architecture: any
  21. Depends: ${misc:Depends}
  22. Description: Debian package management static library
  23. This package provides the header files and static library necessary to
  24. develop software using libdpkg, the same library used internally by dpkg.
  25. .
  26. Note though, that the API is to be considered volatile, and might change
  27. at any time, use at your own risk.
  28. Package: dpkg
  29. Architecture: any
  30. Essential: yes
  31. Pre-Depends: ${shlibs:Depends}, coreutils (>= 5.93-1), xz-utils
  32. Depends: ${misc:Depends}
  33. Conflicts: dpkg-dev (<< 1.14.16), apt (<< 0.7.7), aptitude (<< 0.4.7-1)
  34. # install-info transition
  35. # see http://wiki.debian.org/Transitions/DpkgToGnuInstallInfo
  36. Breaks: jed (<< 1:0.99.18+dfsg.1-13), xjed (<< 1:0.99.18+dfsg.1-13),
  37. konqueror (<= 4:4.2.96-1), xemacs21-support (<< 21.4.22-2),
  38. emacs22 (<= 22.3+1-1), emacs22-gtk (<= 22.3+1-1), emacs22-nox (<= 22.3+1-1),
  39. emacs21 (<< 21.4a+1-5.7), emacs21-nox (<< 21.4a+1-5.7),
  40. tkinfo (<< 2.8-3.1), pinfo (<< 0.6.9-3.1), jed-extra (<= 2.5.3-2)
  41. Suggests: apt
  42. Description: Debian package management system
  43. This package provides the low-level infrastructure for handling the
  44. installation and removal of Debian software packages.
  45. .
  46. For Debian package development tools, install dpkg-dev.
  47. Package: dpkg-dev
  48. Section: utils
  49. Priority: optional
  50. Architecture: all
  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. Conflicts: 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. Depends: dpkg (>= 1.15.4), perl, libtimedate-perl, ${misc:Depends}
  67. Recommends: bzip2, xz-utils
  68. Suggests: debian-keyring, gnupg, gpgv, binutils, patch
  69. Conflicts: dpkg-dev (<< 1.15.6)
  70. Replaces: dpkg-dev (<< 1.15.6)
  71. Description: Dpkg perl modules
  72. This package provides the perl modules used by the scripts
  73. in dpkg-dev. They cover a wide range of functionalities. Among them
  74. there are the following modules:
  75. .
  76. - Dpkg::Arch: manipulate Debian architecture information
  77. - Dpkg::BuildOptions: parse and manipulate DEB_BUILD_OPTIONS
  78. - Dpkg::Changelog: parse Debian changelogs
  79. - Dpkg::Checksums: generate and parse checksums
  80. - Dpkg::Compression::Process: wrapper around compression tools
  81. - Dpkg::Compression::FileHandle: transparently (de)compress files
  82. - Dpkg::Control: parse and manipulate Debian control information
  83. (.dsc, .changes, Packages/Sources entries, etc.)
  84. - Dpkg::Deps: parse and manipulate dependencies
  85. - Dpkg::ErrorHandling: common error functions
  86. - Dpkg::Index: collections of Dpkg::Control (Packages/Sources files for
  87. example)
  88. - Dpkg::IPC: spawn sub-processes and feed/retrieve data
  89. - Dpkg::Substvars: substitute variables in strings
  90. - Dpkg::Vendor: identify current distribution vendor
  91. - Dpkg::Version: parse and manipulate Debian package versions
  92. .
  93. All the packages listed in Suggests or Recommends are used by some of the
  94. modules.
  95. Package: dselect
  96. Priority: optional
  97. Architecture: any
  98. Depends: ${shlibs:Depends}, dpkg (>= 1.13.1), ${misc:Depends}
  99. Suggests: perl
  100. Conflicts: dpkg-ftp, dpkg-multicd
  101. Replaces: dpkg-ftp, dpkg-multicd
  102. Description: Debian package management front-end
  103. dselect is a high-level interface for managing the installation and
  104. removal of Debian software packages.
  105. .
  106. Many users find dselect intimidating and new users may prefer to use
  107. apt-based user interfaces.