| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
- Source: dpkg
- Section: admin
- Priority: required
- Maintainer: Dpkg Developers <debian-dpkg@lists.debian.org>
- Uploaders: Guillem Jover <guillem@debian.org>, Raphaël Hertzog <hertzog@debian.org>
- Origin: debian
- Bugs: debbugs://bugs.debian.org
- Homepage: http://wiki.debian.org/Teams/Dpkg
- Vcs-Browser: http://git.debian.org/?p=dpkg/dpkg.git
- Vcs-Git: git://git.debian.org/git/dpkg/dpkg.git
- Standards-Version: 3.8.3
- Build-Depends: debhelper (>= 6.0.7), pkg-config, po4a (>= 0.33.1),
- libncursesw5-dev, zlib1g-dev (>= 1:1.1.3-19.1), libbz2-dev, flex,
- libselinux1-dev (>= 1.28-4) [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64],
- libtimedate-perl, libio-string-perl
- Package: libdpkg-dev
- Section: libdevel
- Priority: optional
- Architecture: any
- Depends: ${misc:Depends}
- Description: package maintenance system for Debian - development files
- This package contains the header files and static library necessary to
- develop software using libdpkg, the same library used internally by dpkg.
- .
- Note though, that the API is to be considered volatile, and might change
- at any time, use at your own risk.
- Package: dpkg
- Architecture: any
- Essential: yes
- Pre-Depends: ${shlibs:Depends}, coreutils (>= 5.93-1), xz-utils
- Depends: ${misc:Depends}
- Conflicts: sysvinit (<< 2.82-1), dpkg-iasearch (<< 0.11),
- dpkg-dev (<< 1.14.16), apt (<< 0.7.7), aptitude (<< 0.4.7-1)
- Replaces: manpages-de (<= 0.4-3), manpages-pl (<= 20051117-1)
- # install-info transition
- # see http://wiki.debian.org/Transitions/DpkgToGnuInstallInfo
- Breaks: jed (<< 1:0.99.18+dfsg.1-13), xjed (<< 1:0.99.18+dfsg.1-13),
- konqueror (<= 4:4.2.96-1), xemacs21-support (<< 21.4.22-2),
- emacs22 (<= 22.3+1-1), emacs22-gtk (<= 22.3+1-1), emacs22-nox (<= 22.3+1-1),
- emacs21 (<< 21.4a+1-5.7), emacs21-nox (<< 21.4a+1-5.7),
- tkinfo (<< 2.8-3.1), pinfo (<< 0.6.9-3.1), jed-extra (<= 2.5.3-2)
- Suggests: apt
- Description: Debian package management system
- This package provides the low-level infrastructure for handling the
- installation and removal of Debian software packages.
- .
- For Debian package development tools, install dpkg-dev.
- Package: dpkg-dev
- Section: utils
- Priority: optional
- Architecture: all
- Depends: libdpkg-perl (= ${source:Version}), bzip2, xz-utils,
- patch, make, binutils, base-files (>= 5.0.0), ${misc:Depends}
- Recommends: gcc | c-compiler, build-essential, fakeroot, gnupg, gpgv
- Suggests: debian-keyring
- Conflicts: dpkg-cross (<< 2.0.0), devscripts (<< 2.10.26)
- Replaces: manpages-pl (<= 20051117-1)
- Description: Debian package development tools
- This package provides the development 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 make and the C compiler gcc.
- Package: libdpkg-perl
- Section: perl
- Priority: optional
- Architecture: all
- Depends: dpkg (>= 1.15.4), perl, libtimedate-perl, ${misc:Depends}
- Recommends: bzip2, xz-utils
- Suggests: debian-keyring, gnupg, gpgv, binutils, patch
- Conflicts: dpkg-dev (<< 1.15.6)
- Replaces: dpkg-dev (<< 1.15.6)
- Description: Dpkg perl modules
- This package provides the perl modules used by the scripts
- in dpkg-dev. They cover a wide range of functionalities. Among them
- there are the following modules:
- .
- - Dpkg::Arch: manipulate Debian architecture information
- - Dpkg::BuildOptions: parse and manipulate DEB_BUILD_OPTIONS
- - Dpkg::Changelog: parse Debian changelogs
- - Dpkg::Checksums: generate and parse checksums
- - Dpkg::Compression::Process: wrapper around compression tools
- - Dpkg::Compression::FileHandle: transparently (de)compress files
- - Dpkg::Control: parse and manipulate Debian control information
- (.dsc, .changes, Packages/Sources entries, etc.)
- - Dpkg::Deps: parse and manipulate dependencies
- - Dpkg::ErrorHandling: common error functions
- - Dpkg::Index: collections of Dpkg::Control (Packages/Sources files for
- example)
- - Dpkg::IPC: spawn sub-processes and feed/retrieve data
- - Dpkg::Substvars: substitute variables in strings
- - Dpkg::Vendor: identify current distribution vendor
- - Dpkg::Version: parse and manipulate Debian package versions
- .
- All the packages listed in Suggests or Recommends are used by some of the
- modules.
- Package: dselect
- Priority: optional
- Architecture: any
- Depends: ${shlibs:Depends}, dpkg (>= 1.13.1), ${misc:Depends}
- Suggests: perl
- Conflicts: dpkg-ftp, dpkg-multicd
- Replaces: dpkg (<< 1.10.3), dpkg-ftp, dpkg-multicd
- Description: Debian package management front-end
- dselect is a high-level interface for managing the installation and
- removal of Debian software packages.
- .
- Many users find dselect intimidating and new users may prefer to use
- apt-based user interfaces.
|