mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 09:52:37 +02:00

As a result, a new `debian` folder is now living in the repository. Debian packaging is now done manually rather than using tools that do the heavy-lifting for us. The `build-deb.py` script has also been updated to use `dpkg-buildpackage`
7 lines
132 B
Makefile
Executable file
7 lines
132 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
export PYBUILD_NAME=dangerzone
|
|
export DEB_BUILD_OPTIONS=nocheck
|
|
|
|
%:
|
|
dh $@ --with python3 --buildsystem=pybuild
|
|
|