Author: tille Date: 2011-03-16 10:24:15 +0000 (Wed, 16 Mar 2011) New Revision: 6272
Removed: trunk/packages/vtkedge/trunk/debian/patches/0001-vtkEncodeString-is-in-lib-not-in-bin.patch Modified: trunk/packages/vtkedge/trunk/debian/changelog trunk/packages/vtkedge/trunk/debian/control Log: Removed the wrongly placed patch (it was against vtk package) and also removed myself from Uploaders because I do not intend to upload this package for the moment Modified: trunk/packages/vtkedge/trunk/debian/changelog =================================================================== --- trunk/packages/vtkedge/trunk/debian/changelog 2011-03-16 08:27:51 UTC (rev 6271) +++ trunk/packages/vtkedge/trunk/debian/changelog 2011-03-16 10:24:15 UTC (rev 6272) @@ -1,6 +1,5 @@ vtkedge (0.1.0-4) UNRELEASED; urgency=low - * Added myself to uploaders * debian/source/format: 3.0 (quilt) * Debhelper 8 (control+compat) Modified: trunk/packages/vtkedge/trunk/debian/control =================================================================== --- trunk/packages/vtkedge/trunk/debian/control 2011-03-16 08:27:51 UTC (rev 6271) +++ trunk/packages/vtkedge/trunk/debian/control 2011-03-16 10:24:15 UTC (rev 6272) @@ -4,8 +4,7 @@ Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> DM-Upload-Allowed: yes -Uploaders: Mathieu Malaterre <[email protected]>, - Andreas Tille <[email protected]> +Uploaders: Mathieu Malaterre <[email protected]> Build-Depends: debhelper (>= 8), cmake (>= 2.8.1), libvtk5-dev (>= 5.4), quilt (>= 0.46-7~), paraview, libinsighttoolkit3-dev, libgdcm2-dev, qt4-dev-tools, qt4-qmake, libqt4-dev, libhdf5-serial-dev Standards-Version: 3.9.1 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/vtkedge/trunk/?rev=0&sc=0 Deleted: trunk/packages/vtkedge/trunk/debian/patches/0001-vtkEncodeString-is-in-lib-not-in-bin.patch =================================================================== --- trunk/packages/vtkedge/trunk/debian/patches/0001-vtkEncodeString-is-in-lib-not-in-bin.patch 2011-03-16 08:27:51 UTC (rev 6271) +++ trunk/packages/vtkedge/trunk/debian/patches/0001-vtkEncodeString-is-in-lib-not-in-bin.patch 2011-03-16 10:24:15 UTC (rev 6272) @@ -1,27 +0,0 @@ -Remark: This does not apply (Andreas Tille) - -From 34f327fbadda04c649f758db85933be578dec2cb Mon Sep 17 00:00:00 2001 -From: Mehdi Dogguy <[email protected]> -Date: Tue, 15 Mar 2011 21:35:34 +0100 -Subject: [PATCH] vtkEncodeString is in lib/ not in bin/ - ---- - vtkGenerateVTKConfig.cmake | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - -diff --git a/vtkGenerateVTKConfig.cmake b/vtkGenerateVTKConfig.cmake -index 388e262..1fdb5b5 100644 ---- a/vtkGenerateVTKConfig.cmake -+++ b/vtkGenerateVTKConfig.cmake -@@ -242,7 +242,7 @@ IF(VTK_WRAP_JAVA) - SET(VTK_WRAP_JAVA_EXE_CONFIG ${DOLLAR}{VTK_INSTALL_PREFIX}${VTK_INSTALL_BIN_DIR}/vtkWrapJava${VTK_EXE_EXT}) - SET(VTK_JAVA_JAR_CONFIG ${DOLLAR}{VTK_INSTALL_PREFIX}${VTK_INSTALL_JAVA_DIR}/vtk.jar) - ENDIF(VTK_WRAP_JAVA) --SET(VTK_ENCODESTRING_EXE_CONFIG ${DOLLAR}{VTK_INSTALL_PREFIX}${VTK_INSTALL_BIN_DIR}/vtkEncodeString${VTK_EXE_EXT}) -+SET(VTK_ENCODESTRING_EXE_CONFIG ${DOLLAR}{VTK_INSTALL_PREFIX}${VTK_INSTALL_PACKAGE_DIR}/vtkEncodeString${VTK_EXE_EXT}) - - # VTK style script locations. - SET(VTK_DOXYGEN_HOME_CONFIG ${DOLLAR}{VTK_INSTALL_PREFIX}${VTK_INSTALL_DOXYGEN_DIR}) --- -1.7.2.5 - _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
