[med-svn] r2539 - trunk/packages/sofa-framework/trunk/debian
domibel-guest at alioth.debian.org
domibel-guest at alioth.debian.org
Thu Sep 25 20:28:38 UTC 2008
Author: domibel-guest
Date: 2008-09-25 20:28:36 +0000 (Thu, 25 Sep 2008)
New Revision: 2539
Modified:
trunk/packages/sofa-framework/trunk/debian/control
trunk/packages/sofa-framework/trunk/debian/copyright
trunk/packages/sofa-framework/trunk/debian/get-orig-source
trunk/packages/sofa-framework/trunk/debian/rules
Log:
uses sofa-data instead of sofa-share
Modified: trunk/packages/sofa-framework/trunk/debian/control
===================================================================
--- trunk/packages/sofa-framework/trunk/debian/control 2008-09-25 13:54:15 UTC (rev 2538)
+++ trunk/packages/sofa-framework/trunk/debian/control 2008-09-25 20:28:36 UTC (rev 2539)
@@ -13,7 +13,7 @@
Package: sofa-apps
Architecture: any
-Depends: ${shlibs:Depends}, libsofa1 (= ${binary:Version}), sofa-share
+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.
@@ -68,10 +68,10 @@
This package contains tutorials from the SOFA source.
-Package: sofa-share
+Package: sofa-data
Section: graphics
Architecture: all
-Description: Simulation Open Framework Architecture - tutorials
+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
Modified: trunk/packages/sofa-framework/trunk/debian/copyright
===================================================================
--- trunk/packages/sofa-framework/trunk/debian/copyright 2008-09-25 13:54:15 UTC (rev 2538)
+++ trunk/packages/sofa-framework/trunk/debian/copyright 2008-09-25 20:28:36 UTC (rev 2539)
@@ -5,12 +5,12 @@
Files: framework/*
Copyright: (c) 2006-2008 MGH, INRIA, USTL, UJF, CNRS
-License: LGPL
+License: LGPL-2.1+
see `/usr/share/common-licenses/LGPL'
Files: modules/*
Copyright: (c) 2006-2008 MGH, INRIA, USTL, UJF, CNRS
-License: LGPL
+License: LGPL-2.1+
see `/usr/share/common-licenses/LGPL'
Files: applications/*
@@ -24,10 +24,15 @@
see `/usr/share/common-licenses/GPL'
Files: extlibs/miniFlowVR/*
-Copyright: (c) 2005 INRIA
-License: GPL, LGPL
- see `/usr/share/common-licenses/GPL' and `/usr/share/common-licenses/LGPL'
+Copyright: (c) 2005 Laboratoire Informatique et Distribution (UMR5132), INRIA Project MOVI.
+License: LGPL
+ see `/usr/share/common-licenses/LGPL'
+Files: extlibs/miniFlowVR/src/librender/*
+Copyright: (c) 2005 Laboratoire Informatique et Distribution (UMR5132), INRIA Project MOVI.
+License: GPL
+ see `/usr/share/common-licenses/GPL'
+
Files: extlibs/PML/*
Copyright: (c)
License: GPL-2+
Modified: trunk/packages/sofa-framework/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/sofa-framework/trunk/debian/get-orig-source 2008-09-25 13:54:15 UTC (rev 2538)
+++ trunk/packages/sofa-framework/trunk/debian/get-orig-source 2008-09-25 20:28:36 UTC (rev 2539)
@@ -1,3 +1,5 @@
+#!/bin/sh -e
+
mkdir -p tmp-sofa-framework/downloads
wget http://gforge.inria.fr/frs/download.php/5654/sofa-framework-1.0-beta3.zip
@@ -32,4 +34,4 @@
mv sofa-framework-1.0.0~beta3 ../../
mv sofa-framework_1.0.0~beta3.orig.tar.gz ../../
cd ../../
-#rm -rf tmp-sofa-framework/
+rm -rf tmp-sofa-framework/
Modified: trunk/packages/sofa-framework/trunk/debian/rules
===================================================================
--- trunk/packages/sofa-framework/trunk/debian/rules 2008-09-25 13:54:15 UTC (rev 2538)
+++ trunk/packages/sofa-framework/trunk/debian/rules 2008-09-25 20:28:36 UTC (rev 2539)
@@ -128,8 +128,8 @@
find examples -type f -exec chmod 644 \{\} \;
find examples -name "*.sh" | xargs chmod 755
- dh_install -psofa-share share usr/share/sofa
- dh_install -psofa-share examples usr/share/sofa
+ dh_install -psofa-data share usr/share/sofa
+ dh_install -psofa-data examples usr/share/sofa
# Documentation
dh_install -psofa-doc doc/doxygen usr/share/doc/sofa-doc
More information about the debian-med-commit
mailing list