control 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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.7.3
  13. Build-Depends: debhelper (>= 4.1.81), 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. Suggests: apt
  25. Description: Debian package management system
  26. This package privides the low-level infrastructure for handling the
  27. installation and removal of Debian software packages.
  28. .
  29. For Debian package development tools, install dpkg-dev.
  30. Package: dpkg-dev
  31. Section: utils
  32. Priority: optional
  33. Architecture: all
  34. Depends: dpkg (>= 1.14.6), perl5, perl-modules, cpio (>= 2.4.2-2), bzip2, lzma,
  35. patch (>= 2.2-1), make, binutils, libtimedate-perl
  36. Recommends: gcc | c-compiler, build-essential
  37. Suggests: gnupg, debian-keyring
  38. Conflicts: dpkg-cross (<< 2.0.0), devscripts (<< 2.10.26)
  39. Replaces: manpages-pl (<= 20051117-1)
  40. Description: Debian package development tools
  41. This package provides the development tools (including dpkg-source)
  42. required to unpack, build and upload Debian source packages.
  43. .
  44. Most Debian source packages will require additional tools to build;
  45. for example, most packages need make and the C compiler gcc.
  46. Package: dselect
  47. Priority: optional
  48. Architecture: any
  49. Depends: ${shlibs:Depends}, dpkg (>= 1.13.1)
  50. Replaces: dpkg (<< 1.10.3)
  51. Description: Debian package management front-end
  52. dselect is a high-level interface for managing the installation and
  53. removal of Debian software packages.
  54. .
  55. Many users find dselect intimidating and new users may prefer to use
  56. apt-based user interfaces.