diff options
author | B. Stack <bgstack15@gmail.com> | 2022-12-18 15:47:06 -0500 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-12-18 15:48:12 -0500 |
commit | 98840b1e931c83051d0b21f3b81af51ff21948d1 (patch) | |
tree | 7c28062483dec7717c83139b330e6526a5bc4450 /python-freeipa/debian/rules | |
parent | Merge branch 'scite-bump' into 'master' (diff) | |
download | stackrpms-98840b1e931c83051d0b21f3b81af51ff21948d1.tar.gz stackrpms-98840b1e931c83051d0b21f3b81af51ff21948d1.tar.bz2 stackrpms-98840b1e931c83051d0b21f3b81af51ff21948d1.zip |
add python-freeipa
Diffstat (limited to 'python-freeipa/debian/rules')
-rwxr-xr-x | python-freeipa/debian/rules | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/python-freeipa/debian/rules b/python-freeipa/debian/rules new file mode 100755 index 0000000..81201ef --- /dev/null +++ b/python-freeipa/debian/rules @@ -0,0 +1,16 @@ +#!/usr/bin/make -f +export DEB_BUILD_MAINT_OPTIONS=hardening=+all +export PYBUILD_NAME=freeipa +export PYBUILD_DISABLE=test + +build3vers := $(shell py3versions -sv) + +%: + dh $@ --with python3 --buildsystem pybuild + +override_dh_auto_configure: + dh_auto_configure + +override_dh_auto_clean: + -rm -rf src/python_freeipa.egg-info/ + dh_auto_clean |