[med-svn] r21361 - trunk/packages/insighttoolkit/trunk/debian
Gert Wollny
gert-guest at moszumanska.debian.org
Wed Feb 3 01:41:06 UTC 2016
Author: gert-guest
Date: 2016-02-03 01:41:06 +0000 (Wed, 03 Feb 2016)
New Revision: 21361
Modified:
trunk/packages/insighttoolkit/trunk/debian/changelog
trunk/packages/insighttoolkit/trunk/debian/rules
Log:
d/rules: Correct python package rules
Modified: trunk/packages/insighttoolkit/trunk/debian/changelog
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/changelog 2016-02-03 01:35:15 UTC (rev 21360)
+++ trunk/packages/insighttoolkit/trunk/debian/changelog 2016-02-03 01:41:06 UTC (rev 21361)
@@ -10,6 +10,8 @@
error log during the test run.
* d/control: use system double-conversion Closes: #733629
* d/rules: explicitely disable KWStyle, because otherwise it wants to download
+ * d/rules: remove line for installing Python related *.so files. They are
+ now installed under pythonVER/site-packages
-- Gert Wollny <gw.fossdev at gmail.com> Mon, 11 Feb 2016 12:33:38 +0100
Modified: trunk/packages/insighttoolkit/trunk/debian/rules
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/rules 2016-02-03 01:35:15 UTC (rev 21360)
+++ trunk/packages/insighttoolkit/trunk/debian/rules 2016-02-03 01:41:06 UTC (rev 21361)
@@ -110,7 +110,7 @@
#
# pkg_python
dh_install -p$(pkg_python) debian/tmp/usr/lib/python2.7/* usr/lib/python2.7/
- dh_install -p$(pkg_python) usr/lib/ITK-$(SOVERSION)/Python usr/lib/ITK-$(SOVERSION)
+# dh_install -p$(pkg_python) usr/lib/ITK-$(SOVERSION)/Python usr/lib/ITK-$(SOVERSION)
override_dh_installexamples:
# pkg_examples
More information about the debian-med-commit
mailing list