Search⌘ K
AI Features

Exercise: Build Multiple Packages Using dh_install

Understand how to build multiple Debian binary packages from a single source package using dh_install. This exercise guides you through modifying Makefile, control, and rules files, creating .install files, and building and installing packages to manage software components efficiently.

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 ...