1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
|
Source: dpkg
Section: base
Priority: required
Maintainer: Dpkg Development <debian-dpkg@lists.debian.org>
Uploaders: Scott James Remnant <scott@netsplit.com>
Origin: debian
Bugs: debbugs://bugs.debian.org
Standards-Version: 3.5.8
Build-Depends: debiandoc-sgml, sgml-base (>= 1.9.1), sgmltools-lite, libncurses-dev, gettext (>= 0.12.1-3), zlib1g-dev (>= 1:1.1.3-19.1), libbz2-dev, autotools-dev
Package: dpkg
Architecture: any
Essential: yes
Pre-Depends: dselect, ${shlibs:Pre-Depends}
Conflicts: sysvinit (<< 2.82-1), dpkg-iasearch (<< 0.11), dpkg-static, dpkg-dev (<< 1.10)
Replaces: dpkg-doc-ja, dpkg-static, manpages-de (<= 0.4-3)
Description: Package maintenance system for Debian
This package contains the programs which handle the installation and
removal of packages on your system.
.
The primary interface for the dpkg suite is the `dselect' program;
a more low-level and less user-friendly interface is available in
the form of the `dpkg' command.
.
In order to unpack and build Debian source packages you will need to
install the developers' package `dpkg-dev' as well as this one.
Package: dpkg-static
Architecture: any
Priority: optional
Pre-Depends: dselect, ${shlibs:Pre-Depends}
Replaces: dpkg-doc-ja, dpkg, manpages-de (<= 0.4-3)
Conflicts: sysvinit (<< 2.82-1), dpkg-iasearch (<< 0.11), dpkg, dpkg-dev (<< 1.10)
Provides: dpkg
Description: Package maintenance system for Debian (static compile)
This package contains the programs which handle the installation and
removal of packages on your system.
.
The primary interface for the dpkg suite is the `dselect' program;
a more low-level and less user-friendly interface is available in
the form of the `dpkg' command.
.
In order to unpack and build Debian source packages you will need to
install the developers' package `dpkg-dev' as well as this one.
.
This version has a dpkg binary that is linked statically.
Package: dpkg-dev
Section: utils
Priority: standard
Architecture: all
Depends: perl5, perl-modules, cpio (>= 2.4.2-2), patch (>= 2.2-1), make, binutils
Recommends: c-compiler
Suggests: gnupg, debian-keyring
Conflicts: dpkgname
Replaces: dpkgname, dpkg (<< 1.4.1.8), dpkg-doc-ja
Description: Package building tools for Debian
This package contains the tools (including dpkg-source) required to
unpack, build and upload Debian source packages.
.
Most Debian source packages will require additional tools to build -
for example, most packages need the `make' and the C compiler `gcc'.
Package: dpkg-doc
Section: doc
Priority: optional
Architecture: all
Replaces: dpkg-dev (<<1.4.1.19)
Description: Dpkg Internals Documentation
This document describes the internal operations of the dpkg program. It
covers building as well as the internals functions. If you are interested
in creating your own packages, then you may be more interested in the
debian-policy package.
Package: dselect
Architecture: any
Depends: ${shlibs:Depends}
Replaces: dpkg (<< 1.10.3)
Description: a user tool to manage Debian packages
dselect is the primary user interface for installing, removing and
managing Debian packages. It is a front-end to dpkg.
|