|
dh_installmime(1) -- install mime files into package build directories
|
dh_installmime is a debhelper program that is responsible for installing mime files into package build directories. It also automatically generates the postinst and postrm commands needed to interface... |
dh_installmodules(1) -- register modules with modutils
|
dh_installmodules is a debhelper program that is responsible for registering kernel modules with modutils. Files named debian/package.modules will be installed as etc/modutils/package in the package b... |
dh_installpam(1) -- install pam support files
|
dh_installpam is a debhelper program that is responsible for installing files used by PAM into package build directories. If a file named debian/package.pam exists, then it is installed into etc/pam.d... |
dh_installwm(1) -- register a window manager
|
dh_installwm is a debhelper program that is responsible for generating the postinst and postrm commands that register a window manager with update-alternatives(8) Any window manager programs specified... |
dh_installxaw(1) -- install xaw wrappers config files into package build directories
|
Warning: The xaw-wrappers package has been removed from debian, and so this program is deprecated, and due to be removed soon. dh_installxaw is a debhelper program that is responsible for installing x... |
dh_installxfonts(1) -- register X fonts
|
dh_installxfonts is a debhelper program that is responsible for registering X fonts, so their corresponding fonts.dir, fonts.alias, and fonts.scale be rebuilt properly at install time. Before calling ... |
dh_link(1) -- create symlinks in package build directories
|
dh_link is a debhelper program that creates symlinks in package build directories. dh_link accepts a list of pairs of source and destination files. The source files are the already existing files that... |
dh_listpackages(1) -- list binary packages debhelper will act on
|
dh_listpackages is a debhelper program that outputs a list of all binary packages debhelper commands will act on. If you pass it some options, it will change the list to match the packages other debhe... |
dh_makeshlibs(1) -- automatically create shlibs file
|
dh_makeshlibs is a debhelper program that automatically scans for shared libraries, and generates a shlibs file for the libraries it finds. It also adds a call to ldconfig in the postinst and postrm s... |
dh_md5sums(1) -- generate DEBIAN/md5sums file
|
dh_md5sums is a debhelper program that is responsible for generating a DEBIAN/md5sums file, which lists the md5sums of each file in the package. All files in DEBIAN/ are omitted from the md5sums file,... |
dh_movefiles(1) -- move files out of debian/tmp into subpackages
|
dh_movefiles is a debhelper program that is responsible for moving files out of debian/tmp or some other directory and into other package build directories. This may be useful if your package has a Ma... |
dh_perl(1) -- calculates perl scripts & modules dependencies
|
dh_perl is a debhelper program that is responsible for generating the ${perl:Depends} substitutions and adding them to substvars files. The program will look at perl scripts and modules in your packag... |
dh_shlibdeps(1) -- calculate shared library dependancies
|
dh_shlibdeps is a debhelper program that is responsible for calculating shared library dependancies for packages. This program is merely a wrapper around dpkg-shlibdeps(1) that calls it once for each ... |