diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 05:38:15 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 05:38:15 +0000 |
commit | 390984cbb229f6d0f4cf178095e1a7a3dd005b18 (patch) | |
tree | 0b1771d4f1f70384a9a8d7c093e3acd5f98eed52 /debian/rules | |
parent | Adding upstream version 0.7.1. (diff) | |
download | port-for-390984cbb229f6d0f4cf178095e1a7a3dd005b18.tar.xz port-for-390984cbb229f6d0f4cf178095e1a7a3dd005b18.zip |
Adding debian version 0.7.1-1.debian/0.7.1-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rwxr-xr-x | debian/rules | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..ef70aa6 --- /dev/null +++ b/debian/rules @@ -0,0 +1,16 @@ +#!/usr/bin/make -f + +export PYBUILD_NAME=port-for +export PYBUILD_SYSTEM=pyproject + +%: + dh ${@} --buildsystem=pybuild --with python3 + +override_dh_auto_install: + dh_auto_install + +override_dh_auto_test: + # disabled + + mkdir -p debian/python3-$(PYBUILD_NAME)/usr/share/doc/python3-$(PYBUILD_NAME) + cp README.rst debian/python3-$(PYBUILD_NAME)/usr/share/doc/python3-$(PYBUILD_NAME)/README |