diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-05 16:23:58 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-05 16:23:58 +0000 |
commit | 1c6e9bae3de9fbf5747a825564856cfe7458945b (patch) | |
tree | 6a3e9c853f6dc496345481e16e4b54feef21676c /debian/rules | |
parent | Adding upstream version 0.7.16. (diff) | |
download | alabaster-debian.tar.xz alabaster-debian.zip |
Adding debian version 0.7.16-0.1.debian/0.7.16-0.1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..0e9abe1 --- /dev/null +++ b/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f +#DH_VERBOSE = 1 + +export PYBUILD_NAME=alabaster + +# main packaging script based on dh7 syntax +%: + dh $@ --with python3 --buildsystem=pybuild |