control 2.7 KB

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