[vtk6] 04/12: add overrides and move PythonTK lib to python package

Gert Wollny gert-guest at moszumanska.debian.org
Thu Feb 18 11:06:09 UTC 2016


This is an automated email from the git hooks/post-receive script.

gert-guest pushed a commit to branch master
in repository vtk6.

commit 74543a27179037af54609bf7ff1df379cf560e96
Author: Gert Wollny <gw.fossdev at gmail.com>
Date:   Tue Feb 16 21:12:13 2016 +0000

    add overrides and move PythonTK lib to python package
---
 debian/changelog                      | 6 ++----
 debian/libvtk6.2-qt.lintian-overrides | 1 +
 debian/rules                          | 6 +++---
 3 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ec9f4fb..34e4f7a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,10 +2,8 @@ vtk6 (6.2.0+dfsg1-8) UNRELEASED; urgency=medium
 
   * [842987d] Add the libvtk*Qt*.so files to libvtk6-qt-dev
   * [7f90dea] Update Java installation locations
-  * Add the libvtk*Qt*.so files to libvtk6-qt-dev
-  * Update Java installation locations
-  * Update changelog for 6.2.0+dfsg1-8 release
-  * Remove python files from -dev packages and provide an according symlink in the python-vtk6 package
+  * [c15ed1e] Move Python packages aout of *-dev packages and 
+    provide a symlink in the python-vtk6 package instead 
 
  -- Gert Wollny <gw.fossdev at gmail.com>  Wed, 03 Feb 2016 15:05:29 +0000
 
diff --git a/debian/libvtk6.2-qt.lintian-overrides b/debian/libvtk6.2-qt.lintian-overrides
new file mode 100644
index 0000000..afd972c
--- /dev/null
+++ b/debian/libvtk6.2-qt.lintian-overrides
@@ -0,0 +1 @@
+libvtk6.2-qt: hardening-no-relro
diff --git a/debian/rules b/debian/rules
index e5250c7..7b5d280 100755
--- a/debian/rules
+++ b/debian/rules
@@ -100,6 +100,6 @@ override_dh_install-arch:
 	find $(CURDIR)/debian/libvtk6-qt-dev/ -name "*Java.so" -exec rm {} \;
 	find $(CURDIR)/debian/libvtk6-dev/usr/include/ -name "Q*" -exec rm {} \;
 	rm -rf $(CURDIR)/debian/libvtk6-doc/usr/share/doc/vtk6-doc/html/_formulas.log
-        cd $(CURDIR)/debian/python-vtk6/ && \
-          mkdir -p /usr/lib/$(DEB_HOST_MULTIARCH)/python2.7/site-packages/vtk && \
-          ln -s  /usr/lib/python2.7/dist/packages/vtk  /usr/lib/$(DEB_HOST_MULTIARCH)/python2.7/site-packages/vtk
+	mkdir -p  $(CURDIR)/debian/python-vtk6/usr/lib/$(DEB_HOST_MULTIARCH)/python2.7/site-packages/ && \
+          cd $(CURDIR)/debian/python-vtk6/usr/lib/$(DEB_HOST_MULTIARCH)/python2.7/site-packages/ && \
+	  ln -s  /usr/lib/python2.7/dist/packages/vtk vtk

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/vtk6.git



More information about the debian-science-commits mailing list