summaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-02-07 10:57:58 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-02-07 11:00:19 +0000
commit39fd6cab4da93ece412b5bad83b5a74a86e636f7 (patch)
treea2de839d59a3fda7606fc4cc7377e16d612df5b0 /debian/rules
parentAdding upstream version 2.1.0. (diff)
downloadcli-helpers-debian/2.1.0-1.tar.xz
cli-helpers-debian/2.1.0-1.zip
Adding debian version 2.1.0-1.debian/2.1.0-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules9
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..723dd85
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=cli-helpers
+
+%:
+ dh ${@} --buildsystem=pybuild --with python3
+
+override_dh_auto_test:
+ # disabled, doesn't work yet