summaryrefslogtreecommitdiff
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
parentfe9d501bde9066508f32726d73d4485c4e41a332 (diff)
deal with private python modules
-rw-r--r--debian/changelog2
-rwxr-xr-xdebian/rules4
2 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 813a5d3..091b9fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ silx (0.8.0+dfsg-1) unstable; urgency=medium
* d/control
- Build-Depends
+ Added pandoc
+ * d/rules
+ - override dh_python3 to deal with qtdesigner files.
-- Picca Frédéric-Emmanuel <picca@debian.org> Tue, 31 Jul 2018 16:24:57 +0200
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