Skip to content

Conversation

@feegeer
Copy link

@feegeer feegeer commented Dec 7, 2025

to run the container / get the created packages, run:

docker build -t cpack-exercise .
docker run --rm -it --mount type=bind,source="$(pwd)",target=/mnt/cpack-exercise cpack-exercise

I worked on the following bonus tasks:

Fix more errors and warnings (not necessarily all)

before:

Screenshot 2025-12-03 164652

after:

Screenshot 2025-12-07 204616
  • I added an extended description
  • I fixed the malformed-contact error by using the correct syntax
  • I added a directory ./debian with files for the license and the changelog as well as a manpage, each with the according syntax

Let us completely automatize the package creation using the Docker image

see comand above to run the container and obtain the .tag.gz and .deb files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant