From b0484cde85176ade84a9fe3daac904103b8d0734 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 5 Feb 2025 19:15:45 +0100 Subject: [PATCH] Using dedidated debhelper files for examples installation. Signed-off-by: Daniel Baumann --- debian/python3-tqdm.examples | 1 + debian/rules | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) create mode 100644 debian/python3-tqdm.examples diff --git a/debian/python3-tqdm.examples b/debian/python3-tqdm.examples new file mode 100644 index 0000000..e39721e --- /dev/null +++ b/debian/python3-tqdm.examples @@ -0,0 +1 @@ +examples/* diff --git a/debian/rules b/debian/rules index bb9a535..1a7e710 100755 --- a/debian/rules +++ b/debian/rules @@ -5,8 +5,5 @@ export PYBUILD_TEST_ARGS=--verbose -k 'not test_comppath and not test_imap and n %: dh $@ --with python3 --buildsystem=pybuild -override_dh_installexamples: - dh_installexamples -A examples/* - override_dh_compress: dh_compress -X.py