Author: malat-guest Date: 2011-11-22 14:48:03 +0000 (Tue, 22 Nov 2011) New Revision: 8648
Modified: trunk/packages/cellprofiler/trunk/debian/control trunk/packages/cellprofiler/trunk/debian/get-orig-source Log: forgot java Modified: trunk/packages/cellprofiler/trunk/debian/control =================================================================== --- trunk/packages/cellprofiler/trunk/debian/control 2011-11-22 14:46:52 UTC (rev 8647) +++ trunk/packages/cellprofiler/trunk/debian/control 2011-11-22 14:48:03 UTC (rev 8648) @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 8) Build-Depends-Indep: python-nose (>= 1.0), cython, python-mysqldb, python-numpy, python-scipy, python-setuptools, python-matplotlib, python-wxgtk2.8, - python-decorator, python-dev (>= 2.6.6-3~), python-libtiff, tifffile + python-decorator, python-dev (>= 2.6.6-3~), python-libtiff, tifffile, default-jdk Standards-Version: 3.9.2 X-Python-Version: 2.7 Homepage: http://cellprofiler.org Modified: trunk/packages/cellprofiler/trunk/debian/get-orig-source =================================================================== --- trunk/packages/cellprofiler/trunk/debian/get-orig-source 2011-11-22 14:46:52 UTC (rev 8647) +++ trunk/packages/cellprofiler/trunk/debian/get-orig-source 2011-11-22 14:48:03 UTC (rev 8648) @@ -33,6 +33,8 @@ find ${FOLDER} -name *.mat -delete # remove convenient copy of tifffile: rm ${FOLDER}/contrib/tifffile.py +# remove fake C99/stdint.h for M$ compiler: +rm -rf ${FOLDER}/contrib/include GZIP="--best --no-name" tar czf ${TARFILE} ${FOLDER} rm -rf ${FOLDER} _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
