diff options
author | Olivier Gayot <olivier.gayot@sigexec.com> | 2023-02-11 19:47:01 +0100 |
---|---|---|
committer | Olivier Gayot <olivier.gayot@sigexec.com> | 2023-02-11 19:52:47 +0100 |
commit | c35ac6f8e56f042f0188a284d85a4700ccf37773 (patch) | |
tree | 5222411542830e5959bd3affa0ed8388b0b7250d /debian/rules | |
parent | ff3c765f1c33f3adbda07f2d828542099f9cbb26 (diff) |
Make it a debian package
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 |