control 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. Source: dpkg
  2. Section: admin
  3. Priority: required
  4. Maintainer: Dpkg Developers <team@dpkg.org>
  5. Uploaders: Frank Lichtenheld <djpig@debian.org>, Guillem Jover <guillem@debian.org>, Brendan O'Dea <bod@debian.org>, Christian Perrier <bubulle@debian.org>
  6. Origin: debian
  7. Bugs: debbugs://bugs.debian.org
  8. Vcs-Browser: http://git.debian.org/?p=dpkg/dpkg.git
  9. Vcs-Git: git://git.debian.org/git/dpkg/dpkg.git
  10. Standards-Version: 3.7.2
  11. Build-Depends: debhelper (>= 4.1.81), pkg-config, po4a (>= 0.23),
  12. libncurses5-dev | libncurses-dev, zlib1g-dev (>= 1:1.1.3-19.1), libbz2-dev,
  13. libselinux1-dev (>= 1.28-4) [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64]
  14. Package: dpkg
  15. Architecture: any
  16. Essential: yes
  17. Pre-Depends: ${shlibs:Depends}, coreutils (>= 5.93-1)
  18. Conflicts: sysvinit (<< 2.82-1), dpkg-iasearch (<< 0.11), dpkg-static,
  19. dpkg-dev (<< 1.14.6)
  20. Replaces: dpkg-doc-ja, dpkg-static, manpages-de (<= 0.4-3),
  21. manpages-pl (<= 20051117-1)
  22. Suggests: apt, lzma
  23. Description: package maintenance system for Debian
  24. This package contains the low-level commands for handling the installation
  25. and removal of packages on your system.
  26. .
  27. In order to unpack and build Debian source packages you will need to
  28. install the developers' package `dpkg-dev' as well as this one.
  29. Package: dpkg-dev
  30. Section: utils
  31. Priority: optional
  32. Architecture: all
  33. Depends: dpkg (>= 1.14.6), perl5, perl-modules, cpio (>= 2.4.2-2),
  34. patch (>= 2.2-1), make, binutils
  35. Recommends: gcc | c-compiler, bzip2
  36. Suggests: gnupg, debian-keyring
  37. Conflicts: dpkgname
  38. Replaces: dpkgname, dpkg (<< 1.4.1.8), dpkg-doc-ja, manpages-pl (<= 20051117-1)
  39. Description: package building tools for Debian
  40. This package contains the tools (including dpkg-source) required to
  41. unpack, build and upload Debian source packages.
  42. .
  43. Most Debian source packages will require additional tools to build -
  44. for example, most packages need the `make' and the C compiler `gcc'.
  45. Package: dselect
  46. Architecture: any
  47. Depends: ${shlibs:Depends}, dpkg (>= 1.13.1)
  48. Replaces: dpkg (<< 1.10.3)
  49. Description: user tool to manage Debian packages
  50. dselect is an interface for managing the installation and removal of
  51. packages on your system.
  52. .
  53. Many users find dselect intimidating and new users may prefer to use
  54. `apt'-based user interfaces.