control 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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.23),
  14. libncurses5-dev | libncurses-dev, zlib1g-dev (>= 1:1.1.3-19.1), libbz2-dev,
  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)
  21. Conflicts: sysvinit (<< 2.82-1), dpkg-iasearch (<< 0.11), dpkg-static,
  22. dpkg-dev (<< 1.14.6), dpkg-dev (= 1.14.13), dpkg-dev (= 1.14.14)
  23. Replaces: dpkg-doc-ja, dpkg-static, manpages-de (<= 0.4-3),
  24. manpages-pl (<= 20051117-1)
  25. Suggests: apt, lzma
  26. Description: package maintenance system for Debian
  27. This package contains the low-level commands for handling the installation
  28. and removal of packages on your system.
  29. .
  30. In order to unpack and build Debian source packages you will need to
  31. install the developers' package `dpkg-dev' as well as this one.
  32. Package: dpkg-dev
  33. Section: utils
  34. Priority: optional
  35. Architecture: all
  36. Depends: dpkg (>= 1.14.6), perl5, perl-modules, cpio (>= 2.4.2-2), bzip2, lzma,
  37. patch (>= 2.2-1), make, binutils, libtimedate-perl
  38. Recommends: gcc | c-compiler, build-essential
  39. Suggests: gnupg, debian-keyring
  40. Conflicts: dpkgname, dpkg-cross (<< 2.0.0)
  41. Replaces: dpkgname, dpkg (<< 1.4.1.8), dpkg-doc-ja, manpages-pl (<= 20051117-1)
  42. Description: package building tools for Debian
  43. This package contains the tools (including dpkg-source) required to
  44. unpack, build and upload Debian source packages.
  45. .
  46. Most Debian source packages will require additional tools to build -
  47. for example, most packages need the `make' and the C compiler `gcc'.
  48. Package: dselect
  49. Priority: optional
  50. Architecture: any
  51. Depends: ${shlibs:Depends}, dpkg (>= 1.13.1)
  52. Replaces: dpkg (<< 1.10.3)
  53. Description: user tool to manage Debian packages
  54. dselect is an interface for managing the installation and removal of
  55. packages on your system.
  56. .
  57. Many users find dselect intimidating and new users may prefer to use
  58. `apt'-based user interfaces.