Skip to content

Conversation

@ozsoyisik
Copy link

@ozsoyisik ozsoyisik commented Dec 10, 2025

Gitlab Username: oezsoyik

Commands:

# Build the container
docker build -t cpack-exercise .

# Run the container
docker run -it --mount type=bind,source="$(pwd)",target=/mnt/cpack-exercise cpack-exercise

cd /mnt/cpack-exercise && mkdir build && cd build

cmake .. && make package

apt install -y ./*.deb
cpackexample

lintian *.deb

Solved Lintian Errors/Warnings:

  • description-synopsis-starts-with-article : I fixed it by removing "a" at the beginning
  • I got no-manual-page while trying to fix it, I got further errors: uncompressed-manual-page, wrong-compression-in-manual-page and broken-gz I was able to fix all of them by adding a manual page and then compressing it properly
  • no-phrase for Maintainer: I have added maintainer
  • extended-description: I have extended the description

At the end I only had 2 more errors:

image

@ozsoyisik ozsoyisik changed the title Add configuraitons and manual to eliminate lintian warning Add installation and packaging targets Dec 10, 2025
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