Make Debian packaging more Debian-like

When you do `./configure`, the options are stored in the rules file.
This then means you can use the normal Debian packaging methods.

`make deb` also now uses `dpkg-buildpackage`.
This commit is contained in:
Andrew Hutchings
2025-09-04 14:01:33 +01:00
parent 48385884c0
commit 0a4ce40eb8
8 changed files with 112 additions and 71 deletions

View File

@@ -2,5 +2,4 @@ FROM debian:latest
RUN apt-get -y update
RUN apt-get -y upgrade
RUN apt-get install -y build-essential autoconf gawk debhelper lintian
RUN apt-get install -y build-essential autoconf gawk debhelper lintian dpkg-dev