From 39fd6cab4da93ece412b5bad83b5a74a86e636f7 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Feb 2021 11:57:58 +0100 Subject: Adding debian version 2.1.0-1. Signed-off-by: Daniel Baumann --- debian/rules | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 debian/rules (limited to 'debian/rules') 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 -- cgit v1.2.3