Highlights: Quick Debian Packaging and Multipackage Builds
Let’s review what we have learned so far.
We'll cover the following
Key highlights
-
There are tools that help us populate
debian/
directories.dh_make
is a pretty generic tool. In case our package is based on a structured package for a popular programming language, there might be a more specific tool that does a better job at finding metadata for us. -
A multipackage build creates several binary packages out of single source package and directory. To do that, we need the appropriate sections in the
debian/control
file, and we must make sure that the installation copies files to the respectivedebian/<package-name>
directories.
Get hands-on with 1200+ tech skills courses.