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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user