diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-18 05:31:44 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-18 05:31:44 +0000 |
commit | fd6411fc087e37564cc53f879bab46fb06af1130 (patch) | |
tree | acb543290d7e4ab5202712f0e881829c317a0380 /debian/rules | |
parent | Adding upstream version 2.1.2. (diff) | |
download | python-pgspecial-debian.tar.xz python-pgspecial-debian.zip |
Adding debian version 2.1.2-1.debian/2.1.2-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..9853052 --- /dev/null +++ b/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f +#DH_VERBOSE = 1 +export PYBUILD_NAME = pgspecial + +%: + dh $@ --with python3 --buildsystem=pybuild |