Author: malat-guest Date: 2011-11-21 15:30:32 +0000 (Mon, 21 Nov 2011) New Revision: 8635
Modified: trunk/packages/cellprofiler/trunk/debian/cellprofiler.install trunk/packages/cellprofiler/trunk/debian/cellprofiler.pyinstall Log: some fixes Modified: trunk/packages/cellprofiler/trunk/debian/cellprofiler.install =================================================================== --- trunk/packages/cellprofiler/trunk/debian/cellprofiler.install 2011-11-21 15:18:22 UTC (rev 8634) +++ trunk/packages/cellprofiler/trunk/debian/cellprofiler.install 2011-11-21 15:30:32 UTC (rev 8635) @@ -1,2 +1 @@ -cellprofiler/utilities/javabridge.so usr/lib/jni -contrib/LAP.so usr/lib +#contrib/LAP.so usr/lib Modified: trunk/packages/cellprofiler/trunk/debian/cellprofiler.pyinstall =================================================================== --- trunk/packages/cellprofiler/trunk/debian/cellprofiler.pyinstall 2011-11-21 15:18:22 UTC (rev 8634) +++ trunk/packages/cellprofiler/trunk/debian/cellprofiler.pyinstall 2011-11-21 15:30:32 UTC (rev 8635) @@ -1,3 +1,9 @@ +CellProfiler.py +cellprofiler/*.py +cellprofiler/cpmath/*.py +cellprofiler/utilities/*.py +contrib/*.py +# compiled modules cellprofiler/cpmath/_filter.so cellprofiler/cpmath/_cpmorphology.so cellprofiler/cpmath/_watershed.so @@ -3,2 +9,4 @@ cellprofiler/cpmath/_cpmorphology2.so cellprofiler/cpmath/_propagate.so +# java ? +cellprofiler/utilities/javabridge.so _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
