control 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. Source: dpkg
  2. Section: admin
  3. Priority: required
  4. Maintainer: Dpkg Developers <debian-dpkg@lists.debian.org>
  5. Uploaders: Frank Lichtenheld <djpig@debian.org>,
  6. Guillem Jover <guillem@debian.org>, Raphael Hertzog <hertzog@debian.org>
  7. Origin: debian
  8. Bugs: debbugs://bugs.debian.org
  9. Homepage: http://wiki.debian.org/Teams/Dpkg
  10. Vcs-Browser: http://git.debian.org/?p=dpkg/dpkg.git
  11. Vcs-Git: git://git.debian.org/git/dpkg/dpkg.git
  12. Standards-Version: 3.8.2
  13. Build-Depends: debhelper (>= 6.0.7), pkg-config, 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: dpkg
  18. Architecture: any
  19. Essential: yes
  20. Pre-Depends: ${shlibs:Depends}, coreutils (>= 5.93-1), lzma
  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.6), emacs21-nox (<= 21.4a+1-5.6),
  30. tkinfo (<= 2.8-3), pinfo (<= 0.6.9-3), 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), perl5, perl-modules, bzip2, lzma,
  42. patch (>= 2.2-1), make, binutils, libtimedate-perl
  43. Recommends: gcc | c-compiler, build-essential, fakeroot, gnupg, gpgv
  44. Suggests: debian-keyring, debian-maintainers
  45. Conflicts: dpkg-cross (<< 2.0.0), devscripts (<< 2.10.26)
  46. Replaces: manpages-pl (<= 20051117-1)
  47. Description: Debian package development tools
  48. This package provides the development tools (including dpkg-source)
  49. required to unpack, build and upload Debian source packages.
  50. .
  51. Most Debian source packages will require additional tools to build;
  52. for example, most packages need make and the C compiler gcc.
  53. Package: dselect
  54. Priority: optional
  55. Architecture: any
  56. Depends: ${shlibs:Depends}, dpkg (>= 1.13.1)
  57. Replaces: dpkg (<< 1.10.3)
  58. Description: Debian package management front-end
  59. dselect is a high-level interface for managing the installation and
  60. removal of Debian software packages.
  61. .
  62. Many users find dselect intimidating and new users may prefer to use
  63. apt-based user interfaces.