[med-svn] r7660 - trunk/packages/vtkedge/trunk/debian

Mathieu Malaterre malat-guest at alioth.debian.org
Sun Sep 4 14:21:12 UTC 2011


Author: malat-guest
Date: 2011-09-04 14:21:12 +0000 (Sun, 04 Sep 2011)
New Revision: 7660

Modified:
   trunk/packages/vtkedge/trunk/debian/changelog
   trunk/packages/vtkedge/trunk/debian/control
   trunk/packages/vtkedge/trunk/debian/rules
Log:
Another attempt in building vtkedge with paraview 3.10

Modified: trunk/packages/vtkedge/trunk/debian/changelog
===================================================================
--- trunk/packages/vtkedge/trunk/debian/changelog	2011-09-04 13:52:17 UTC (rev 7659)
+++ trunk/packages/vtkedge/trunk/debian/changelog	2011-09-04 14:21:12 UTC (rev 7660)
@@ -3,6 +3,7 @@
   * Build upstream from newer svn (20110819)
   * Remove references to old GPL license. Closes: #634739
   * Install *.txx file. Closes: #632861
+  * Bump Standard Revision to 3.9.2, no changes needed
 
  -- Mathieu Malaterre <mathieu.malaterre at gmail.com>  Fri, 19 Aug 2011 17:12:42 +0200
 

Modified: trunk/packages/vtkedge/trunk/debian/control
===================================================================
--- trunk/packages/vtkedge/trunk/debian/control	2011-09-04 13:52:17 UTC (rev 7659)
+++ trunk/packages/vtkedge/trunk/debian/control	2011-09-04 14:21:12 UTC (rev 7660)
@@ -6,9 +6,9 @@
 DM-Upload-Allowed: yes
 Uploaders: Mathieu Malaterre <mathieu.malaterre at gmail.com>
 Build-Depends: debhelper (>= 8), cmake (>= 2.8.1), libvtk5-dev (>= 5.4), quilt (>= 0.46-7~),
- paraview (>= 3.8.1), libinsighttoolkit3-dev, libgdcm2-dev,
- qt4-dev-tools, qt4-qmake, libqt4-dev, libhdf5-serial-dev, libqtwebkit-dev | libqt4-dev (<< 4.7), python-dev
-Standards-Version: 3.9.1
+ paraview, paraview-dev (>= 3.10.1), libinsighttoolkit3-dev, libgdcm2-dev,
+ qt4-dev-tools, qt4-qmake, libqt4-dev, libqtwebkit-dev | libqt4-dev (<< 4.7), python-dev
+Standards-Version: 3.9.2
 XS-Python-Version: current
 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/vtkedge/trunk/?rev=0&sc=0
 Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/vtkedge/trunk/

Modified: trunk/packages/vtkedge/trunk/debian/rules
===================================================================
--- trunk/packages/vtkedge/trunk/debian/rules	2011-09-04 13:52:17 UTC (rev 7659)
+++ trunk/packages/vtkedge/trunk/debian/rules	2011-09-04 14:21:12 UTC (rev 7660)
@@ -1,5 +1,8 @@
 #!/usr/bin/make -f
 
+# /usr/bin/kwProcessXML: error while loading shared libraries: libvtkCommon.so.pv3.10: cannot open shared object file: No such file or directory
+export LD_LIBRARY_PATH+=:/usr/lib/paraview/
+
 %:
 	dh $@ --parallel --with quilt --buildsystem=cmake
 




More information about the debian-med-commit mailing list