This repository has been archived on 2023-08-12. You can view files and clone it, but cannot push or open issues or pull requests.
authentic2-gnm/debian/rules

14 lines
370 B
Makefile
Executable File

#!/usr/bin/make -f
export PYBUILD_NAME=authentic2-gnm
%:
dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_test:
override_dh_install:
dh_install
-mkdir -p $(CURDIR)/debian/python3-authentic2-gnm/etc/authentic2-multitenant/settings.d/
cp $(CURDIR)/debian/50gnm.py $(CURDIR)/debian/python3-authentic2-gnm/etc/authentic2-multitenant/settings.d/50gnm_3.py