...

/

Exercise: Build Multiple Packages Using dh_install

Exercise: Build Multiple Packages Using dh_install

Build and install multiple packages using the dh_install tool.

We'll cover the following...

Task

In this exercise, you are required to create multiple binary packages (calculate-average and calculate-average-data) from one source package (calculate-average) using the tool dh_install.

  • You are given a scores file with the content consisting of numbers on each line.

  • You ...