summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>2018-08-02 11:31:17 +0200
committerPicca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>2018-08-02 11:31:17 +0200
commiteb3804610f695d661434cd96f3a616dd5b6d938d (patch)
tree29f57ae25a5fd6279f02d4382429f42c9e6228e2 /debian/rules
parentfe9d501bde9066508f32726d73d4485c4e41a332 (diff)
deal with private python modules
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 1f3c86d..7ff5b71 100755
--- a/debian/rules
+++ b/debian/rules
@@ -51,6 +51,10 @@ override_dh_install:
dh_install
+override_dh_python3:
+ dh_python3
+ dh_python3 -p python3-silx /usr/lib/qt4/plugins/designer/python
+
# WITH_QT_TEST=False to disable graphical tests
# SILX_OPENCL=False to disable OpenCL tests
# SILX_TEST_LOW_MEM=True to disable tests taking large amount of memory