From 28de72152e8a7d4a03a755291aa096892ef9a998 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 7 Feb 2025 10:21:19 +0100 Subject: [PATCH] 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