summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>2023-07-20 19:16:31 +0200
committerPicca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>2023-07-20 19:16:31 +0200
commitfd0e5b08e01e241ca3a4841c8842b0c31db16f8d (patch)
treec376255ef47c35459623cb0185622cac5c828028
parente416f62f51bcc138ce570f5aad7cbb0205965426 (diff)
-rw-r--r--debian/changelog8
-rwxr-xr-xdebian/rules8
2 files changed, 15 insertions, 1 deletions
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 <picca@debian.org> 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}