control 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. Standards-Version: 3.6.2
  9. Build-Depends: debhelper (>= 4.1.81), pkg-config, libncurses5-dev | libncurses-dev, zlib1g-dev (>= 1:1.1.3-19.1), libbz2-dev, libselinux1-dev (>= 1.28-4) [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], po4a
  10. Package: dpkg
  11. Architecture: any
  12. Essential: yes
  13. Pre-Depends: ${shlibs:Depends}
  14. Depends: coreutils | textutils (>= 2.0-3)
  15. Conflicts: sysvinit (<< 2.82-1), dpkg-iasearch (<< 0.11), dpkg-static, dpkg-dev (<< 1.10)
  16. Replaces: dpkg-doc-ja, dpkg-static, manpages-de (<= 0.4-3), manpages-pl (<= 20051117-1)
  17. Suggests: apt
  18. Description: package maintenance system for Debian
  19. This package contains the low-level commands for handling the installation
  20. and removal of packages on your system.
  21. .
  22. In order to unpack and build Debian source packages you will need to
  23. install the developers' package `dpkg-dev' as well as this one.
  24. Package: dpkg-dev
  25. Section: utils
  26. Priority: standard
  27. Architecture: all
  28. Depends: dpkg (>= 1.13.1), perl5, perl-modules, cpio (>= 2.4.2-2), patch (>= 2.2-1), make, binutils
  29. Recommends: gcc | c-compiler, bzip2
  30. Suggests: gnupg, debian-keyring
  31. Conflicts: dpkgname
  32. Replaces: dpkgname, dpkg (<< 1.4.1.8), dpkg-doc-ja, manpages-pl (<= 20051117-1)
  33. Description: package building tools for Debian
  34. This package contains the tools (including dpkg-source) required to
  35. unpack, build and upload Debian source packages.
  36. .
  37. Most Debian source packages will require additional tools to build -
  38. for example, most packages need the `make' and the C compiler `gcc'.
  39. Package: dselect
  40. Architecture: any
  41. Depends: ${shlibs:Depends}, dpkg (>= 1.13.1)
  42. Replaces: dpkg (<< 1.10.3)
  43. Description: user tool to manage Debian packages
  44. dselect is an interface for managing the installation and removal of
  45. packages on your system.
  46. .
  47. Many users find dselect intimidating and new users may prefer to use
  48. `apt'-based user interfaces.