control 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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: dpkg
  17. Architecture: any
  18. Essential: yes
  19. Pre-Depends: ${shlibs:Depends}, coreutils (>= 5.93-1), lzma
  20. Depends: ${misc:Depends}
  21. Conflicts: sysvinit (<< 2.82-1), dpkg-iasearch (<< 0.11),
  22. dpkg-dev (<< 1.14.16), apt (<< 0.7.7), aptitude (<< 0.4.7-1)
  23. Replaces: manpages-de (<= 0.4-3), manpages-pl (<= 20051117-1)
  24. # install-info transition
  25. # see http://wiki.debian.org/Transitions/DpkgToGnuInstallInfo
  26. Breaks: jed (<< 1:0.99.18+dfsg.1-13), xjed (<< 1:0.99.18+dfsg.1-13),
  27. konqueror (<= 4:4.2.96-1), xemacs21-support (<< 21.4.22-2),
  28. emacs22 (<= 22.3+1-1), emacs22-gtk (<= 22.3+1-1), emacs22-nox (<= 22.3+1-1),
  29. emacs21 (<< 21.4a+1-5.7), emacs21-nox (<< 21.4a+1-5.7),
  30. tkinfo (<< 2.8-3.1), pinfo (<< 0.6.9-3.1), jed-extra (<= 2.5.3-2)
  31. Suggests: apt
  32. Description: Debian package management system
  33. This package provides the low-level infrastructure for handling the
  34. installation and removal of Debian software packages.
  35. .
  36. For Debian package development tools, install dpkg-dev.
  37. Package: dpkg-dev
  38. Section: utils
  39. Priority: optional
  40. Architecture: all
  41. Depends: dpkg (>= 1.15.4), perl, bzip2, lzma, xz-utils,
  42. patch (>= 2.2-1), make, binutils, libtimedate-perl,
  43. base-files (>= 5.0.0), ${misc:Depends}
  44. Recommends: gcc | c-compiler, build-essential, fakeroot, gnupg, gpgv
  45. Suggests: debian-keyring
  46. Conflicts: dpkg-cross (<< 2.0.0), devscripts (<< 2.10.26)
  47. Replaces: manpages-pl (<= 20051117-1)
  48. Description: Debian package development tools
  49. This package provides the development tools (including dpkg-source)
  50. required to unpack, build and upload Debian source packages.
  51. .
  52. Most Debian source packages will require additional tools to build;
  53. for example, most packages need make and the C compiler gcc.
  54. Package: dselect
  55. Priority: optional
  56. Architecture: any
  57. Depends: ${shlibs:Depends}, dpkg (>= 1.13.1), ${misc:Depends}
  58. Suggests: perl
  59. Conflicts: dpkg-ftp, dpkg-multicd
  60. Replaces: dpkg (<< 1.10.3), dpkg-ftp, dpkg-multicd
  61. Description: Debian package management front-end
  62. dselect is a high-level interface for managing the installation and
  63. removal of Debian software packages.
  64. .
  65. Many users find dselect intimidating and new users may prefer to use
  66. apt-based user interfaces.