Author: naoliv Date: 2011-08-17 14:40:48 +0000 (Wed, 17 Aug 2011) New Revision: 7469
Modified: trunk/packages/sofa-framework/trunk/debian/changelog trunk/packages/sofa-framework/trunk/debian/control trunk/packages/sofa-framework/trunk/debian/copyright trunk/packages/sofa-framework/trunk/debian/sofa.menu Log: - Fix menu file - Update b-d libqwt5-qt4-dev ?\226?\134?\146 libqwt-dev - wrap-and-sort Modified: trunk/packages/sofa-framework/trunk/debian/changelog =================================================================== --- trunk/packages/sofa-framework/trunk/debian/changelog 2011-08-17 14:27:07 UTC (rev 7468) +++ trunk/packages/sofa-framework/trunk/debian/changelog 2011-08-17 14:40:48 UTC (rev 7469) @@ -1,3 +1,10 @@ +sofa-framework (1.0~beta4-6) UNRELEASED; urgency=low + + * Fix menu file + * Updated build-dependency on libqwt-dev (Closes: #638170) + + -- Nelson A. de Oliveira <[email protected]> Wed, 17 Aug 2011 11:37:11 -0300 + sofa-framework (1.0~beta4-5.1) unstable; urgency=high * Non-maintainer upload. Modified: trunk/packages/sofa-framework/trunk/debian/control =================================================================== --- trunk/packages/sofa-framework/trunk/debian/control 2011-08-17 14:27:07 UTC (rev 7468) +++ trunk/packages/sofa-framework/trunk/debian/control 2011-08-17 14:40:48 UTC (rev 7469) @@ -4,20 +4,34 @@ Maintainer: Debian Med Packaging Team <[email protected]> DM-Upload-Allowed: yes Uploaders: Dominique Belhachemi <[email protected]> -Build-Depends: debhelper (>= 8), 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, libtinyxml-dev (>= 2.6) +Build-Depends: debhelper (>= 8), + freeglut3-dev, + libboost-dev, + libboost-graph-dev, + libboost-thread-dev, + libglew-dev, + libnewmat10-dev, + libpng-dev, + libqt4-dev, + libqt4-opengl-dev, + libqwt-dev, + libtinyxml-dev (>= 2.6), + libxml2-dev, + pkg-config, + quilt Build-Depends-Indep: doxygen, graphviz Build-Conflicts: qt3-dev-tools Standards-Version: 3.9.1 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-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/sofa-framework/trunk/ Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/sofa-framework/trunk/ - Package: sofa-apps Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libsofa1 (= ${binary:Version}), sofa-data +Depends: libsofa1 (= ${binary:Version}), + sofa-data, + ${misc:Depends}, + ${shlibs:Depends} 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. @@ -27,38 +41,34 @@ . This package contains the SOFA main application. - Package: libsofa1-dev Section: libdevel Architecture: any Depends: libsofa1 (= ${binary:Version}), ${misc:Depends} -Suggests: sofa-tutorials, sofa-doc +Suggests: sofa-doc, sofa-tutorials 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 + 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}, ${misc:Depends} +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. - It is mostly intended for the research community to help + It is mostly intended for the research community to help develop newer algorithms, but can also be used as an efficient - prototyping tool. + prototyping tool. . This package contains the libraries needed to run SOFA applications. - Package: sofa-tutorials Architecture: all Depends: ${misc:Depends} @@ -71,7 +81,6 @@ . This package contains tutorials from the SOFA source. - Package: sofa-data Architecture: all Depends: ${misc:Depends} @@ -84,7 +93,6 @@ . This package contains data for the SOFA applications. - Package: sofa-doc Section: doc Architecture: all Modified: trunk/packages/sofa-framework/trunk/debian/copyright =================================================================== --- trunk/packages/sofa-framework/trunk/debian/copyright 2011-08-17 14:27:07 UTC (rev 7468) +++ trunk/packages/sofa-framework/trunk/debian/copyright 2011-08-17 14:40:48 UTC (rev 7469) @@ -46,12 +46,12 @@ 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 + 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 + 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 Modified: trunk/packages/sofa-framework/trunk/debian/sofa.menu =================================================================== --- trunk/packages/sofa-framework/trunk/debian/sofa.menu 2011-08-17 14:27:07 UTC (rev 7468) +++ trunk/packages/sofa-framework/trunk/debian/sofa.menu 2011-08-17 14:40:48 UTC (rev 7469) @@ -1,2 +1,2 @@ -?package(sofa):needs="X11|text|vc|wm" section="Applications/Science/Medicine"\ +?package(sofa):needs="X11" section="Applications/Science/Medicine"\ title="SOFA" command="/usr/bin/sofa" icon="/usr/share/pixmaps/sofa.xpm" _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
