control 2.1 KB

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