control 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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.3
  12. Build-Depends: debhelper (>= 6.0.7), pkg-config, po4a (>= 0.33.1),
  13. libncursesw5-dev, zlib1g-dev (>= 1:1.1.3-19.1), libbz2-dev, flex,
  14. libselinux1-dev (>= 1.28-4) [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64],
  15. libtimedate-perl, libio-string-perl
  16. Package: libdpkg-dev
  17. Section: libdevel
  18. Priority: optional
  19. Architecture: any
  20. Depends: ${misc:Depends}
  21. Description: package maintenance system for Debian - development files
  22. This package contains the header files and static library necessary to
  23. develop software using libdpkg, the same library used internally by dpkg.
  24. .
  25. Note though, that the API is to be considered volatile, and might change
  26. at any time, use at your own risk.
  27. Package: dpkg
  28. Architecture: any
  29. Essential: yes
  30. Pre-Depends: ${shlibs:Depends}, coreutils (>= 5.93-1), xz-utils
  31. Depends: ${misc:Depends}
  32. Conflicts: sysvinit (<< 2.82-1), dpkg-iasearch (<< 0.11),
  33. dpkg-dev (<< 1.14.16), apt (<< 0.7.7), aptitude (<< 0.4.7-1)
  34. Replaces: manpages-de (<= 0.4-3), manpages-pl (<= 20051117-1)
  35. # install-info transition
  36. # see http://wiki.debian.org/Transitions/DpkgToGnuInstallInfo
  37. Breaks: jed (<< 1:0.99.18+dfsg.1-13), xjed (<< 1:0.99.18+dfsg.1-13),
  38. konqueror (<= 4:4.2.96-1), xemacs21-support (<< 21.4.22-2),
  39. emacs22 (<= 22.3+1-1), emacs22-gtk (<= 22.3+1-1), emacs22-nox (<= 22.3+1-1),
  40. emacs21 (<< 21.4a+1-5.7), emacs21-nox (<< 21.4a+1-5.7),
  41. tkinfo (<< 2.8-3.1), pinfo (<< 0.6.9-3.1), jed-extra (<= 2.5.3-2)
  42. Suggests: apt
  43. Description: Debian package management system
  44. This package provides the low-level infrastructure for handling the
  45. installation and removal of Debian software packages.
  46. .
  47. For Debian package development tools, install dpkg-dev.
  48. Package: dpkg-dev
  49. Section: utils
  50. Priority: optional
  51. Architecture: all
  52. Depends: dpkg (>= 1.15.4), perl, bzip2, xz-utils,
  53. patch (>= 2.2-1), make, binutils, libtimedate-perl,
  54. base-files (>= 5.0.0), ${misc:Depends}
  55. Recommends: gcc | c-compiler, build-essential, fakeroot, gnupg, gpgv
  56. Suggests: debian-keyring
  57. Conflicts: dpkg-cross (<< 2.0.0), devscripts (<< 2.10.26)
  58. Replaces: manpages-pl (<= 20051117-1)
  59. Description: Debian package development tools
  60. This package provides the development tools (including dpkg-source)
  61. required to unpack, build and upload Debian source packages.
  62. .
  63. Most Debian source packages will require additional tools to build;
  64. for example, most packages need make and the C compiler gcc.
  65. Package: dselect
  66. Priority: optional
  67. Architecture: any
  68. Depends: ${shlibs:Depends}, dpkg (>= 1.13.1), ${misc:Depends}
  69. Suggests: perl
  70. Conflicts: dpkg-ftp, dpkg-multicd
  71. Replaces: dpkg (<< 1.10.3), dpkg-ftp, dpkg-multicd
  72. Description: Debian package management front-end
  73. dselect is a high-level interface for managing the installation and
  74. removal of Debian software packages.
  75. .
  76. Many users find dselect intimidating and new users may prefer to use
  77. apt-based user interfaces.