From b86bbb4aef077aeac026f5a91aeb32ab00f2142c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 16 Sep 2022 15:58:31 +0200 Subject: Cosmetically updating rules file. Signed-off-by: Daniel Baumann --- debian/rules | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/debian/rules b/debian/rules index aae6151..5ee0bf1 100755 --- a/debian/rules +++ b/debian/rules @@ -1,14 +1,12 @@ #!/usr/bin/make -f -#export DH_VERBOSE = 1 export PYBUILD_NAME=colorclass export PYBUILD_BEFORE_TEST=cp example.py {build_dir} export PYBUILD_AFTER_TEST=rm {build_dir}/example.py - %: - dh $@ --with python3 --buildsystem pybuild + dh ${@} --buildsystem pybuild --with python3 override_dh_compress: dh_compress -X example.py -- cgit v1.2.3