
apt-cache | 597
Package
Management
This is the Title of the Book, eMatter Edition
Copyright © 2006 O’Reilly & Associates, Inc. All rights reserved.
dpkg-distaddfile
Add an entry for a file to debian/files. (Perl script)
dpkg-divert
Create and manage the list of diversions, used to override the default loca-
tion for installing files. (Perl script)
dpkg-genchanges
Generate an upload control file from the information in an unpacked, built
source tree and the files it has generated. (Perl script)
dpkg-gencontrol
Read information from an unpacked source tree, generate a binary package
control file (by default, debian/tmp/DEBIAN/control), and add an entry for
the binary file to debian/files. (Perl script)
dpkg-name
Rename Debian packages to their full package names. (Shell script)
dpkg-parsechangelog
Read and parse the changelog from an unpacked source tree and write the
information to standard output in machine-readable form. (Perl script)
dpkg-preconfigure
Let packages ask questions prior to installation. (Perl script)
dpkg-reconfigure
Reconfigure a package that is already installed. (Perl script)
dpkg-scanpackages
Create a Packages file from a tree of binary packages. The Packages file is
used by dselect to provide a list of packages available for installation. (Perl
script)
dpkg-shlibdeps
Calculate shared library dependencies for named executables. (Perl script)
dpkg-source
Pack and unpack Debian source archives. ...