control 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. Source: dpkg
  2. Section: base
  3. Priority: required
  4. Maintainer: Dpkg Development <debian-dpkg@lists.debian.org>
  5. Uploaders: Scott James Remnant <scott@netsplit.com>
  6. Origin: debian
  7. Bugs: debbugs://bugs.debian.org
  8. Standards-Version: 3.6.1.0
  9. Build-Depends: debhelper (>= 4.1.81), libncurses5-dev | libncurses-dev, zlib1g-dev (>= 1:1.1.3-19.1), libbz2-dev
  10. Package: dpkg
  11. Architecture: any
  12. Essential: yes
  13. Pre-Depends: ${shlibs:Depends}
  14. Conflicts: sysvinit (<< 2.82-1), dpkg-iasearch (<< 0.11), dpkg-static, dpkg-dev (<< 1.10)
  15. Replaces: dpkg-doc-ja, dpkg-static, manpages-de (<= 0.4-3)
  16. Suggests: apt
  17. Description: Package maintenance system for Debian
  18. This package contains the low-level commands for handling the installation
  19. and removal of packages on your system.
  20. .
  21. In order to unpack and build Debian source packages you will need to
  22. install the developers' package `dpkg-dev' as well as this one.
  23. Package: dpkg-dev
  24. Section: utils
  25. Priority: standard
  26. Architecture: all
  27. Depends: dpkg (>= 1.13.1), perl5, perl-modules, cpio (>= 2.4.2-2), patch (>= 2.2-1), make, binutils
  28. Recommends: gcc | c-compiler
  29. Suggests: gnupg, debian-keyring
  30. Conflicts: dpkgname
  31. Replaces: dpkgname, dpkg (<< 1.4.1.8), dpkg-doc-ja
  32. Description: Package building tools for Debian
  33. This package contains the tools (including dpkg-source) required to
  34. unpack, build and upload Debian source packages.
  35. .
  36. Most Debian source packages will require additional tools to build -
  37. for example, most packages need the `make' and the C compiler `gcc'.
  38. Package: dselect
  39. Architecture: any
  40. Depends: ${shlibs:Depends}, dpkg (>= 1.13.1)
  41. Replaces: dpkg (<< 1.10.3)
  42. Description: a user tool to manage Debian packages
  43. dselect is an interface for managing the installation and removal of
  44. packages on your system.
  45. .
  46. Many users find dselect intimidating and new users may prefer to use
  47. `apt'-based user interfaces.