Author: malat-guest Date: 2011-12-12 15:00:06 +0000 (Mon, 12 Dec 2011) New Revision: 8925
Modified: trunk/packages/cellprofiler/trunk/debian/cellprofiler.pyinstall trunk/packages/cellprofiler/trunk/debian/cellprofiler2.py Log: Final touch Modified: trunk/packages/cellprofiler/trunk/debian/cellprofiler.pyinstall =================================================================== --- trunk/packages/cellprofiler/trunk/debian/cellprofiler.pyinstall 2011-12-12 14:46:20 UTC (rev 8924) +++ trunk/packages/cellprofiler/trunk/debian/cellprofiler.pyinstall 2011-12-12 15:00:06 UTC (rev 8925) @@ -13,7 +13,9 @@ cellprofiler/cpmath/_cpmorphology2.so cellprofiler/cpmath/_propagate.so cellprofiler/icons/*.py +cellprofiler/icons/*.png cellprofiler/gui/*.py +cellprofiler/gui/html/*.py cellprofiler/modules/*.py cellprofiler/modules/plugins/*.py cellprofiler/matlab/*.py Modified: trunk/packages/cellprofiler/trunk/debian/cellprofiler2.py =================================================================== --- trunk/packages/cellprofiler/trunk/debian/cellprofiler2.py 2011-12-12 14:46:20 UTC (rev 8924) +++ trunk/packages/cellprofiler/trunk/debian/cellprofiler2.py 2011-12-12 15:00:06 UTC (rev 8925) @@ -1,4 +1,6 @@ #!/usr/bin/python +# TODO: this file should be called cellprofiler, but this breaks debian build +# this file cannot be called cellprofiler.py as it conflicts with CellProfiler.py import sys import CellProfiler # fix sys.path to allow numpy import _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
