From fd0e5b08e01e241ca3a4841c8842b0c31db16f8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Picca=20Fr=C3=A9d=C3=A9ric-Emmanuel?= Date: Thu, 20 Jul 2023 19:16:31 +0200 Subject: fix FTBFS --- debian/changelog | 8 ++++++++ debian/rules | 8 +++++++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7a3ee9e..bf98108 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +python-fabio (2023.6.0-2) unstable; urgency=medium + + * Bug fix: "python-fabio_2023.6.0-1_ppc64el-buildd.changes REJECTED", + thanks to Aurelien Jarno (Closes: #1041442). + * d/rules: reactivated the unit test. + + -- Picca Frédéric-Emmanuel Thu, 20 Jul 2023 19:13:04 +0200 + python-fabio (2023.6.0-1) unstable; urgency=medium * New upstream version 2023.6.0 diff --git a/debian/rules b/debian/rules index 618715e..ae18f18 100755 --- a/debian/rules +++ b/debian/rules @@ -23,7 +23,7 @@ endif override_dh_auto_test: # https://github.com/silx-kit/fabio/issues/153 -# PYBUILD_SYSTEM=custom \ + PYBUILD_SYSTEM=custom \ PYBUILD_TEST_ARGS="PYTHONPATH={build_dir} http_proxy='127.0.0.1:9' FABIO_TESTIMAGES=testimages xvfb-run -a --server-args=\"-screen 0 1024x768x24\" {interpreter} ./run_tests.py" dh_auto_test execute_after_dh_auto_install-indep: @@ -39,3 +39,9 @@ execute_after_dh_link: override_dh_sphinxdoc: dh_sphinxdoc -p python-fabio-doc -X_static/mathjax -O--buildsystem=pybuild + +execute_before_dh_fixperms: + # hack until the 1/1/1970 issue is solved by upstream + -find debian/fabio-viewer -type f | xargs touch -d@${SOURCE_DATE_EPOCH} + -find debian/python3-fabio -type f | xargs touch -d@${SOURCE_DATE_EPOCH} + -find debian/python-fabio-doc -type f | xargs touch -d@${SOURCE_DATE_EPOCH} -- cgit v1.2.3