How to Create a Simple Debian Package (www.baeldung.com)
from lysdexic@programming.dev to programming@programming.dev on 20 May 2024 11:50
https://programming.dev/post/14341572

#programming

threaded - newest

mox@lemmy.sdf.org on 20 May 2024 18:43 collapse

Not a bad shallow introduction to the package structure, but it leaves out more than a little, and doesn’t address compiled software at all.

Fortunately, Debian has extensive documentation. It’s worth a look for anyone wanting to build packages suitable for publishing.

www.debian.org/doc/devel-manuals

The New Maintainers’ Guide might be a good next step for understanding more use cases and available tools.

The full Guide for Debian Maintainers is more up to date, including relatively new tools like dh that considerably simplify packaging software that uses common build systems.