[med-svn] r4440 - in trunk/packages/sofa-framework/tags: . 1.0~beta4-3 1.0~beta4-3/debian 1.0~beta4-3/debian/patches

Dominique Belhachemi domibel-guest at alioth.debian.org
Tue Dec 8 15:01:11 UTC 2009


Author: domibel-guest
Date: 2009-12-08 15:01:08 +0000 (Tue, 08 Dec 2009)
New Revision: 4440

Added:
   trunk/packages/sofa-framework/tags/1.0~beta4-3/
   trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/
   trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/Notes
   trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/README.Debian
   trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/README.source
   trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/changelog
   trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/compat
   trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/control
   trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/copyright
   trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/get-orig-source
   trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/index.html
   trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/libsofa1.lintian-overrides
   trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/patches/
   trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/patches/13_gcc4.4.diff
   trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/patches/50_all_changes.diff
   trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/patches/55_fix_mips_sqrt.diff
   trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/patches/78_atomicity.diff
   trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/patches/series
   trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/rules
   trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/sofa
   trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/sofa-doc.doc-base
   trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/sofa.1
   trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/sofa.desktop
   trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/sofa.menu
   trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/sofa.xpm
   trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/watch
Log:
tagging sofa-framework 1.0~beta4-3

Added: trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/Notes
===================================================================
--- trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/Notes	                        (rev 0)
+++ trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/Notes	2009-12-08 15:01:08 UTC (rev 4440)
@@ -0,0 +1,55 @@
+1)
+$ grep -r "1.0 beta 3" .
+./modules/sofa/component/topology/ManifoldTriangleSetTopologyAlgorithms.h: *       SOFA, Simulation Open-Framework Architecture, version 1.0 beta 3      *
+
+
+2)
+please provide a 
+copyright file for extlibs/miniFlowVR/
+
+3)
+please provide a 
+make install
+
+4)
+Sometimes it is better to link against:
+libqt3-mt-dev, qt3-dev-tools,
+libqglviewer-dev, libqwt-dev,
+
+5)
+  * debian/copyright: MKL removed
+
+
+
+6)
+
+  * Example files can be find in /usr/share/sofa
+  * Use a shell script to set the environment variable SOFA_DATA_PATH and to start the sofa gui
+
+7)
+  * $$LIBSUFFIX for the debug target not needed because we are using Debian libraries
+
+8)
+  update "man page", update "sofa -h" because
+  "sofa myscene.scn" works, but it is not documented
+
+9) libogre-dev (>= 1.6.0) because of removed Entity::setNormaliseNormals
+
+ * By default now, renormalisation of normals is automatic if there is a non-unit scale on the main 
+   world matrix rather than the Entity::setNormaliseNormals option. If the user wants to optimise
+   this, they can prevent the SceneManager doing it in all cases by calling
+   SceneManager::setNormaliseNormalsOnScale(false) and then explicitly enabling the option per Pass
+   instead. In the case of an array of world matrices being used, if the first world matrix isn't a
+   guide then the shader writer should handle the renormalisation. 
+
+
+10) doesn't work
+# Uncomment if you want to use LibXML instead of built-in TinyXML
+# DEFINES += SOFA_XML_PARSER_LIBXML
+
+./applications/sofa/gui/qt/GraphVisitor.h   contains 
+   //Tinyxml library
+   #include <tinyxml.h>
+   #include <tinystr.h>
+
+

Added: trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/README.Debian
===================================================================
--- trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/README.Debian	                        (rev 0)
+++ trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/README.Debian	2009-12-08 15:01:08 UTC (rev 4440)
@@ -0,0 +1,45 @@
+sofa-framework for Debian
+-------------------------
+beta3:
+Project MESSAGE: ====== SOFA Build Configuration ======
+Project MESSAGE: | Platform: Linux/Unix
+Project MESSAGE: | Mode: RELEASE
+Project MESSAGE: | Qt version: 4.x
+Project MESSAGE: | RDTSC timer: DISABLED
+Project MESSAGE: | PNG support: ENABLED
+Project MESSAGE: | OpenGL Extensions support using GLEW: ENABLED
+Project MESSAGE: | GPU support using CUDA: DISABLED
+Project MESSAGE: | PML/LML support: ENABLED
+Project MESSAGE: | GLUT GUI: ENABLED
+Project MESSAGE: | Qt GUI: ENABLED
+Project MESSAGE: | - Qt OpenGL viewer: ENABLED
+Project MESSAGE: | - Qt QGLViewer viewer: DISABLED
+Project MESSAGE: | - Qt OGRE 3D viewer: ENABLED
+Project MESSAGE: ======================================
+
+beta4:
+Project MESSAGE: ====== SOFA Build Configuration ======
+Project MESSAGE: | Platform: Linux/Unix
+Project MESSAGE: | Mode: RELEASE with debug symbols
+Project MESSAGE: | Qt version: 4.x
+Project MESSAGE: | RDTSC timer: DISABLED
+Project MESSAGE: | BOOST libraries: ENABLED
+Project MESSAGE: | TinyXML parser: ENABLED
+Project MESSAGE: | LibXML parser: DISABLED
+Project MESSAGE: | PNG support: ENABLED
+Project MESSAGE: | OpenGL Extensions support using GLEW: ENABLED
+Project MESSAGE: | GPU support using CUDA: DISABLED
+Project MESSAGE: | PML/LML support: ENABLED
+Project MESSAGE: | CSPARSE library : DISABLED
+Project MESSAGE: | METIS library : DISABLED
+Project MESSAGE: | TAUCS library : DISABLED
+Project MESSAGE: | GLUT GUI: ENABLED
+Project MESSAGE: | Qt GUI: ENABLED
+Project MESSAGE: | - Qt OpenGL viewer: ENABLED
+Project MESSAGE: | - Qt QGLViewer viewer: DISABLED
+Project MESSAGE: | - Qt OGRE 3D viewer: ENABLED
+Project MESSAGE: ======================================
+
+
+
+ -- Dominique Belhachemi <domibel at cs.tu-berlin.de>  Sat, 16 Feb 2008 10:26:03 +0100

Added: trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/README.source
===================================================================
--- trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/README.source	                        (rev 0)
+++ trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/README.source	2009-12-08 15:01:08 UTC (rev 4440)
@@ -0,0 +1,2 @@
+This package is using quilt. For more information please read
+/usr/share/doc/quilt/README.source

