This is an automated email from the git hooks/post-receive script. corentin-guest pushed a commit to branch master in repository fw4spl.
commit 50b30109eded5584b5567f879c91c2990701b106 Author: Corentin Desfarges <[email protected]> Date: Fri Jan 23 16:26:31 2015 +0100 add patch to change binary name, related manpages, and fix d/copyright --- debian/copyright | 1 - debian/fw4spl.manpages | 4 +- debian/fwLauncher-0.1.1 | 20 ++ debian/fwLauncher.1 | 20 ++ debian/launcher-0.1.1 | 18 -- debian/launcher.1 | 18 -- debian/patches/change_launcher_name.patch | 496 ++++++++++++++++++++++++++++++ debian/patches/series | 1 + 8 files changed, 539 insertions(+), 39 deletions(-) diff --git a/debian/copyright b/debian/copyright index de53281..f368b8e 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,7 +1,6 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: fw4spl Source: https://github.com/corentindesfarges/fw4spl -Files-Excluded: Apps/VRRender/doc Files: * Copyright: 2009-2015 Johan Moreau <[email protected]> diff --git a/debian/fw4spl.manpages b/debian/fw4spl.manpages index 356ad34..d1acf1d 100644 --- a/debian/fw4spl.manpages +++ b/debian/fw4spl.manpages @@ -1,2 +1,2 @@ -debian/launcher.1 -debian/launcher-0.1.1 +debian/fwLauncher.1 +debian/fwLauncher-0.1.1 diff --git a/debian/fwLauncher-0.1.1 b/debian/fwLauncher-0.1.1 new file mode 100644 index 0000000..c23061e --- /dev/null +++ b/debian/fwLauncher-0.1.1 @@ -0,0 +1,20 @@ +.TH fwLauncher 1 "January 20, 2015" "version 0.9.2" "USER COMMANDS" + +.SH NAME +fwLauncher \- launch a fw4spl's application + +.SH SYNOPSIS +fwLauncher [FILE] + +.SH DESCRIPTION +This program allows you to run applications and tutorials built +with the open source framework called fw4spl. + +.SH EXAMPLES +.IP "fwLauncher /usr/share/fw4spl/Bundle/VRRender/profile.xml" +Start the Application \"VRRender\" + +.SH COPYRIGHT +FW4SPL - Copyright (C) IRCAD, 2009-2014. +Distributed under the terms of the GNU Lesser General Public License (LGPL) +as published by the Free Software Foundation. diff --git a/debian/fwLauncher.1 b/debian/fwLauncher.1 new file mode 100644 index 0000000..c23061e --- /dev/null +++ b/debian/fwLauncher.1 @@ -0,0 +1,20 @@ +.TH fwLauncher 1 "January 20, 2015" "version 0.9.2" "USER COMMANDS" + +.SH NAME +fwLauncher \- launch a fw4spl's application + +.SH SYNOPSIS +fwLauncher [FILE] + +.SH DESCRIPTION +This program allows you to run applications and tutorials built +with the open source framework called fw4spl. + +.SH EXAMPLES +.IP "fwLauncher /usr/share/fw4spl/Bundle/VRRender/profile.xml" +Start the Application \"VRRender\" + +.SH COPYRIGHT +FW4SPL - Copyright (C) IRCAD, 2009-2014. +Distributed under the terms of the GNU Lesser General Public License (LGPL) +as published by the Free Software Foundation. diff --git a/debian/launcher-0.1.1 b/debian/launcher-0.1.1 deleted file mode 100644 index 97f8b99..0000000 --- a/debian/launcher-0.1.1 +++ /dev/null @@ -1,18 +0,0 @@ -.TH launcher 1 "January 20, 2015" "version 0.9.2" "USER COMMANDS" - -.SH NAME -launcher \- launch a f4wspl's applications - -.SH SYNOPSIS -launcher [FILE] - -.SH DESCRIPTION -This program allows you to run applications and tutorials builts -with the open source framework called fw4spl. - -.SH EXAMPLES -.IP "launcher /usr/share/fw4spl/Bundle/VRRender/profile.xml" -Start the Application \"VRRender\" - -.SH AUTHOR -Johan Moreau (johan.moreau (at) ircad.fr) diff --git a/debian/launcher.1 b/debian/launcher.1 deleted file mode 100644 index 97f8b99..0000000 --- a/debian/launcher.1 +++ /dev/null @@ -1,18 +0,0 @@ -.TH launcher 1 "January 20, 2015" "version 0.9.2" "USER COMMANDS" - -.SH NAME -launcher \- launch a f4wspl's applications - -.SH SYNOPSIS -launcher [FILE] - -.SH DESCRIPTION -This program allows you to run applications and tutorials builts -with the open source framework called fw4spl. - -.SH EXAMPLES -.IP "launcher /usr/share/fw4spl/Bundle/VRRender/profile.xml" -Start the Application \"VRRender\" - -.SH AUTHOR -Johan Moreau (johan.moreau (at) ircad.fr) diff --git a/debian/patches/change_launcher_name.patch b/debian/patches/change_launcher_name.patch new file mode 100644 index 0000000..3cf6512 --- /dev/null +++ b/debian/patches/change_launcher_name.patch @@ -0,0 +1,496 @@ +Description: Change the name of the binary launcher +Author: Corentin Desfarges <[email protected]> +Forwarded: no +Last-Update: 2015-01-22 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- fw4spl.orig/Apps/Tuto01Basic/bin/build.options ++++ fw4spl/Apps/Tuto01Basic/bin/build.options +@@ -7,7 +7,7 @@ + 'guiQt_0-1' , + 'dataReg_0-1' , + 'servicesReg_0-1' , +- 'launcher_0-1' , ++ 'fwLauncher_0-1' , + ] + + +--- fw4spl.orig/Apps/Tuto02DataServiceBasic/bin/build.options ++++ fw4spl/Apps/Tuto02DataServiceBasic/bin/build.options +@@ -9,7 +9,7 @@ + 'servicesReg_0-1' , + 'visu_0-1' , + 'visuVTKQt_0-1' , +- 'launcher_0-1' , ++ 'fwLauncher_0-1' , + 'ioVTK_0-1' , + 'ioData_0-1' , + 'vtkSimpleNegato_0-1' , +--- fw4spl.orig/Apps/Tuto03DataService/bin/build.options ++++ fw4spl/Apps/Tuto03DataService/bin/build.options +@@ -9,7 +9,7 @@ + 'servicesReg_0-1' , + 'visu_0-1' , + 'visuVTKQt_0-1' , +- 'launcher_0-1' , ++ 'fwLauncher_0-1' , + 'ioVTK_0-1' , + 'ioData_0-1' , + 'vtkSimpleNegato_0-1' , +--- fw4spl.orig/Apps/Tuto03DataServiceBis/bin/build.options ++++ fw4spl/Apps/Tuto03DataServiceBis/bin/build.options +@@ -9,7 +9,7 @@ + 'servicesReg_0-1' , + 'visu_0-1' , + 'visuVTKQt_0-1' , +- 'launcher_0-1' , ++ 'fwLauncher_0-1' , + 'ioVTK_0-1' , + 'ioData_0-1' , + 'vtkSimpleMesh_0-1' , +--- fw4spl.orig/Apps/Tuto04ComChannel/bin/build.options ++++ fw4spl/Apps/Tuto04ComChannel/bin/build.options +@@ -9,7 +9,7 @@ + 'servicesReg_0-1' , + 'visu_0-1' , + 'visuVTKQt_0-1' , +- 'launcher_0-1' , ++ 'fwLauncher_0-1' , + 'ioVTK_0-1' , + 'ioData_0-1' , + 'vtkSimpleMesh_0-1' , +--- fw4spl.orig/Apps/Tuto05Mesher/bin/build.options ++++ fw4spl/Apps/Tuto05Mesher/bin/build.options +@@ -9,7 +9,7 @@ + 'servicesReg_0-1' , + 'visu_0-1' , + 'visuVTKQt_0-1' , +- 'launcher_0-1' , ++ 'fwLauncher_0-1' , + 'ioVTK_0-1' , + 'ioData_0-1' , + 'vtkSimpleNegato_0-1' , +--- fw4spl.orig/Apps/Tuto05MesherB/bin/build.options ++++ fw4spl/Apps/Tuto05MesherB/bin/build.options +@@ -9,7 +9,7 @@ + 'servicesReg_0-1' , + 'visu_0-1' , + 'visuVTKQt_0-1' , +- 'launcher_0-1' , ++ 'fwLauncher_0-1' , + 'ioVTK_0-1' , + 'ioData_0-1' , + 'vtkSimpleNegato_0-1' , +--- fw4spl.orig/Apps/Tuto05MesherC/bin/build.options ++++ fw4spl/Apps/Tuto05MesherC/bin/build.options +@@ -9,7 +9,7 @@ + 'servicesReg_0-1' , + 'visu_0-1' , + 'visuVTKQt_0-1' , +- 'launcher_0-1' , ++ 'fwLauncher_0-1' , + 'ioVTK_0-1' , + 'ioData_0-1' , + 'vtkSimpleNegato_0-1' , +--- fw4spl.orig/Apps/Tuto06Filter/bin/build.options ++++ fw4spl/Apps/Tuto06Filter/bin/build.options +@@ -9,7 +9,7 @@ + 'servicesReg_0-1' , + 'visu_0-1' , + 'visuVTKQt_0-1' , +- 'launcher_0-1' , ++ 'fwLauncher_0-1' , + 'ioVTK_0-1' , + 'ioData_0-1' , + 'vtkSimpleNegato_0-1' , +--- fw4spl.orig/Apps/Tuto07LoaderForExternalData/bin/build.options ++++ fw4spl/Apps/Tuto07LoaderForExternalData/bin/build.options +@@ -9,7 +9,7 @@ + 'servicesReg_0-1' , + 'visu_0-1' , + 'visuVTKQt_0-1' , +- 'launcher_0-1' , ++ 'fwLauncher_0-1' , + 'ioVTK_0-1' , + 'ioAtoms_0-1' , + 'ioTuto_0-1' , +--- fw4spl.orig/Apps/Tuto08GenericScene/bin/build.options ++++ fw4spl/Apps/Tuto08GenericScene/bin/build.options +@@ -17,6 +17,6 @@ + 'visuVTKQt_0-1' , + 'visuVTKAdaptor_0-1', + 'visu_0-1' , +- 'launcher_0-1' , ++ 'fwLauncher_0-1', + 'appXml_0-1' , + ] +--- fw4spl.orig/Apps/Tuto09MesherWithGenericScene/bin/build.options ++++ fw4spl/Apps/Tuto09MesherWithGenericScene/bin/build.options +@@ -2,7 +2,7 @@ + VERSION = '0-1' + + BUNDLES = [ +- 'launcher_0-1' , ++ 'fwLauncher_0-1' , + 'dataReg_0-1' , + 'servicesReg_0-1' , + 'gui_0-1' , +--- fw4spl.orig/Apps/Tuto10MatrixTransformInGS/bin/build.options ++++ fw4spl/Apps/Tuto10MatrixTransformInGS/bin/build.options +@@ -8,7 +8,7 @@ + 'dataReg_0-1' , + 'servicesReg_0-1' , + 'visu_0-1' , +- 'launcher_0-1' , ++ 'fwLauncher_0-1' , + 'ioVTK_0-1' , + 'ioData_0-1' , + 'uiIO_0-1' , +--- fw4spl.orig/Apps/Tuto11LaunchBasicConfig/bin/build.options ++++ fw4spl/Apps/Tuto11LaunchBasicConfig/bin/build.options +@@ -9,7 +9,7 @@ + 'servicesReg_0-1' , + 'visu_0-1' , + 'visuVTKQt_0-1' , +- 'launcher_0-1' , ++ 'fwLauncher_0-1' , + 'ioVTK_0-1' , + 'ioData_0-1' , + 'vtkSimpleNegato_0-1' , +--- fw4spl.orig/Apps/Tuto12Picker/bin/build.options ++++ fw4spl/Apps/Tuto12Picker/bin/build.options +@@ -17,6 +17,6 @@ + 'visuVTKQt_0-1' , + 'visuVTKAdaptor_0-1', + 'visu_0-1' , +- 'launcher_0-1' , ++ 'fwLauncher_0-1', + 'appXml_0-1' , + ] +--- fw4spl.orig/Apps/Tuto13Scene2D/bin/build.options ++++ fw4spl/Apps/Tuto13Scene2D/bin/build.options +@@ -7,7 +7,7 @@ + 'guiQt_0-1' , + 'dataReg_0-1' , + 'servicesReg_0-1' , +- 'launcher_0-1' , ++ 'fwLauncher_0-1' , + 'scene2D_0-1' , + 'uiVisu_0-1' , + 'uiVisuQt_0-1' +--- fw4spl.orig/Apps/Tuto14MeshGenerator/bin/build.options ++++ fw4spl/Apps/Tuto14MeshGenerator/bin/build.options +@@ -16,6 +16,6 @@ + 'visuVTKQt_0-1' , + 'visuVTKAdaptor_0-1', + 'visu_0-1' , +- 'launcher_0-1' , ++ 'fwLauncher_0-1', + 'appXml_0-1' , + ] +--- fw4spl.orig/Apps/Tuto15Multithread/bin/build.options ++++ fw4spl/Apps/Tuto15Multithread/bin/build.options +@@ -9,7 +9,7 @@ + 'servicesReg_0-1' , + 'visu_0-1' , + 'visuVTKQt_0-1' , +- 'launcher_0-1' , ++ 'fwLauncher_0-1' , + 'ioVTK_0-1' , + 'ioData_0-1' , + 'vtkSimpleMesh_0-1' , +--- fw4spl.orig/Apps/Tuto15MultithreadCtrl/bin/build.options ++++ fw4spl/Apps/Tuto15MultithreadCtrl/bin/build.options +@@ -1,6 +1,6 @@ + TYPE = 'bundle' + VERSION = '0-1' +-REQUIREMENTS = ['launcher_0-1' ] ++REQUIREMENTS = ['fwLauncher_0-1' ] + + BUNDLES = [ + # 'io_0-1' , +--- fw4spl.orig/Apps/TutoGui/bin/build.options ++++ fw4spl/Apps/TutoGui/bin/build.options +@@ -6,7 +6,7 @@ + 'guiQt_0-1' , + 'dataReg_0-1' , + 'servicesReg_0-1' , +- 'launcher_0-1' , ++ 'fwLauncher_0-1' , + 'appXml_0-1' , + ] + +--- fw4spl.orig/Apps/TutoPython/bin/build.options ++++ fw4spl/Apps/TutoPython/bin/build.options +@@ -11,7 +11,7 @@ + 'dataReg', + 'servicesReg', + 'appXml_0-1', +- 'launcher_0-1', ++ 'fwLauncher_0-1', + ] + + +--- fw4spl.orig/Apps/TutoVectorField/bin/build.options ++++ fw4spl/Apps/TutoVectorField/bin/build.options +@@ -17,7 +17,7 @@ + 'visuVTKQt_0-1' , + 'visuVTKAdaptor_0-1', + 'visu_0-1' , +- 'launcher_0-1' , ++ 'fwLauncher_0-1', + 'appXml_0-1' , + ] + +--- fw4spl.orig/Apps/VRRender/bin/build.options ++++ fw4spl/Apps/VRRender/bin/build.options +@@ -18,7 +18,7 @@ + 'monitor_0-1', + 'monitorQt_0-1', + 'ctrlMemory_0-1', +- 'launcher_0-1', ++ 'fwLauncher_0-1', + 'ioITK_0-1', + 'ioVTK_0-1', + 'ioVtkGdcm_0-1', +--- fw4spl.orig/Apps/Tuto01Basic/Properties.cmake ++++ fw4spl/Apps/Tuto01Basic/Properties.cmake +@@ -3,5 +3,5 @@ + set( VERSION 0.1 ) + set( TYPE BUNDLE ) + set( DEPENDENCIES ) +-set( REQUIREMENTS io appXml gui guiQt dataReg servicesReg launcher ) ++set( REQUIREMENTS io appXml gui guiQt dataReg servicesReg fwLauncher ) + +--- fw4spl.orig/Apps/Tuto02DataServiceBasic/Properties.cmake ++++ fw4spl/Apps/Tuto02DataServiceBasic/Properties.cmake +@@ -3,5 +3,5 @@ + set( VERSION 0.1 ) + set( TYPE BUNDLE ) + set( DEPENDENCIES ) +-set( REQUIREMENTS io appXml gui guiQt dataReg servicesReg launcher visu visuVTKQt ioData ioVTK vtkSimpleNegato ) ++set( REQUIREMENTS io appXml gui guiQt dataReg servicesReg fwLauncher visu visuVTKQt ioData ioVTK vtkSimpleNegato ) + +--- fw4spl.orig/Apps/Tuto02DataServiceBasicCtrl/Properties.cmake ++++ fw4spl/Apps/Tuto02DataServiceBasicCtrl/Properties.cmake +@@ -3,5 +3,5 @@ + set( VERSION 0.1 ) + set( TYPE BUNDLE ) + set( DEPENDENCIES fwData fwServices fwCom fwRuntime ) +-set( REQUIREMENTS io gui guiQt dataReg servicesReg visu visuVTKQt ioData ioVTK vtkSimpleNegato launcher ) ++set( REQUIREMENTS io gui guiQt dataReg servicesReg visu visuVTKQt ioData ioVTK vtkSimpleNegato fwLauncher ) + +--- fw4spl.orig/Apps/Tuto03DataService/Properties.cmake ++++ fw4spl/Apps/Tuto03DataService/Properties.cmake +@@ -3,5 +3,5 @@ + set( VERSION 0.1 ) + set( TYPE BUNDLE ) + set( DEPENDENCIES ) +-set( REQUIREMENTS io gui guiQt dataReg servicesReg visu visuVTKQt launcher ioVTK ioData vtkSimpleNegato uiIO appXml ) ++set( REQUIREMENTS io gui guiQt dataReg servicesReg visu visuVTKQt fwLauncher ioVTK ioData vtkSimpleNegato uiIO appXml ) + +--- fw4spl.orig/Apps/Tuto03DataServiceBis/Properties.cmake ++++ fw4spl/Apps/Tuto03DataServiceBis/Properties.cmake +@@ -3,5 +3,5 @@ + set( VERSION 0.1 ) + set( TYPE BUNDLE ) + set( DEPENDENCIES ) +-set( REQUIREMENTS io gui guiQt dataReg servicesReg visu visuVTKQt launcher ioVTK ioData vtkSimpleMesh uiIO appXml ) ++set( REQUIREMENTS io gui guiQt dataReg servicesReg visu visuVTKQt fwLauncher ioVTK ioData vtkSimpleMesh uiIO appXml ) + +--- fw4spl.orig/Apps/Tuto04ComChannel/Properties.cmake ++++ fw4spl/Apps/Tuto04ComChannel/Properties.cmake +@@ -3,5 +3,5 @@ + set( VERSION 0.1 ) + set( TYPE BUNDLE ) + set( DEPENDENCIES ) +-set( REQUIREMENTS io gui guiQt dataReg servicesReg visu visuVTKQt launcher ioVTK ioData vtkSimpleMesh uiIO appXml ) ++set( REQUIREMENTS io gui guiQt dataReg servicesReg visu visuVTKQt fwLauncher ioVTK ioData vtkSimpleMesh uiIO appXml ) + +--- fw4spl.orig/Apps/Tuto05Mesher/Properties.cmake ++++ fw4spl/Apps/Tuto05Mesher/Properties.cmake +@@ -3,5 +3,5 @@ + set( VERSION 0.1 ) + set( TYPE BUNDLE ) + set( DEPENDENCIES ) +-set( REQUIREMENTS io gui guiQt dataReg servicesReg visu visuVTKQt launcher ioVTK ioData vtkSimpleNegato vtkSimpleMesh vtkCompositeMesh uiIO opVTKMesh opImageFilter appXml ) ++set( REQUIREMENTS io gui guiQt dataReg servicesReg visu visuVTKQt fwLauncher ioVTK ioData vtkSimpleNegato vtkSimpleMesh vtkCompositeMesh uiIO opVTKMesh opImageFilter appXml ) + +--- fw4spl.orig/Apps/Tuto05MesherB/Properties.cmake ++++ fw4spl/Apps/Tuto05MesherB/Properties.cmake +@@ -3,5 +3,5 @@ + set( VERSION 0.1 ) + set( TYPE BUNDLE ) + set( DEPENDENCIES ) +-set( REQUIREMENTS io gui guiQt dataReg servicesReg visu visuVTKQt launcher ioVTK ioData vtkSimpleNegato vtkSimpleMesh vtkCompositeMesh uiIO opVTKMesh opImageFilter appXml ) ++set( REQUIREMENTS io gui guiQt dataReg servicesReg visu visuVTKQt fwLauncher ioVTK ioData vtkSimpleNegato vtkSimpleMesh vtkCompositeMesh uiIO opVTKMesh opImageFilter appXml ) + +--- fw4spl.orig/Apps/Tuto05MesherC/Properties.cmake ++++ fw4spl/Apps/Tuto05MesherC/Properties.cmake +@@ -3,5 +3,5 @@ + set( VERSION 0.1 ) + set( TYPE BUNDLE ) + set( DEPENDENCIES ) +-set( REQUIREMENTS io gui guiQt dataReg servicesReg visu visuVTKQt launcher ioVTK ioData vtkSimpleNegato vtkSimpleMesh vtkCompositeMesh uiIO opVTKMesh opImageFilter appXml ) ++set( REQUIREMENTS io gui guiQt dataReg servicesReg visu visuVTKQt fwLauncher ioVTK ioData vtkSimpleNegato vtkSimpleMesh vtkCompositeMesh uiIO opVTKMesh opImageFilter appXml ) + +--- fw4spl.orig/Apps/Tuto06Filter/Properties.cmake ++++ fw4spl/Apps/Tuto06Filter/Properties.cmake +@@ -3,5 +3,5 @@ + set( VERSION 0.1 ) + set( TYPE BUNDLE ) + set( DEPENDENCIES ) +-set( REQUIREMENTS io gui guiQt dataReg servicesReg visu visuVTKQt launcher ioVTK ioData vtkSimpleNegato uiIO opImageFilter appXml ) ++set( REQUIREMENTS io gui guiQt dataReg servicesReg visu visuVTKQt fwLauncher ioVTK ioData vtkSimpleNegato uiIO opImageFilter appXml ) + +--- fw4spl.orig/Apps/Tuto07LoaderForExternalData/Properties.cmake ++++ fw4spl/Apps/Tuto07LoaderForExternalData/Properties.cmake +@@ -3,5 +3,5 @@ + set( VERSION 0.1 ) + set( TYPE BUNDLE ) + set( DEPENDENCIES ) +-set( REQUIREMENTS io gui guiQt dataReg servicesReg visu visuVTKQt launcher ioVTK ioAtoms ioTuto vtkSimpleNegato uiIO ctrlSelection appXml ) ++set( REQUIREMENTS io gui guiQt dataReg servicesReg visu visuVTKQt fwLauncher ioVTK ioAtoms ioTuto vtkSimpleNegato uiIO ctrlSelection appXml ) + +--- fw4spl.orig/Apps/Tuto08GenericScene/Properties.cmake ++++ fw4spl/Apps/Tuto08GenericScene/Properties.cmake +@@ -3,5 +3,5 @@ + set( VERSION 0.1 ) + set( TYPE BUNDLE ) + set( DEPENDENCIES ) +-set( REQUIREMENTS dataReg ctrlSelection gui guiQt ioData ioVTK io servicesReg uiVisuQt uiImageQt uiIO visuVTK visuVTKQt visuVTKAdaptor visu launcher appXml ) ++set( REQUIREMENTS dataReg ctrlSelection gui guiQt ioData ioVTK io servicesReg uiVisuQt uiImageQt uiIO visuVTK visuVTKQt visuVTKAdaptor visu fwLauncher appXml ) + +--- fw4spl.orig/Apps/Tuto09MesherWithGenericScene/Properties.cmake ++++ fw4spl/Apps/Tuto09MesherWithGenericScene/Properties.cmake +@@ -3,5 +3,5 @@ + set( VERSION 0.1 ) + set( TYPE BUNDLE ) + set( DEPENDENCIES ) +-set( REQUIREMENTS launcher dataReg servicesReg gui guiQt io visu ioData ioVTK uiVisuQt uiImageQt uiReconstructionQt uiMedDataQt uiIO visuVTK visuVTKQt visuVTKAdaptor opVTKMesh ctrlSelection appXml ) ++set( REQUIREMENTS fwLauncher dataReg servicesReg gui guiQt io visu ioData ioVTK uiVisuQt uiImageQt uiReconstructionQt uiMedDataQt uiIO visuVTK visuVTKQt visuVTKAdaptor opVTKMesh ctrlSelection appXml ) + +--- fw4spl.orig/Apps/Tuto10MatrixTransformInGS/Properties.cmake ++++ fw4spl/Apps/Tuto10MatrixTransformInGS/Properties.cmake +@@ -3,5 +3,5 @@ + set( VERSION 0.1 ) + set( TYPE BUNDLE ) + set( DEPENDENCIES ) +-set( REQUIREMENTS io gui guiQt dataReg servicesReg visu launcher ioVTK ioData uiIO uiVisuQt visuVTK visuVTKQt visuVTKAdaptor appXml ) ++set( REQUIREMENTS io gui guiQt dataReg servicesReg visu fwLauncher ioVTK ioData uiIO uiVisuQt visuVTK visuVTKQt visuVTKAdaptor appXml ) + +--- fw4spl.orig/Apps/Tuto11LaunchBasicConfig/Properties.cmake ++++ fw4spl/Apps/Tuto11LaunchBasicConfig/Properties.cmake +@@ -3,5 +3,5 @@ + set( VERSION 0.1 ) + set( TYPE BUNDLE ) + set( DEPENDENCIES ) +-set( REQUIREMENTS io gui guiQt dataReg servicesReg visu visuVTKQt launcher ioVTK ioData vtkSimpleNegato uiIO appXml ) ++set( REQUIREMENTS io gui guiQt dataReg servicesReg visu visuVTKQt fwLauncher ioVTK ioData vtkSimpleNegato uiIO appXml ) + +--- fw4spl.orig/Apps/Tuto12Picker/Properties.cmake ++++ fw4spl/Apps/Tuto12Picker/Properties.cmake +@@ -3,5 +3,5 @@ + set( VERSION 0.1 ) + set( TYPE BUNDLE ) + set( DEPENDENCIES ) +-set( REQUIREMENTS dataReg ctrlSelection gui guiQt ioData ioVTK io servicesReg uiVisuQt uiImageQt uiIO visuVTK visuVTKQt visuVTKAdaptor visu launcher appXml ) ++set( REQUIREMENTS dataReg ctrlSelection gui guiQt ioData ioVTK io servicesReg uiVisuQt uiImageQt uiIO visuVTK visuVTKQt visuVTKAdaptor visu fwLauncher appXml ) + +--- fw4spl.orig/Apps/Tuto13Scene2D/Properties.cmake ++++ fw4spl/Apps/Tuto13Scene2D/Properties.cmake +@@ -3,5 +3,5 @@ + set( VERSION 0.1 ) + set( TYPE BUNDLE ) + set( DEPENDENCIES ) +-set( REQUIREMENTS io appXml gui guiQt dataReg servicesReg launcher scene2D uiVisu uiVisuQt ) ++set( REQUIREMENTS io appXml gui guiQt dataReg servicesReg fwLauncher scene2D uiVisu uiVisuQt ) + +--- fw4spl.orig/Apps/Tuto14MeshGenerator/Properties.cmake ++++ fw4spl/Apps/Tuto14MeshGenerator/Properties.cmake +@@ -3,5 +3,5 @@ + set( VERSION 0.1 ) + set( TYPE BUNDLE ) + set( DEPENDENCIES ) +-set( REQUIREMENTS dataReg ctrlSelection gui guiQt ioData ioVTK io servicesReg uiVisuQt uiIO visuVTK visuVTKQt visuVTKAdaptor visu launcher appXml ) ++set( REQUIREMENTS dataReg ctrlSelection gui guiQt ioData ioVTK io servicesReg uiVisuQt uiIO visuVTK visuVTKQt visuVTKAdaptor visu fwLauncher appXml ) + +--- fw4spl.orig/Apps/Tuto15Multithread/Properties.cmake ++++ fw4spl/Apps/Tuto15Multithread/Properties.cmake +@@ -3,5 +3,5 @@ + set( VERSION 0.1 ) + set( TYPE BUNDLE ) + set( DEPENDENCIES ) +-set( REQUIREMENTS io gui guiQt dataReg servicesReg visu visuVTKQt ioVTK ioData vtkSimpleMesh uiIO appXml launcher ) ++set( REQUIREMENTS io gui guiQt dataReg servicesReg visu visuVTKQt ioVTK ioData vtkSimpleMesh uiIO appXml fwLauncher ) + +--- fw4spl.orig/Apps/Tuto15MultithreadCtrl/Properties.cmake ++++ fw4spl/Apps/Tuto15MultithreadCtrl/Properties.cmake +@@ -3,5 +3,5 @@ + set( VERSION 0.1 ) + set( TYPE BUNDLE ) + set( DEPENDENCIES fwData fwServices fwCom fwThread fwComEd ) +-set( REQUIREMENTS dataReg servicesReg launcher ) ++set( REQUIREMENTS dataReg servicesReg fwLauncher ) + +--- fw4spl.orig/Apps/TutoGui/Properties.cmake ++++ fw4spl/Apps/TutoGui/Properties.cmake +@@ -3,5 +3,5 @@ + set( VERSION 0.1 ) + set( TYPE BUNDLE ) + set( DEPENDENCIES ) +-set( REQUIREMENTS io appXml gui guiQt guiWx dataReg servicesReg launcher ) ++set( REQUIREMENTS io appXml gui guiQt guiWx dataReg servicesReg fwLauncher ) + +--- fw4spl.orig/Apps/TutoPython/Properties.cmake ++++ fw4spl/Apps/TutoPython/Properties.cmake +@@ -3,5 +3,5 @@ + set( VERSION 0.1 ) + set( TYPE BUNDLE ) + set( DEPENDENCIES fwPython ) +-set( REQUIREMENTS io ioVTK uiIO guiQt binding uiPython dataReg servicesReg appXml launcher ) ++set( REQUIREMENTS io ioVTK uiIO guiQt binding uiPython dataReg servicesReg appXml fwLauncher ) + +--- fw4spl.orig/Apps/TutoVectorField/Properties.cmake ++++ fw4spl/Apps/TutoVectorField/Properties.cmake +@@ -3,5 +3,5 @@ + set( VERSION 0.1 ) + set( TYPE BUNDLE ) + set( DEPENDENCIES ) +-set( REQUIREMENTS dataReg ctrlSelection gui guiQt ioData ioVTK io servicesReg uiVisuQt uiImageQt uiIO visuVTK visuVTKQt visuVTKAdaptor visu launcher appXml ) ++set( REQUIREMENTS dataReg ctrlSelection gui guiQt ioData ioVTK io servicesReg uiVisuQt uiImageQt uiIO visuVTK visuVTKQt visuVTKAdaptor visu fwLauncher appXml ) + +--- fw4spl.orig/Apps/VRRender/Properties.cmake ++++ fw4spl/Apps/VRRender/Properties.cmake +@@ -16,7 +16,7 @@ + monitor + monitorQt + ctrlMemory +- launcher ++ fwLauncher + ioVTK + ioVtkGdcm + uiIO +--- fw4spl.orig/launcher/Properties.cmake ++++ fw4spl/launcher/Properties.cmake +@@ -1,5 +1,5 @@ + +-set( NAME launcher ) ++set( NAME fwLauncher ) + set( VERSION 0.1 ) + set( TYPE EXECUTABLE ) + set( DEPENDENCIES fwCore fwRuntime ) +--- fw4spl.orig/SrcLib/core/fwGuiWx/src/fwGuiWx/App.cpp ++++ fw4spl/SrcLib/core/fwGuiWx/src/fwGuiWx/App.cpp +@@ -83,9 +83,9 @@ + m_locale = new wxLocale(); + ::boost::filesystem::path pathLauncher; + #ifdef SPECIALINSTALL +- pathLauncher = SHAREPATH / "launcher_0-1" / "locale" ; ++ pathLauncher = SHAREPATH / "fwLauncher_0-1" / "locale" ; + #else +- pathLauncher = ::boost::filesystem::current_path() / "share" / "launcher_0-1" / "locale" ; ++ pathLauncher = ::boost::filesystem::current_path() / "share" / "fwLauncher_0-1" / "locale" ; + #endif + + wxLocale::AddCatalogLookupPathPrefix( ::fwGuiWx::std2wx( pathLauncher.string() )); diff --git a/debian/patches/series b/debian/patches/series index 0a9b1c3..548548a 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ +change_launcher_name.patch remove_fwItkIOTest.patch set_media_as_bundle.patch fix_unit_tests.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/fw4spl.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
