Author: malat-guest Date: 2011-08-29 13:23:07 +0000 (Mon, 29 Aug 2011) New Revision: 7579
Added: trunk/packages/gofigure2/trunk/debian/README.Debian Modified: trunk/packages/gofigure2/trunk/debian/changelog trunk/packages/gofigure2/trunk/debian/control Log: Some work on gofigure2 Added: trunk/packages/gofigure2/trunk/debian/README.Debian =================================================================== --- trunk/packages/gofigure2/trunk/debian/README.Debian (rev 0) +++ trunk/packages/gofigure2/trunk/debian/README.Debian 2011-08-29 13:23:07 UTC (rev 7579) @@ -0,0 +1,8 @@ +GoFigure2 for Debian +------------------- + +As of release 0.8.2 GoFigure2 requires that mysql be installed locally. See bug #634921 + +http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=634921#17 + + -- Mathieu Malaterre <[email protected]> Mon, 29 Aug 2011 15:19:23 +0200 Modified: trunk/packages/gofigure2/trunk/debian/changelog =================================================================== --- trunk/packages/gofigure2/trunk/debian/changelog 2011-08-29 10:24:54 UTC (rev 7578) +++ trunk/packages/gofigure2/trunk/debian/changelog 2011-08-29 13:23:07 UTC (rev 7579) @@ -16,8 +16,9 @@ [ Mathieu Malaterre ] * Change get-orig-source target to remove testing data + * Add suggests on mysql-server. Closes: #634921 - -- Andreas Tille <[email protected]> Mon, 08 Aug 2011 11:45:09 +0200 + -- Mathieu Malaterre <[email protected]> Mon, 29 Aug 2011 15:20:21 +0200 gofigure2 (0.8.1-2) unstable; urgency=low Modified: trunk/packages/gofigure2/trunk/debian/control =================================================================== --- trunk/packages/gofigure2/trunk/debian/control 2011-08-29 10:24:54 UTC (rev 7578) +++ trunk/packages/gofigure2/trunk/debian/control 2011-08-29 13:23:07 UTC (rev 7579) @@ -16,6 +16,7 @@ Package: gofigure2 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} +Suggests: mysql-server Description: Tool for visualizing, processing and analysing of bioimages Main objectives of GoFigure2 are to provide * interaction/visualization/navigation into 4D multichannels bio-images; _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