Added: trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/changelog
===================================================================
--- trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/changelog	                        (rev 0)
+++ trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/changelog	2009-12-08 15:01:08 UTC (rev 4440)
@@ -0,0 +1,74 @@
+sofa-framework (1.0~beta4-3) unstable; urgency=low
+
+  [Dominique Belhachemi]
+  * added linker option --no-add-needed (Closes: #556352)
+    libdl had to be added to the list of libraries
+  * switched from dpatch to quilt
+  * added debain/README.source
+  * removed dh_desktop from debian/rules
+
+  [Andreas Tille]
+  * debian/control:
+    - Added missing Vcs tags
+    - Standards-Version: 3.8.3 (no changes)
+
+ -- Dominique Belhachemi <domibel at cs.tu-berlin.de>  Sun, 06 Dec 2009 20:18:59 -0500
+
+sofa-framework (1.0~beta4-2) unstable; urgency=low
+
+  * csparse support disabled because it conflicts with the
+    newer version in libsuitesparse-dev (Closes: #532693)
+  * Build-Conflicts: qt3-dev-tools added
+  * lost GCC 4.4 patches added (Closes: #532396)
+
+ -- Dominique Belhachemi <domibel at cs.tu-berlin.de>  Wed, 17 Jun 2009 23:10:35 -0400
+
+sofa-framework (1.0~beta4-1) unstable; urgency=low
+
+  * new upstream release
+  * Qt OGRE 3D viewer disabled (Closes: #527706)
+  * MIPS/ARM patch, AMD64 patch and Newmat patch removed because they
+    have been applied by upstream (Thanks to Everton Hermann)
+
+ -- Dominique Belhachemi <domibel at cs.tu-berlin.de>  Sun, 07 Jun 2009 14:35:15 -0400
+
+sofa-framework (1.0~beta3-5) unstable; urgency=low
+
+  * set SOFA_QT4 explicitly
+  * added #include headers required by GCC 4.4 (Closes: #505953)
+  * added missing PML files
+  * fixed sofa wrapper
+
+ -- Dominique Belhachemi <domibel at cs.tu-berlin.de>  Sat, 15 Nov 2008 19:45:47 +0100
+
+sofa-framework (1.0~beta3-4) unstable; urgency=low
+
+  * PML/LML support enabled
+  * PNG support enabled
+  * Qt OGRE 3D viewer enabled
+  * debian/control: doxygen & graphviz moved to Build-Depends-Indep
+
+ -- Dominique Belhachemi <domibel at cs.tu-berlin.de>  Wed, 12 Nov 2008 20:36:57 +0100
+
+sofa-framework (1.0~beta3-3) unstable; urgency=low
+
+  * fixed build-indep issue (Closes: #503555)
+  * fixed MIPS and ARM build error (sqrt/sqrtl)
+  * fixed installation for man page (Closes: #504927)
+
+ -- Dominique Belhachemi <domibel at cs.tu-berlin.de>  Sat, 08 Nov 2008 01:50:23 +0100
+
+sofa-framework (1.0~beta3-2) unstable; urgency=low
+
+  * fixed segfault on amd64
+  * build arch all packages only in the binary-indep target (Closes: #503555)
+  * fixed MIPS and ARM build error (sqrt/sqrtl)
+
+ -- Dominique Belhachemi <domibel at cs.tu-berlin.de>  Thu, 30 Oct 2008 19:23:49 +0100
+
+sofa-framework (1.0~beta3-1) unstable; urgency=low
+
+  * Initial release (Closes: #455064)
+
+ -- Dominique Belhachemi <domibel at cs.tu-berlin.de>  Wed, 13 Aug 2008 10:26:03 +0100
+

Added: trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/compat
===================================================================
--- trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/compat	                        (rev 0)
+++ trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/compat	2009-12-08 15:01:08 UTC (rev 4440)
@@ -0,0 +1 @@
+7

Added: trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/control
===================================================================
--- trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/control	                        (rev 0)
+++ trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/control	2009-12-08 15:01:08 UTC (rev 4440)
@@ -0,0 +1,99 @@
+Source: sofa-framework
+Section: graphics
+Priority: optional
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+DM-Upload-Allowed: yes
+Uploaders: Dominique Belhachemi <domibel at cs.tu-berlin.de>
+Build-Depends: debhelper (>= 7), quilt, freeglut3-dev, libnewmat10-dev,
+ libglew-dev, libqt4-dev, libqt4-opengl-dev, libboost-dev, libxml2-dev,
+ libboost-graph-dev, libboost-thread-dev, libqwt5-qt4-dev, libpng-dev, pkg-config
+Build-Depends-Indep: doxygen, graphviz
+Build-Conflicts: qt3-dev-tools
+Standards-Version: 3.8.3
+Homepage: http://www.sofa-framework.org/
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/sofa-framework/trunk/?rev=0&sc=0
+Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/sofa-framework/trunk/
+
+
+Package: sofa-apps
+Architecture: any
+Depends: ${shlibs:Depends}, libsofa1 (= ${binary:Version}), sofa-data
+Description: GUI for the Simulation Open Framework Architecture (SOFA)
+ SOFA is an Open Source framework primarily targeted at
+ real-time simulation, with an emphasis on medical simulation.
+ It is mostly intended for the research community to help
+ develop newer algorithms, but can also be used as an efficient
+ prototyping tool.
+ .
+ This package contains the SOFA main application.
+
+
+Package: libsofa1-dev
+Section: libdevel
+Architecture: any
+Depends: libsofa1 (= ${binary:Version})
+Suggests: sofa-tutorials, sofa-doc
+Description: Simulation Open Framework Architecture - development
+ SOFA is an Open Source framework primarily targeted at
+ real-time simulation, with an emphasis on medical simulation.
+ It is mostly intended for the research community to help 
+ develop newer algorithms, but can also be used as an efficient
+ prototyping tool.
+ .
+ This package contains the development files needed to build your own
+ SOFA applications.
+
+
+
+Package: libsofa1
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: Simulation Open Framework Architecture - runtime
+ SOFA is an Open Source framework primarily targeted at
+ real-time simulation, with an emphasis on medical simulation.
+ It is mostly intended for the research community to help 
+ develop newer algorithms, but can also be used as an efficient
+ prototyping tool. 
+ .
+ This package contains the libraries needed to run SOFA applications.
+
+
+Package: sofa-tutorials
+Section: graphics
+Architecture: all
+Description: Simulation Open Framework Architecture - tutorials
+ SOFA is an Open Source framework primarily targeted at
+ real-time simulation, with an emphasis on medical simulation.
+ It is mostly intended for the research community to help
+ develop newer algorithms, but can also be used as an efficient
+ prototyping tool.
+ .
+ This package contains tutorials from the SOFA source.
+
+
+Package: sofa-data
+Section: graphics
+Architecture: all
+Description: Simulation Open Framework Architecture - data
+ SOFA is an Open Source framework primarily targeted at
+ real-time simulation, with an emphasis on medical simulation.
+ It is mostly intended for the research community to help
+ develop newer algorithms, but can also be used as an efficient
+ prototyping tool.
+ .
+ This package contains data for the SOFA applications.
+
+
+Package: sofa-doc
+Section: doc
+Architecture: all
+Description: SOFA class reference documentation
+ SOFA is an Open Source framework primarily targeted at
+ real-time simulation, with an emphasis on medical simulation.
+ It is mostly intended for the research community to help
+ develop newer algorithms, but can also be used as an efficient
+ prototyping tool.
+ .
+ This package contains exhaustive HTML documentation for the all the
+ documented C++ classes.

Added: trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/copyright
===================================================================
--- trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/copyright	                        (rev 0)
+++ trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/copyright	2009-12-08 15:01:08 UTC (rev 4440)
@@ -0,0 +1,76 @@
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
+Debianized-By: Dominique Belhachemi <domibel at cs.tu-berlin.de>
+Debianized-Date: Tue, 24 Jun 2008 20:51:56 +0200
+Original-Source: http://www.sofa-framework.org/
+
+Files: framework/*
+Copyright: 2006-2008 MGH, INRIA, USTL, UJF, CNRS
+License: LGPL-2.1+
+ see `/usr/share/common-licenses/LGPL-2.1'
+
+Files: modules/*
+Copyright: 2006-2008 MGH, INRIA, USTL, UJF, CNRS
+License: LGPL-2.1+
+ see `/usr/share/common-licenses/LGPL-2.1'
+
+Files: applications/*
+Copyright: 2006-2008 MGH, INRIA, USTL, UJF, CNRS
+License: GPL-2+
+ see `/usr/share/common-licenses/GPL-2'
+
+Files: extlibs/LML/*
+Copyright: 2003 TIMC (Emmanuel Promayon)
+License: GPL-2+
+ see `/usr/share/common-licenses/GPL-2'
+
+Files: extlibs/miniFlowVR/*
+Copyright: 2005 Laboratoire Informatique et Distribution (UMR5132), INRIA Project MOVI.
+License: LGPL
+ see `/usr/share/common-licenses/LGPL'
+
+Files: extlibs/miniFlowVR/src/librender/*
+Copyright: 2005 Laboratoire Informatique et Distribution (UMR5132), INRIA Project MOVI.
+License: GPL
+ see `/usr/share/common-licenses/GPL'
+
+Files: extlibs/PML/*
+Copyright: 2001 TIMC (Emmanuel Promayon, Matthieu Chabanas)
+License: GPL-2+
+ see `/usr/share/common-licenses/GPL-2'
+
+Files: extlibs/csparse/*
+Copyright: 2006, Timothy A. Davis.
+License: LGPL-2.1+
+ see `/usr/share/common-licenses/LGPL-2.1'
+
+Files: extlibs/tinyxml/*
+Copyright: 2000-2006 Lee Thomason (www.grinninglizard.com)
+License: ZLIB
+ This software is provided 'as-is', without any express or implied 
+ warranty. In no event will the authors be held liable for any 
+ damages arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any 
+ purpose, including commercial applications, and to alter it and 
+ redistribute it freely, subject to the following restrictions:
+ .
+ 1. The origin of this software must not be misrepresented; you must
+ not claim that you wrote the original software. If you use this
+ software in a product, an acknowledgment in the product documentation
+ would be appreciated but is not required.
+ .
+ 2. Altered source versions must be plainly marked as such, and
+ must not be misrepresented as being the original software.
+ .
+ 3. This notice may not be removed or altered from any source
+ distribution.
+
+Files: *
+Copyright: 2006-2008 MGH, INRIA, USTL, UJF, CNRS
+License: LGPL
+ see `/usr/share/common-licenses/LGPL'
+
+Files: debian/*
+Copyright: 2008, Dominique Belhachemi <domibel at cs.tu-berlin.de>
+License: GPL-2+
+ The Debian packaging is licensed under the GPL, see `/usr/share/common-licenses/GPL-2'

Added: trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/get-orig-source
===================================================================
--- trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/get-orig-source	                        (rev 0)
+++ trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/get-orig-source	2009-12-08 15:01:08 UTC (rev 4440)
@@ -0,0 +1,33 @@
+#!/bin/sh -e
+
+OUTDIR=tmp-sofa-framework/downloads
+mkdir -p ${OUTDIR}
+
+wget -c http://gforge.inria.fr/frs/download.php/19534/sofa-framework-1.0-beta4.zip    -P ${OUTDIR}
+wget -c http://gforge.inria.fr/frs/download.php/19535/sofa-modules-1.0-beta4.zip      -P ${OUTDIR}
+wget -c http://gforge.inria.fr/frs/download.php/19536/sofa-applications-1.0-beta4.zip -P ${OUTDIR}
+
+
+mkdir -p tmp-sofa-framework/repackaged/sofa-framework-1.0~beta4
+cd tmp-sofa-framework/repackaged/sofa-framework-1.0~beta4
+
+unzip ../../downloads/sofa-framework-1.0-beta4.zip
+unzip ../../downloads/sofa-modules-1.0-beta4.zip
+unzip ../../downloads/sofa-applications-1.0-beta4.zip
+
+rm -rf extlibs/miniBoost       # libboost-dev
+rm -rf extlibs/libQGLViewer    # libqglviewer-dev
+rm -rf extlibs/qwt             # libqwt-dev
+rm -rf extlibs/newmat          # libnewmat10-dev
+rm -rf extlibs/csparse         # libsuitesparse-dev
+# the external libraries are still there:
+# LML  miniFlowVR  PML tinyxml
+
+cd ..
+
+tar cvzf sofa-framework_1.0~beta4.orig.tar.gz sofa-framework-1.0~beta4
+mv sofa-framework-1.0~beta4 ../../
+mv sofa-framework_1.0~beta4.orig.tar.gz ../../
+cd ../../
+rm -rf tmp-sofa-framework/
+rm -rf sofa-framework-1.0~beta4/

Added: trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/index.html
===================================================================
--- trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/index.html	                        (rev 0)
+++ trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/index.html	2009-12-08 15:01:08 UTC (rev 4440)
@@ -0,0 +1,16 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>Sofa API Documentation</title></head>
+
+
+<frameset rows="200,*">
+  <frame src="http://www.sofa-framework.org/documentation?top=1" name="topfrm">
+  <frameset cols="220,*">
+    <frame src="http://www.sofa-framework.org/sofa/doc/doxygen/html/tree.html" name="treefrm">
+    <frame src="http://www.sofa-framework.org/sofa/doc/doxygen/html/main.html" name="basefrm">  </frameset>
+  <noframes>
+    <body><a href="http://www.sofa-framework.org/sofa/doc/doxygen/html/main.html">Frames are disabled. Click here to go to the main page.</a></body>
+  </noframes>
+
+</frameset>
+</html>

Added: trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/libsofa1.lintian-overrides
===================================================================
--- trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/libsofa1.lintian-overrides	                        (rev 0)
+++ trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/libsofa1.lintian-overrides	2009-12-08 15:01:08 UTC (rev 4440)
@@ -0,0 +1 @@
+libsofa1: package-name-doesnt-match-sonames libload1 libminiFlowVR1 libphysicalmodel1 libsofacomponent1 libsofacomponentbase1 libsofacomponentbehaviormodel1 libsofacomponentcollision1 libsofacomponentconstraint1 libsofacomponentcontextobject1 libsofacomponentcontroller1 libsofacomponentengine1 libsofacomponentfem1 libsofacomponentforcefield1 libsofacomponentinteractionforcefield1 libsofacomponentlinearsolver1 libsofacomponentmapping1 libsofacomponentmass1 libsofacomponentmastersolver1 libsofacomponentmisc1 libsofacomponentodesolver1 libsofacomponentvisualmodel1 libsofacore1 libsofadefaulttype1 libsofagui1 libsofaguiglut1 libsofaguimain1 libsofaguiqt1 libsofahelper1 libsofamodeler1 libsofapml1 libsofasimulation1 libsofatree1 libtinyxml1

Added: trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/patches/13_gcc4.4.diff
===================================================================
--- trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/patches/13_gcc4.4.diff	                        (rev 0)
+++ trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/patches/13_gcc4.4.diff	2009-12-08 15:01:08 UTC (rev 4440)
@@ -0,0 +1,73 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 13_gcc4.4.dpatch by  <domibel at ve2056622895.ihrserver.de>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: added #include headers required by GCC 4.4 (Closes: #505953)
+
+ at DPATCH@
+diff -urNad sofa-framework-1.0~beta4~/framework/sofa/helper/LCPSolver.inl sofa-framework-1.0~beta4/framework/sofa/helper/LCPSolver.inl
+--- sofa-framework-1.0~beta4~/framework/sofa/helper/LCPSolver.inl	2009-06-09 21:10:29.000000000 -0400
++++ sofa-framework-1.0~beta4/framework/sofa/helper/LCPSolver.inl	2009-06-09 21:10:49.000000000 -0400
+@@ -28,6 +28,7 @@
+ #define SOFA_HELPER_LCPSOLVER_INL
+ 
+ #include <sofa/helper/LCPSolver.h>
++#include <cstdio>
+ 
+ namespace sofa
+ {
+diff -urNad sofa-framework-1.0~beta4~/framework/sofa/helper/Quater.inl sofa-framework-1.0~beta4/framework/sofa/helper/Quater.inl
+--- sofa-framework-1.0~beta4~/framework/sofa/helper/Quater.inl	2009-06-09 21:10:29.000000000 -0400
++++ sofa-framework-1.0~beta4/framework/sofa/helper/Quater.inl	2009-06-09 21:10:49.000000000 -0400
+@@ -28,6 +28,7 @@
+ #define SOFA_HELPER_QUATER_INL
+ 
+ #include "Quater.h"
++#include <cstdio>
+ #include <math.h>
+ #include <iostream>
+ 
+diff -urNad sofa-framework-1.0~beta4~/framework/sofa/helper/gl/Capture.cpp sofa-framework-1.0~beta4/framework/sofa/helper/gl/Capture.cpp
+--- sofa-framework-1.0~beta4~/framework/sofa/helper/gl/Capture.cpp	2009-06-09 21:10:29.000000000 -0400
++++ sofa-framework-1.0~beta4/framework/sofa/helper/gl/Capture.cpp	2009-06-09 21:10:49.000000000 -0400
+@@ -30,6 +30,7 @@
+ #include <sofa/helper/io/ImagePNG.h>
+ #endif
+ 
++#include <cstdio>
+ #include <sys/types.h>
+ #include <sys/stat.h>
+ 
+diff -urNad sofa-framework-1.0~beta4~/framework/sofa/helper/io/ImageBMP.cpp sofa-framework-1.0~beta4/framework/sofa/helper/io/ImageBMP.cpp
+--- sofa-framework-1.0~beta4~/framework/sofa/helper/io/ImageBMP.cpp	2009-06-09 21:10:29.000000000 -0400
++++ sofa-framework-1.0~beta4/framework/sofa/helper/io/ImageBMP.cpp	2009-06-09 21:10:49.000000000 -0400
+@@ -26,6 +26,7 @@
+ ******************************************************************************/
+ #include <sofa/helper/io/ImageBMP.h>
+ #include <sofa/helper/system/FileRepository.h>
++#include <cstdio>
+ #include <iostream>
+ 
+ namespace sofa
+diff -urNad sofa-framework-1.0~beta4~/framework/sofa/helper/io/ImageRAW.cpp sofa-framework-1.0~beta4/framework/sofa/helper/io/ImageRAW.cpp
+--- sofa-framework-1.0~beta4~/framework/sofa/helper/io/ImageRAW.cpp	2009-06-09 21:10:29.000000000 -0400
++++ sofa-framework-1.0~beta4/framework/sofa/helper/io/ImageRAW.cpp	2009-06-09 21:10:49.000000000 -0400
+@@ -27,6 +27,7 @@
+ #include <sofa/helper/io/ImageRAW.h>
+ #include <sofa/helper/system/FileRepository.h>
+ #include <iostream>
++#include <cstdio>
+ 
+ namespace sofa
+ {
+diff -urNad sofa-framework-1.0~beta4~/framework/sofa/helper/io/MeshTrian.cpp sofa-framework-1.0~beta4/framework/sofa/helper/io/MeshTrian.cpp
+--- sofa-framework-1.0~beta4~/framework/sofa/helper/io/MeshTrian.cpp	2009-06-09 21:10:29.000000000 -0400
++++ sofa-framework-1.0~beta4/framework/sofa/helper/io/MeshTrian.cpp	2009-06-09 21:10:49.000000000 -0400
+@@ -27,6 +27,7 @@
+ #include <sofa/helper/io/MeshTrian.h>
+ #include <sofa/helper/system/FileRepository.h>
+ #include <stdlib.h>
++#include <cstdio>
+ #include <iostream>
+ #include <string>
+ 


Property changes on: trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/patches/13_gcc4.4.diff
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/patches/50_all_changes.diff
===================================================================
--- trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/patches/50_all_changes.diff	                        (rev 0)
+++ trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/patches/50_all_changes.diff	2009-12-08 15:01:08 UTC (rev 4440)
@@ -0,0 +1,228 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 50_all_changes.dpatch by  <domibel at cs.tu-berlin.de>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Link sofa to Debians newmat, boost, xml2 and qwt library.
+## DP: Use OGRE >= 1.6.0 if switched on.
+
+ at DPATCH@
+Index: sofa-framework-1.0~beta4/Sofa.pro
+===================================================================
+--- sofa-framework-1.0~beta4.orig/Sofa.pro	2009-12-06 14:20:24.000000000 -0500
++++ sofa-framework-1.0~beta4/Sofa.pro	2009-12-06 14:20:34.000000000 -0500
+@@ -3,10 +3,10 @@
+ 
+ include($${SOFA_DIR}/sofa.cfg) 
+ 
+-SUBDIRS += extlibs/newmat
++#SUBDIRS += extlibs/newmat
+ 
+ 
+-SUBDIRS += extlibs/qwt
++#SUBDIRS += extlibs/qwt
+ 
+ contains(DEFINES,SOFA_XML_PARSER_TINYXML){
+   SUBDIRS += extlibs/tinyxml
+@@ -21,14 +21,15 @@
+ #CSParse
+ 
+ contains(DEFINES,SOFA_HAVE_CSPARSE){
+-	SUBDIRS += extlibs/csparse
++# use Debian's system library instead of the one in extlibs
++#	SUBDIRS += extlibs/csparse
+ }
+ 
+ 
+ #QGLViewer
+ 
+ contains(DEFINES,SOFA_GUI_QGLVIEWER){
+-	SUBDIRS += extlibs/libQGLViewer/QGLViewer
++#	SUBDIRS += extlibs/libQGLViewer/QGLViewer
+ }
+ 
+ # PML
+Index: sofa-framework-1.0~beta4/framework/sofa/helper/gl/DrawManager.cpp
+===================================================================
+--- sofa-framework-1.0~beta4.orig/framework/sofa/helper/gl/DrawManager.cpp	2009-12-06 14:20:24.000000000 -0500
++++ sofa-framework-1.0~beta4/framework/sofa/helper/gl/DrawManager.cpp	2009-12-06 14:20:34.000000000 -0500
+@@ -517,7 +517,7 @@
+  	node->scale(radius/50.0,radius/50.0,radius/50.0);
+ 	node->translate(p[0],p[1],p[2]);
+ 	node->attachObject(sph);  
+-	sph->setNormaliseNormals(true);
++	//sph->setNormaliseNormals(true);
+ 	break;         
+ #endif
+       }
+Index: sofa-framework-1.0~beta4/sofa-default.cfg
+===================================================================
+--- sofa-framework-1.0~beta4.orig/sofa-default.cfg	2009-12-06 14:20:24.000000000 -0500
++++ sofa-framework-1.0~beta4/sofa-default.cfg	2009-12-06 14:20:34.000000000 -0500
+@@ -47,7 +47,7 @@
+ # DEFINES += SOFA_HAVE_FLOWVR
+ 
+ # Uncomment if you want to use Boost lib for multithread computing
+-# DEFINES += SOFA_HAVE_BOOST
++ DEFINES += SOFA_HAVE_BOOST
+ 
+ # Uncomment if you want to compile CUDA GPU prototype (require NVIDIA CUDA SDK)
+ # DEFINES += SOFA_GPU_CUDA
+@@ -61,10 +61,10 @@
+ # DEFINES += SOFA_GPU_CUDA_DOUBLE
+ 
+ # Uncomment if you want to use SofaPML to load PML and LML files
+-# DEFINES += SOFA_PML
++DEFINES += SOFA_PML
+ 
+ # Uncomment if you want to use LAPACK for Matrix Solvers
+-#DEFINES += SOFA_HAVE_LAPACK
++# DEFINES += SOFA_HAVE_LAPACK
+ 
+ # Uncomment if you want to use MKL for Matrix Solvers
+ #DEFINES += SOFA_HAVE_MKL
+@@ -77,7 +77,7 @@
+ # DEFINES += SOFA_HAVE_CHAI3D
+ 
+ # Uncomment if you want to support moving frames when computing inertia forces in Mass
+-# DEFINES += SOFA_SUPPORT_MOVING_FRAMES
++ DEFINES += SOFA_SUPPORT_MOVING_FRAMES
+ 
+ # Uncomment if you want to have the possibility to trave the visitor execution
+ DEFINES += DUMP_VISITOR_INFO
+@@ -110,6 +110,8 @@
+   # Choose if you want to compile the debug or release version
+ #CONFIG = debug
+ CONFIG = release
++QMAKE_CXXFLAGS += -W
++QMAKE_CFLAGS += -W
+ 
+   # Uncomment if you want debug symbols even in release build
+   # QMAKE_CXXFLAGS += -g
+Index: sofa-framework-1.0~beta4/sofa.cfg
+===================================================================
+--- sofa-framework-1.0~beta4.orig/sofa.cfg	2009-12-06 14:20:24.000000000 -0500
++++ sofa-framework-1.0~beta4/sofa.cfg	2009-12-06 14:22:48.000000000 -0500
+@@ -19,7 +19,8 @@
+ 
+ # Auto-detect Qt 4.x
+ # The QT variable was introduced in Qt 4
+-!isEmpty(QT): DEFINES += SOFA_QT4
++#!isEmpty(QT): DEFINES += SOFA_QT4
++DEFINES += SOFA_QT4
+ 
+ !include( sofa-local.cfg ) {
+   # Copy sofa-default.cfg to sofa-local.cfg and modify it to change local options
+@@ -197,12 +198,10 @@
+ OBJECTS_DIR = OBJ/$$join(CONFIGDEBUG,,,)
+ 
+ CONFIGLIBRARIES+= \
+-                  warn_on \
+                   stl \
+                   rtti \
+                   thread
+ 
+-CONFIGPROJECT += warn_on
+ CONFIGPROJECTGUI = $$CONFIGPROJECT
+ CONFIGPROJECTCMD = $$CONFIGPROJECT
+ CONFIGPROJECTCMD += console
+@@ -211,7 +210,11 @@
+                $$SOFA_DIR/include \
+                $$SOFA_DIR/framework \
+                $$SOFA_DIR/modules \
+-               $$SOFA_DIR/applications
++               $$SOFA_DIR/applications \
++               /usr/include/qt4 \
++               /usr/include/qwt-qt4
++
++
+ 
+ DEPENDPATH  *= \
+                $$SOFA_DIR/framework \
+@@ -241,7 +244,7 @@
+ #  BOOST
+ ########################################################################
+ contains(DEFINES,SOFA_HAVE_BOOST){
+-  SOFA_EXT_LIBS *= -lboost_thread
++  SOFA_EXT_LIBS *= -lboost_thread-mt
+ }else{
+   # use miniBoost headers included in extlibs
+   INCLUDEPATH *= $$SOFA_DIR/extlibs/miniBoost
+@@ -251,9 +254,9 @@
+ #  CSPARSE
+ ########################################################################
+ contains(DEFINES,SOFA_HAVE_CSPARSE){
+-  SOFA_EXT_LIBS *= -lcsparse$$LIBSUFFIX
++  SOFA_EXT_LIBS *= -lcsparse
+   # use csparse headers included in extlibs
+-  INCLUDEPATH *= $$SOFA_DIR/extlibs/csparse
++  # INCLUDEPATH *= $$SOFA_DIR/extlibs/csparse
+ }
+ 
+ ########################################################################
+@@ -322,8 +325,8 @@
+ #  NewMAT
+ ########################################################################
+ 
+-INCLUDEPATH *= $$SOFA_DIR/extlibs/newmat
+-SOFA_EXT_LIBS *=  -lnewmat$$LIBSUFFIX
++#INCLUDEPATH *= $$SOFA_DIR/extlibs/newmat
++SOFA_EXT_LIBS *=  -lnewmat
+ 
+ ########################################################################
+ #  METIS
+@@ -377,8 +380,9 @@
+ 	else {	
+ 	  QT += opengl	
+ 	}
+-	INCLUDEPATH += $$SOFA_DIR/extlibs/qwt
+-	SOFA_GUI_EXT_LIBS *= -lqwt$${LIBSUFFIX}
++#	INCLUDEPATH += $$SOFA_DIR/extlibs/qwt
++#       SOFA_GUI_EXT_LIBS *= -lqwt
++	SOFA_GUI_EXT_LIBS *= -lqwt-qt4
+ }
+ 
+ ########################################################################
+@@ -398,10 +402,10 @@
+ 	else {
+ 	  QT += opengl	
+ 	}
+-	unix:SOFA_GUI_EXT_LIBS *= -lQGLViewer$${LIBSUFFIX}
++	unix:SOFA_GUI_EXT_LIBS *= -lqglviewer-qt4$${LIBSUFFIX}
+ 	win32:SOFA_GUI_EXT_LIBS *= -lQGLViewer2$${LIBSUFFIX}
+-	INCLUDEPATH += $$SOFA_DIR/extlibs/qwt $$SOFA_DIR/extlibs/libQGLViewer
+-	SOFA_GUI_EXT_LIBS *= -lqwt$${LIBSUFFIX}
++	INCLUDEPATH += /usr/include/qglviewer-qt4
++	SOFA_GUI_EXT_LIBS *= -lqwt-qt4
+ }
+ 
+ ########################################################################
+@@ -428,8 +432,8 @@
+ 		QMAKE_LIBDIR += $(OGRE_HOME)/lib
+ 		LIBS += OgreMain.lib  
+ 	}
+-	INCLUDEPATH += $$SOFA_DIR/extlibs/qwt
+-	SOFA_GUI_EXT_LIBS *= -lqwt$${LIBSUFFIX}
++#	INCLUDEPATH += $$SOFA_DIR/extlibs/qwt
++	SOFA_GUI_EXT_LIBS *= -lqwt-qt4
+ 
+ 	unix {
+ 		macx:  QMAKE_CXXFLAGS += -Wno-unused
+@@ -601,6 +605,9 @@
+ 
+ SOFA_GUI_LIBS *= -lsofagui$$LIBSUFFIX -lsofaguimain$$LIBSUFFIX
+ 
++# for binutils-gold
++SOFA_EXTRA_LIBS += -ldl
++
+ # When using staticlib, rebuild applications if a library has changed
+ contains(CONFIGLIBRARIES,staticlib){
+ contains(TEMPLATE,app){
+@@ -619,7 +626,7 @@
+ }
+ }
+ 
+-SOFA_LIBS = $${SOFA_MODULES_LIBS} $${SOFA_MODULES_LIBS} $${SOFA_FRAMEWORK_LIBS} $${SOFA_FRAMEWORK_LIBS} $${SOFA_EXT_LIBS}
++SOFA_LIBS = $${SOFA_MODULES_LIBS} $${SOFA_MODULES_LIBS} $${SOFA_FRAMEWORK_LIBS} $${SOFA_FRAMEWORK_LIBS} $${SOFA_EXT_LIBS} $${SOFA_EXTRA_LIBS}
+ 
+ SOFA_GUI_LIBS += $${SOFA_GUI_EXT_LIBS}
+ 


Property changes on: trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/patches/50_all_changes.diff
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/patches/55_fix_mips_sqrt.diff
===================================================================
--- trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/patches/55_fix_mips_sqrt.diff	                        (rev 0)
+++ trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/patches/55_fix_mips_sqrt.diff	2009-12-08 15:01:08 UTC (rev 4440)
@@ -0,0 +1,34 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 55_fix_mips_sqrt.dpatch by  <domibel at sid1500>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: fixes a build error on MIPS and ARM (sqrt/sqrtl)
+
+ at DPATCH@
+Index: sofa-framework-1.0~beta4/framework/sofa/helper/rmath.h
+===================================================================
+--- sofa-framework-1.0~beta4.orig/framework/sofa/helper/rmath.h	2009-12-06 14:23:24.000000000 -0500
++++ sofa-framework-1.0~beta4/framework/sofa/helper/rmath.h	2009-12-06 14:23:29.000000000 -0500
+@@ -132,8 +132,8 @@
+ 
+ inline double rsqrt(const double& a)
+ {
+-#if defined(__GNUC__)
+-    return sqrt(a);
++#if defined(__arm__) || defined(__mips__)
++    return sqrt((double)a);
+ #else
+     return (double)sqrtl((long double)a);
+ #endif
+@@ -141,7 +141,11 @@
+ 
+ inline long double rsqrt(const long double& a)
+ {
++#if defined(__arm__) || defined(__mips__)
++    return (long double)sqrt((double)a);
++#else
+     return sqrtl(a);
++#endif
+ }
+ 
+ template<class T>


Property changes on: trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/patches/55_fix_mips_sqrt.diff
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/patches/78_atomicity.diff
===================================================================
--- trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/patches/78_atomicity.diff	                        (rev 0)
+++ trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/patches/78_atomicity.diff	2009-12-08 15:01:08 UTC (rev 4440)
@@ -0,0 +1,25 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 78_atomicity.dpatch by  <domibel at t500lenny>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: fix: error: bits/atomicity.h: No such file or directory
+
+ at DPATCH@
+Index: sofa-framework-1.0~beta4/framework/sofa/helper/system/atomic.h
+===================================================================
+--- sofa-framework-1.0~beta4.orig/framework/sofa/helper/system/atomic.h	2009-12-06 14:20:15.000000000 -0500
++++ sofa-framework-1.0~beta4/framework/sofa/helper/system/atomic.h	2009-12-06 14:20:36.000000000 -0500
+@@ -31,9 +31,10 @@
+ 
+ #if defined(SOFA_USE_ASM_ATOMIC)
+ #include <asm/atomic.h>
+-#include <bits/atomicity.h> // for __exchange_and_add
+-#elif defined(__GNUC__) && (defined(i386) || defined(__i386__) || defined(__x86_64__))
+-// custom ASM code, no include
++#endif
++
++#if defined( __GNUC__ ) && ( __GNUC__ * 100 + __GNUC_MINOR__ >= 402 )
++#  include <ext/atomicity.h>
+ #elif defined(__GNUC__)
+ // Fall-back mode: stdc++ atomic operations (should be available on all gcc-supported platforms)
+ #include <bits/atomicity.h>


Property changes on: trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/patches/78_atomicity.diff
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/patches/series
===================================================================
--- trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/patches/series	                        (rev 0)
+++ trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/patches/series	2009-12-08 15:01:08 UTC (rev 4440)
@@ -0,0 +1,4 @@
+13_gcc4.4.diff
+50_all_changes.diff
+55_fix_mips_sqrt.diff
+78_atomicity.diff

Added: trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/rules
===================================================================
--- trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/rules	                        (rev 0)
+++ trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/rules	2009-12-08 15:01:08 UTC (rev 4440)
@@ -0,0 +1,189 @@
+#!/usr/bin/make -f
+
+PACKAGE=sofa-framework
+DEB_SOURCE_PACKAGE:=$(PACKAGE)
+
+# quilt
+include /usr/share/quilt/quilt.make 
+
+# Uncomment this to turn on verbose mode.
+export DH_VERBOSE=1
+
+
+get-orig-source:
+	. debian/get-orig-source
+
+configure: configure-stamp
+configure-stamp: $(QUILT_STAMPFN)
+	dh_testdir
+	# Add here commands to configure the package.
+	qmake
+	(cd applications/projects/runSofa; qmake -o Makefile runSofa.pro)
+
+	# create a folder without object files
+	cp -r $(CURDIR)/applications/tutorials $(CURDIR)/tutorials
+
+	touch $@
+
+
+build: build-arch
+
+build-indep: build-indep-stamp
+build-indep-stamp: configure
+	dh_testdir
+
+	# Create the documentation files
+	mkdir -p $(CURDIR)/doc/doxygen
+#	doxygen -u Doxyfile
+#	doxygen
+
+	# remove zero byte files
+	find $(CURDIR)/doc/doxygen/ -depth -empty | xargs rm -rf
+
+	touch $@
+
+
+build-arch: build-arch-stamp
+build-arch-stamp: configure
+	dh_testdir
+
+        # Add here commands to compile the package.
+	$(MAKE)
+
+	touch $@
+
+
+clean: clean-patched unpatch
+
+clean-patched:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp docs-stamp
+	rm -rf bin lib tutorials doc OBJ
+	
+	# Add here commands to clean up after the build process.
+	#$(MAKE) clean
+
+	dh_clean 
+
+
+install: install-indep install-arch
+
+install-indep: build-indep
+	dh_testdir
+
+	mkdir -p $(CURDIR)/debian/tmp/usr/share/doc/sofa-doc
+
+        # because of a lintian warning
+	find tutorials -name "*.kdevelop" | xargs chmod 644
+
+        # install the source code of the example applications
+	dh_install -psofa-tutorials    tutorials     usr/share/sofa
+
+	find share -type f -exec chmod 644 \{\} \;
+	find share -name "*.sh" | xargs chmod 755
+
+	find examples -type f -exec chmod 644 \{\} \;
+	find examples -name "*.sh" | xargs chmod 755
+
+	dh_install -psofa-data   share                                usr/share/sofa
+	dh_install -psofa-data   examples                             usr/share/sofa
+
+        # Documentation
+#	dh_install -psofa-doc     doc/doxygen/html                    usr/share/doc/sofa-doc
+	dh_install -psofa-doc     debian/index.html                   usr/share/doc/sofa-doc/html
+
+
+	dh_installexamples
+
+
+install-arch: build-arch
+	dh_testdir
+	dh_testroot
+	dh_installdirs
+
+	dh_install -psofa-apps   debian/sofa.desktop                      usr/share/applications
+	dh_install -psofa-apps   debian/sofa.xpm                          usr/share/pixmaps
+
+	# Add here commands to install the package into debian/tmp
+#	$(MAKE) install
+#	$(MAKE) INSTALL_DIR=$(CURDIR)/debian/tmp install
+
+
+	mkdir -p $(CURDIR)/debian/tmp/usr/bin
+	mkdir -p $(CURDIR)/debian/tmp/usr/lib
+	mkdir -p $(CURDIR)/debian/tmp/usr/include
+	mkdir -p $(CURDIR)/debian/tmp/usr/lib/sofa-framework
+
+	find framework -name "*.h" | xargs -i cp --parents {} $(CURDIR)/debian/tmp/usr/include/
+	find framework -name "*.inl" | xargs -i cp --parents {} $(CURDIR)/debian/tmp/usr/include/
+	cp -rf $(CURDIR)/debian/tmp/usr/include/framework/* $(CURDIR)/debian/tmp/usr/include/
+	rm -rf $(CURDIR)/debian/tmp/usr/include/framework
+
+	find modules -name "*.h" | xargs -i cp --parents {} $(CURDIR)/debian/tmp/usr/include/
+	find modules -name "*.inl" | xargs -i cp --parents {} $(CURDIR)/debian/tmp/usr/include/
+	cp -rf $(CURDIR)/debian/tmp/usr/include/modules/* $(CURDIR)/debian/tmp/usr/include/
+	rm -rf $(CURDIR)/debian/tmp/usr/include/modules
+
+	find applications -name "*.h" | xargs -i cp --parents {} $(CURDIR)/debian/tmp/usr/include/
+	find applications -name "*.inl" | xargs -i cp --parents {} $(CURDIR)/debian/tmp/usr/include/
+	cp -rf $(CURDIR)/debian/tmp/usr/include/applications/* $(CURDIR)/debian/tmp/usr/include/
+	rm -rf $(CURDIR)/debian/tmp/usr/include/applications
+
+	mv $(CURDIR)/bin/runSofa         $(CURDIR)/debian/tmp/usr/lib/sofa-framework/sofa
+###	mv $(CURDIR)/bin/oneParticule    $(CURDIR)/debian/tmp/usr/bin/sofa_particule
+###	mv $(CURDIR)/bin/oneTetrahedron  $(CURDIR)/debian/tmp/usr/bin/sofa_tetrahedron
+###	mv $(CURDIR)/bin/chainHybrid     $(CURDIR)/debian/tmp/usr/bin/sofa_chain_hybrid
+###	mv $(CURDIR)/bin/mixedPendulum   $(CURDIR)/debian/tmp/usr/bin/sofa_mixed_pendulum
+
+
+	cp -r $(CURDIR)/lib/linux/lib* $(CURDIR)/debian/tmp/usr/lib/
+
+
+	dh_install -plibsofa1        debian/tmp/usr/lib/lib*.so.*             usr/lib
+
+	dh_install -plibsofa1-dev    debian/tmp/usr/lib/lib*.so               usr/lib
+	dh_install -plibsofa1-dev    debian/tmp/usr/include/*                 usr/include
+
+	dh_install -psofa-apps   debian/tmp/usr/lib/sofa-framework/sofa   usr/lib/sofa-framework
+###	dh_install -psofa-apps   debian/tmp/usr/bin/sofa_particule        usr/bin
+###	dh_install -psofa-apps   debian/tmp/usr/bin/sofa_tetrahedron      usr/bin
+###	dh_install -psofa-apps   debian/tmp/usr/bin/sofa_chain_hybrid     usr/bin
+###	dh_install -psofa-apps   debian/tmp/usr/bin/sofa_mixed_pendulum   usr/bin
+	dh_install -psofa-apps   debian/sofa                              usr/bin
+
+	dh_installman -psofa-apps debian/sofa.1
+
+# called by binary-indep and binary-arch
+binary-common:
+	dh_testdir
+	dh_testroot
+	dh_install
+	dh_installchangelogs 
+	dh_installdocs
+	dh_installmenu
+	dh_lintian
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_makeshlibs
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+
+# Build architecture independant packages using the common target.
+binary-indep: build-indep install-indep
+	$(MAKE) -f debian/rules DH_OPTIONS=-i binary-common
+
+
+# Build architecture dependant packages using the common target.
+binary-arch: build-arch install-arch
+	$(MAKE) -f debian/rules DH_OPTIONS=-s binary-common
+
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install install-indep install-arch configure


Property changes on: trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/sofa
===================================================================
--- trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/sofa	                        (rev 0)
+++ trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/sofa	2009-12-08 15:01:08 UTC (rev 4440)
@@ -0,0 +1,26 @@
+#!/bin/sh
+#
+# SOFA wrapper script
+#
+# Copyright (C) 2008 Dominique Belhachemi (domibel at cs.tu-berlin.de)
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+
+export SOFA_DATA_PATH=/usr/share/sofa/share:/usr/share/sofa/examples
+
+/usr/lib/sofa-framework/sofa $*
+
+exit 0

Added: trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/sofa-doc.doc-base
===================================================================
--- trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/sofa-doc.doc-base	                        (rev 0)
+++ trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/sofa-doc.doc-base	2009-12-08 15:01:08 UTC (rev 4440)
@@ -0,0 +1,14 @@
+Document: sofa-doc
+Title: SOFA class documentation
+Author: Various
+Abstract: GUI for the Simulation Open Framework Architecture (SOFA)
+ SOFA is an Open Source framework primarily targeted at
+ real-time simulation, with an emphasis on medical simulation.
+ It is mostly intended for the research community to help
+ develop newer algorithms, but can also be used as an efficient
+ prototyping tool.
+Section: Programming
+
+Format: HTML
+Index: /usr/share/doc/sofa-doc/html/index.html
+Files: /usr/share/doc/sofa-doc/html/*.html

Added: trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/sofa.1
===================================================================
--- trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/sofa.1	                        (rev 0)
+++ trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/sofa.1	2009-12-08 15:01:08 UTC (rev 4440)
@@ -0,0 +1,38 @@
+.TH "sofa" "1" "August 2008" "" ""
+.SH "NAME"
+sofa \- SOFA GUI
+.SH "SYNOPSIS"
+sofa [OPTIONS]
+.SH "DESCRIPTION"
+SOFA is an Open Source framework primarily targeted at real\-time simulation, with an emphasis
+on medical simulation. It is mostly intended for the research community to help develop newer
+algorithms, but can also be used as an efficient prototyping tool. Based on an advanced software
+architecture, it allows to:
+
+    * create complex and evolving simulations by combining new algorithms with algorithms
+      already included in SOFA
+    * modify most parameters of the simulation – deformable behavior, surface representation,
+      solver, constraints, collision algorithm, etc. – by simply editing an XML file
+    * build complex models from simpler ones using a scene\-graph description
+    * efficiently simulate the dynamics of interacting objects using abstract equation solvers
+    * reuse and easily compare a variety of available methods 
+
+.SH "OPTIONS"
+.IP "\-h \-\-help"
+this help
+.IP "\-s \-\-start"
+start the animation loop  (default: 0 )
+.IP "\-p \-\-factory"
+In addition to the baz segments, also parse the
+blurfl headers.
+.IP "\-g \-\-gui"
+choose the UI (batch|qt|glut)  (default: qt )
+.IP "\-l \-\-load"
+load given plugins  (default: )
+.SH "AUTHORS"
+SOFA is currently developed by 3 INRIA teams: Alcove, Evasion and Asclepios but the project also
+benefited from the help of the CIMIT Sim Group, ETH Zurich and CSIRO.
+.SH "SEE ALSO"
+The full documentation for
+.B sofa
+is available at <\fBhttp://www.sofa\-framework.org\fR>

Added: trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/sofa.desktop
===================================================================
--- trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/sofa.desktop	                        (rev 0)
+++ trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/sofa.desktop	2009-12-08 15:01:08 UTC (rev 4440)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+GenericName=SOFA
+Name=SOFA
+Comment=Open Source Framework for Medical Simulation
+Exec=sofa
+Icon=sofa
+Terminal=false
+Type=Application
+Categories=Graphics;

Added: trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/sofa.menu
===================================================================
--- trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/sofa.menu	                        (rev 0)
+++ trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/sofa.menu	2009-12-08 15:01:08 UTC (rev 4440)
@@ -0,0 +1,2 @@
+?package(sofa):needs="X11|text|vc|wm" section="Applications/Science/Medicine"\
+  title="SOFA" command="/usr/bin/sofa" icon="/usr/share/pixmaps/sofa.xpm"

Added: trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/sofa.xpm
===================================================================
--- trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/sofa.xpm	                        (rev 0)
+++ trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/sofa.xpm	2009-12-08 15:01:08 UTC (rev 4440)
@@ -0,0 +1,336 @@
+/* XPM */
+static char * soffaaaa_xpm[] = {
+"32 32 301 2",
+"  	c None",
+". 	c #383846",
+"+ 	c #363746",
+"@ 	c #373846",
+"# 	c #7E5A48",
+"$ 	c #CD6A36",
+"% 	c #BF6436",
+"& 	c #5A4444",
+"* 	c #744D40",
+"= 	c #F3722C",
+"- 	c #F2712C",
+"; 	c #F2702B",
+"> 	c #E76F2F",
+", 	c #433C46",
+"' 	c #BC6236",
+") 	c #7B4E3F",
+"! 	c #4C4246",
+"~ 	c #965A3C",
+"{ 	c #98593B",
+"] 	c #4F4044",
+"^ 	c #393947",
+"/ 	c #3A3A47",
+"( 	c #BE6336",
+"_ 	c #F3742E",
+": 	c #7C5544",
+"< 	c #504245",
+"[ 	c #E77130",
+"} 	c #F2712B",
+"| 	c #EA702E",
+"1 	c #524244",
+"2 	c #7A4F40",
+"3 	c #E87130",
+"4 	c #ED7631",
+"5 	c #95583C",
+"6 	c #7E5040",
+"7 	c #F3712B",
+"8 	c #E8702F",
+"9 	c #453D46",
+"0 	c #A95D39",
+"a 	c #A55B39",
+"b 	c #493F46",
+"c 	c #EF712D",
+"d 	c #F2702C",
+"e 	c #F57730",
+"f 	c #6C4E44",
+"g 	c #8D553D",
+"h 	c #E46E2E",
+"i 	c #C96A35",
+"j 	c #5E4844",
+"k 	c #C26535",
+"l 	c #B76136",
+"m 	c #6F4B41",
+"n 	c #9F5839",
+"o 	c #A65B39",
+"p 	c #433D47",
+"q 	c #9B583B",
+"r 	c #F57D36",
+"s 	c #88523D",
+"t 	c #564445",
+"u 	c #8F553C",
+"v 	c #A95D3A",
+"w 	c #413C46",
+"x 	c #554345",
+"y 	c #EF722D",
+"z 	c #F4722B",
+"A 	c #F4742E",
+"B 	c #B7693D",
+"C 	c #3A3946",
+"D 	c #3E3B46",
+"E 	c #514245",
+"F 	c #AD5F39",
+"G 	c #EA712F",
+"H 	c #463D46",
+"I 	c #AB5E3A",
+"J 	c #393846",
+"K 	c #BE6D3E",
+"L 	c #4F4246",
+"M 	c #594645",
+"N 	c #524647",
+"O 	c #F6752C",
+"P 	c #D07239",
+"Q 	c #443D46",
+"R 	c #6E4C42",
+"S 	c #815340",
+"T 	c #9D5B3D",
+"U 	c #6B4A42",
+"V 	c #363646",
+"W 	c #956544",
+"X 	c #785949",
+"Y 	c #BB6337",
+"Z 	c #A05A39",
+"` 	c #BD6438",
+" .	c #584645",
+"..	c #A9633B",
+"+.	c #E07D3A",
+"@.	c #F67B2F",
+"#.	c #DD7333",
+"$.	c #A5633B",
+"%.	c #504445",
+"&.	c #634D45",
+"*.	c #AA7148",
+"=.	c #554B46",
+"-.	c #7F6242",
+";.	c #5D4844",
+">.	c #CE6934",
+",.	c #F1702B",
+"'.	c #C76534",
+").	c #975D3D",
+"!.	c #FE7B2C",
+"~.	c #FA752C",
+"{.	c #F8732C",
+"].	c #F7732C",
+"^.	c #F8722C",
+"/.	c #FB762C",
+"(.	c #F6792E",
+"_.	c #D47A3C",
+":.	c #3D3A47",
+"<.	c #855A40",
+"[.	c #F88D31",
+"}.	c #F8782D",
+"|.	c #F7782C",
+"1.	c #9B5C3C",
+"2.	c #9C593B",
+"3.	c #D67038",
+"4.	c #AE6740",
+"5.	c #644D47",
+"6.	c #6A4D43",
+"7.	c #F8782E",
+"8.	c #F3702B",
+"9.	c #F16E2A",
+"0.	c #F06D2A",
+"a.	c #F16D2B",
+"b.	c #F26E2B",
+"c.	c #F8732B",
+"d.	c #FC792D",
+"e.	c #7E5440",
+"f.	c #403B46",
+"g.	c #F0732E",
+"h.	c #F4722C",
+"i.	c #F4712C",
+"j.	c #F4732C",
+"k.	c #3F3B46",
+"l.	c #B96439",
+"m.	c #F17430",
+"n.	c #CF6B36",
+"o.	c #493F45",
+"p.	c #433E47",
+"q.	c #8D5B42",
+"r.	c #BA7042",
+"s.	c #895841",
+"t.	c #DE7334",
+"u.	c #F26F2B",
+"v.	c #F06C2A",
+"w.	c #F16D2A",
+"x.	c #F16E2B",
+"y.	c #F7722B",
+"z.	c #F3772F",
+"A.	c #373746",
+"B.	c #5D4644",
+"C.	c #F6722B",
+"D.	c #F3712C",
+"E.	c #F4722D",
+"F.	c #6C4A42",
+"G.	c #3B3A47",
+"H.	c #694E46",
+"I.	c #C26D3A",
+"J.	c #F5732C",
+"K.	c #F8742C",
+"L.	c #AD623A",
+"M.	c #945C3F",
+"N.	c #BD7242",
+"O.	c #B26C41",
+"P.	c #E9702F",
+"Q.	c #FC974A",
+"R.	c #FEB76C",
+"S.	c #F37630",
+"T.	c #473E46",
+"U.	c #91573D",
+"V.	c #F06D2B",
+"W.	c #EF6C2A",
+"X.	c #F06B2A",
+"Y.	c #E87635",
+"Z.	c #5F4C47",
+"`.	c #715043",
+" +	c #EE7D36",
+".+	c #FEB76E",
+"++	c #F8C588",
+"@+	c #815743",
+"#+	c #373847",
+"$+	c #EF6A2A",
+"%+	c #ED9050",
+"&+	c #423F48",
+"*+	c #64544C",
+"=+	c #454148",
+"-+	c #A2613C",
+";+	c #F07F34",
+">+	c #D57F3C",
+",+	c #594944",
+"'+	c #8D5940",
+")+	c #EC8744",
+"!+	c #6A4B42",
+"~+	c #FD7A2E",
+"{+	c #FA762D",
+"]+	c #FC772D",
+"^+	c #E37733",
+"/+	c #986140",
+"(+	c #C4743F",
+"_+	c #FA7D34",
+":+	c #F3712D",
+"<+	c #D17940",
+"[+	c #353746",
+"}+	c #6A5243",
+"|+	c #B2703B",
+"1+	c #A67342",
+"2+	c #4F4645",
+"3+	c #865641",
+"4+	c #F67730",
+"5+	c #F5742E",
+"6+	c #F6742C",
+"7+	c #F9762C",
+"8+	c #6A5048",
+"9+	c #363846",
+"0+	c #D8753A",
+"a+	c #F87A33",
+"b+	c #FA7D36",
+"c+	c #F87B34",
+"d+	c #F87C35",
+"e+	c #F87A34",
+"f+	c #F77B35",
+"g+	c #F87E37",
+"h+	c #FA853B",
+"i+	c #FD9345",
+"j+	c #D1894A",
+"k+	c #B77240",
+"l+	c #94623E",
+"m+	c #FD8730",
+"n+	c #FF8630",
+"o+	c #FFB25D",
+"p+	c #EEC27D",
+"q+	c #4B4245",
+"r+	c #584646",
+"s+	c #FD883C",
+"t+	c #F6752E",
+"u+	c #FA7E34",
+"v+	c #F67B32",
+"w+	c #6A5248",
+"x+	c #F67F35",
+"y+	c #EF6825",
+"z+	c #EE6623",
+"A+	c #F87832",
+"B+	c #FC833A",
+"C+	c #F16A26",
+"D+	c #FB8339",
+"E+	c #FA8338",
+"F+	c #EB8F48",
+"G+	c #433E48",
+"H+	c #413E48",
+"I+	c #D57A39",
+"J+	c #FF832F",
+"K+	c #FE8332",
+"L+	c #975C3C",
+"M+	c #865D47",
+"N+	c #F48E43",
+"O+	c #F99043",
+"P+	c #885E47",
+"Q+	c #88634A",
+"R+	c #FA8238",
+"S+	c #F26E28",
+"T+	c #FA7F36",
+"U+	c #FC8D40",
+"V+	c #F6994B",
+"W+	c #67534A",
+"X+	c #BA7140",
+"Y+	c #FC8B3C",
+"Z+	c #FFA550",
+"`+	c #FFA953",
+" @	c #9F6E4A",
+".@	c #3D3C48",
+"+@	c #403E49",
+"@@	c #685349",
+"#@	c #D88A4B",
+"$@	c #FF9B4A",
+"%@	c #FF9A4A",
+"&@	c #FF9C4A",
+"*@	c #FF9F4C",
+"=@	c #CD8B4E",
+"-@	c #594C49",
+";@	c #65574A",
+">@	c #FAAE51",
+",@	c #FFC466",
+"'@	c #FFAC57",
+")@	c #F9A856",
+"!@	c #584A49",
+"~@	c #554848",
+"{@	c #775B49",
+"]@	c #775D4A",
+"^@	c #524748",
+"/@	c #66614F",
+"(@	c #B99056",
+"_@	c #B88754",
+":@	c #61514A",
+". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ",
+". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ",
+". . . . . . . . . . . . . . . . + @ . . . . . . . . . . . . . . ",
+". . . . . . . . . . . . . . @ # $ % & . . . . . . . . . . . . . ",
+". . . . . . . . . . . . . . * = - ; > , . . . . . . . . . . . . ",
+". . . . . . . . . . . . . @ ' - ; ; ; ) . . . ! ~ { ] . . . . . ",
+". . . . . . . . . ^ / . . @ ( ; ; ; _ : . . < [ } } | 1 . . . . ",
+". . . . . . . . 2 3 4 5 @ . 6 7 ; ; 8 9 . . 0 } ; ; } a . . . . ",
+". . . . . . . b c d ; e f . . g h i j . . @ k } ; ; ; l . . . . ",
+". . . . . . . m - ; ; ; n . . . o p . . . . q } ; - r s . . . . ",
+". . . . . . . t = d ; ; u . . . v w . . . . x y z A B C . . . . ",
+". . D E . . . @ F 7 ; G H . . . I D . . . J K L M N @ . . . . . ",
+". & [ O P Q . . . R S T U . . V I / . . . W X . . . . . . . . . ",
+"@ Y d d ; Z . . . . . C `  ...+. at .#.$.%.&.*.@ . . . . =.-.;.@ . ",
+"+ >.d ,.,.'.+ . . . . . ).!.~.{.].^./.(._.:.. . . . <.[.}.|.1.@ ",
+". 2.- d ; 3.4.5.@ . . 6.7.8.9.0.0.a.b.c.d.e.. . . f.g.h.i.7 j.] ",
+". k.l.m.n.o.p.q.r.s.p t.u.a.0.v.v.w.a.x.y.z.o.. A.B.C.D.h.E.h.F.",
+". . @ G.@ . . . . H.I.J.x.0.v.v.v.v.v.w.b.K.L.M.N.O.P.h.Q.R.S.T.",
+". . . . . . . . . . U.u.V.0.W.X.X.v.v.w.b.8.Y.Z.J . `. +.+++ at +. ",
+". . . . . @ #+A.. . 1.u.x.v.W.$+$+X.v.v.x.b.%+@ . . . &+*+=+. . ",
+". . . . . -+;+>+,+. '+u.x.v.W.v.X.X.v.0.w.b.)+@ . . . . . . . . ",
+". . . . !+~+{+]+^+/+(+_+:+0.v.v.v.v.v.w.w.u.<+[+@ }+|+1+2+. . . ",
+". . . . 3+4+5+6+7+8+9+0+a+b+c+d+e+f+f+g+h+i+j+k+l+m+n+o+p+q+. . ",
+". . . . r+s+t+u+v+Q . w+x+y+z+E.A+B+C+D+E+F+G+H+I+n+J+J+K+L+. . ",
+". . . . @ M+N+O+P+. . @ Q+i+R+4+S+T+v+U+V+W+. . X+Y+Z+`+`+ @. . ",
+". . . . . . . at +@. . . . @ @@#@$@%@&@*@=@- at . . . ;@>@,@'@)@!@. . ",
+". . . . . . . . . . . . . . @ ~@{@]@^@A.. . . . . /@(@_@:@. . . ",
+". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ",
+". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ",
+". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ",
+". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ",
+". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . "};

Added: trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/watch
===================================================================
--- trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/watch	                        (rev 0)
+++ trunk/packages/sofa-framework/tags/1.0~beta4-3/debian/watch	2009-12-08 15:01:08 UTC (rev 4440)
@@ -0,0 +1,4 @@
+version=3
+opts="dversionmangle=s/~/-/" \
+http://www.sofa-framework.org/download \
+http://gforge.inria.fr/frs/download.php/.*/sofa-framework-(.*)\.zip




More information about the debian-med-commit mailing list