...

/

Solution: Build Multiple Packages Using dh_install

Solution: Build Multiple Packages Using dh_install

Look at the solution for the “Build Multiple Packages Using dh_install” challenge.

We'll cover the following...
100
200
300
600
Project directory and code for building multiple packages using dh_install

Explanation

  • In the Makefile, we use the install target to install the calculate-average binary file and the scores data file in the debian/<package-name> directory.

  • We write the debian/control file, which contains the source package name, multiple binary ...