diff options
author | Olivier Gayot <olivier.gayot@sigexec.com> | 2023-02-11 20:26:56 +0100 |
---|---|---|
committer | Olivier Gayot <olivier.gayot@sigexec.com> | 2023-02-11 20:31:44 +0100 |
commit | 245fa3ff72d61b654f4eec16cc5cf024670e1cfd (patch) | |
tree | dac56de84411e95a35795ec0e50e7dd48eb4eb64 /debian/rules | |
parent | 95da899f079c805109427db3a99f218aa5c992dd (diff) |
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..772500e --- /dev/null +++ b/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --with python3 --buildsystem pybuild |