[med-svn] r17971 - trunk/packages/sofa-framework/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Tue Sep 9 13:18:06 UTC 2014
Author: tille
Date: 2014-09-09 13:18:06 +0000 (Tue, 09 Sep 2014)
New Revision: 17971
Modified:
trunk/packages/sofa-framework/trunk/debian/changelog
trunk/packages/sofa-framework/trunk/debian/control
Log:
cme fix dpkg-control
Modified: trunk/packages/sofa-framework/trunk/debian/changelog
===================================================================
--- trunk/packages/sofa-framework/trunk/debian/changelog 2014-09-09 13:15:41 UTC (rev 17970)
+++ trunk/packages/sofa-framework/trunk/debian/changelog 2014-09-09 13:18:06 UTC (rev 17971)
@@ -4,6 +4,7 @@
gcc-4.9 (thanks to Martin)
Closes: #746910
* d/compat: s/8/9/
+ * cme fix dpkg-control
-- Andreas Tille <tille at debian.org> Tue, 09 Sep 2014 15:12:35 +0200
Modified: trunk/packages/sofa-framework/trunk/debian/control
===================================================================
--- trunk/packages/sofa-framework/trunk/debian/control 2014-09-09 13:15:41 UTC (rev 17970)
+++ trunk/packages/sofa-framework/trunk/debian/control 2014-09-09 13:18:06 UTC (rev 17971)
@@ -1,8 +1,8 @@
Source: sofa-framework
-Section: graphics
-Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Andreas Tille <tille at debian.org>
+Section: graphics
+Priority: optional
Build-Depends: debhelper (>= 9),
freeglut3-dev,
libboost-dev,
@@ -20,13 +20,14 @@
libtinyxml-dev (>= 2.6),
libsuitesparse-dev,
libxml2-dev,
- pkg-config,
-Build-Depends-Indep: doxygen, graphviz
+ pkg-config
+Build-Depends-Indep: doxygen,
+ graphviz
Build-Conflicts: qt3-dev-tools
-Standards-Version: 3.9.3
-Homepage: http://www.sofa-framework.org/
+Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/sofa-framework/trunk/
-Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/sofa-framework/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/sofa-framework/trunk/
+Homepage: http://www.sofa-framework.org/
Package: sofa-apps
Architecture: any
@@ -44,9 +45,10 @@
This package contains the SOFA main application.
Package: libsofa1-dev
-Section: libdevel
Architecture: any
-Depends: libsofa1 (= ${binary:Version}), ${misc:Depends}
+Section: libdevel
+Depends: libsofa1 (= ${binary:Version}),
+ ${misc:Depends}
Suggests: sofa-tutorials
Description: Simulation Open Framework Architecture - development
SOFA is an Open Source framework primarily targeted at
@@ -59,9 +61,10 @@
SOFA applications.
Package: libsofa1
-Section: libs
Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Section: libs
+Depends: ${misc: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.
@@ -94,17 +97,3 @@
prototyping tool.
.
This package contains data for the SOFA applications.
-
-#Package: sofa-doc
-#Section: doc
-#Architecture: all
-#Depends: ${misc:Depends}
-#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.
More information about the debian-med-commit
mailing list