[med-svn] r6267 - trunk/packages/gofigure2/trunk/debian
Mathieu Malaterre
malat-guest at alioth.debian.org
Mon Mar 14 16:18:56 UTC 2011
Author: malat-guest
Date: 2011-03-14 16:18:42 +0000 (Mon, 14 Mar 2011)
New Revision: 6267
Modified:
trunk/packages/gofigure2/trunk/debian/control
trunk/packages/gofigure2/trunk/debian/rules
Log:
some lintians fixes
Modified: trunk/packages/gofigure2/trunk/debian/control
===================================================================
--- trunk/packages/gofigure2/trunk/debian/control 2011-03-14 08:56:24 UTC (rev 6266)
+++ trunk/packages/gofigure2/trunk/debian/control 2011-03-14 16:18:42 UTC (rev 6267)
@@ -4,8 +4,8 @@
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
DM-Upload-Allowed: yes
Uploaders: Mathieu Malaterre <mathieu.malaterre at gmail.com>,
-Build-Depends: debhelper (>= 7), cmake (>= 2.8.2), libboost-all-dev, libqt4-dev, libinsighttoolkit3-dev (>= 3.20), libvtk5-qt4-dev (>= 5.6),
- libgdcm2-dev (>= 2.0.16), libopenjpeg-dev, uuid-dev, libqtwebkit-dev | libqtcore4
+Build-Depends: debhelper (>= 7.0.50~), cmake (>= 2.8.2), libboost-all-dev, libqt4-dev, libinsighttoolkit3-dev (>= 3.20), libvtk5-qt4-dev (>= 5.6),
+ libgdcm2-dev (>= 2.0.16), libopenjpeg-dev, uuid-dev, libqtwebkit-dev [amd64 i386], libmysqlclient16 (>= 5.1.56)
Standards-Version: 3.9.1
Homepage: http://gofigure2.sourceforge.net
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/gofigure2/trunk/?rev=0&sc=0
@@ -14,10 +14,10 @@
Package: gofigure2
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Cross-platform tool for visualizing, processing and analysing of bioimages
+Description: Tool for visualizing, processing and analysing of bioimages
Main objectives of GoFigure2 are to provide
- * interactive way of visualizing and navigating into 4D multichannels bio-images;
- * save and retrieve information related to the imaging process, analysis results;
+ * interaction/visualization/navigation into 4D multichannels bio-images;
+ * save/retrieve information related to the imaging process, analysis results;
* extracting objects from bio-images (e.g. nucleii, cell-membranes...);
* tracking sub-cellular structure, cells;
* detecting and tracking cell-division through time;
Modified: trunk/packages/gofigure2/trunk/debian/rules
===================================================================
--- trunk/packages/gofigure2/trunk/debian/rules 2011-03-14 08:56:24 UTC (rev 6266)
+++ trunk/packages/gofigure2/trunk/debian/rules 2011-03-14 16:18:42 UTC (rev 6267)
@@ -4,7 +4,10 @@
#export DH_VERBOSE=1
%:
- dh $@
+ dh --parallel $@
+override_dh_auto_configure:
+ dh_auto_configure -- -DGOFIGURE2_INSTALL_LIB_DIR:STRING=lib -DCMAKE_BUILD_TYPE:STRING=Release
+
get-orig-source:
uscan --verbose --force-download --repack --rename
More information about the debian-med-commit
mailing list