Installing Programs
Learn how to install files in the final Debian package.
Automatic build and installation
Often, there isn’t much to do when building and installing programs. The dh_auto_build step can autodetect a few build systems and can just as automatically use them to build our
software. Then dh_auto_install picks up the build artifacts and
installs them where they need to go to land in the final Debian package.
At the time of writing, dh_auto_build can detect and use the following
build systems:
autoconf- Perl’s
MakeMaker(aMakefile.PLthat generates aMakefile) - Plain
Makefiles that supportbuildandinstalltargets (withDESTDIRfor the installation step) - Python’s
setuptoolsinstallers cmakeantqmakeqmake_qt4meson
Ask