Author: malat-guest Date: 2011-11-08 08:26:16 +0000 (Tue, 08 Nov 2011) New Revision: 8474
Removed: trunk/packages/cellprofiler/trunk/debian/README.source Modified: trunk/packages/cellprofiler/trunk/debian/control trunk/packages/cellprofiler/trunk/debian/get-orig-source Log: add missing B-D-I Deleted: trunk/packages/cellprofiler/trunk/debian/README.source =================================================================== --- trunk/packages/cellprofiler/trunk/debian/README.source 2011-11-08 08:17:46 UTC (rev 8473) +++ trunk/packages/cellprofiler/trunk/debian/README.source 2011-11-08 08:26:16 UTC (rev 8474) @@ -1,16 +0,0 @@ -This package is also available under the JDL license. However this is -clearly impossible to have it in debian. Package is thus released under -JRL - -Since JRL clearly prohibit commercial use, this package is required to -be located in non-free and not main - -As a side note, a request for moving to BSD has been added to bug tracker (14/Oct/05): - -http://java.net/jira/browse/JAI_CORE-35 - -A specific request to release the source code was added: - -http://java.net/jira/browse/JAI_CORE-151 - - -- Mathieu Malaterre <[email protected]> Mon, 12 Sep 2011 09:56:16 +0200 Modified: trunk/packages/cellprofiler/trunk/debian/control =================================================================== --- trunk/packages/cellprofiler/trunk/debian/control 2011-11-08 08:17:46 UTC (rev 8473) +++ trunk/packages/cellprofiler/trunk/debian/control 2011-11-08 08:26:16 UTC (rev 8474) @@ -5,7 +5,9 @@ DM-Upload-Allowed: yes Uploaders: Mathieu Malaterre <[email protected]> Build-Depends: debhelper (>= 8) -Build-Depends-Indep: python-nose (>= 1.0) +Build-Depends-Indep: python-nose (>= 1.0), cython, python-mysqldb, python-numpy, + python-scipy, python-setuptools, python-numeric, python-matplotlib, python-wxgtk2.8, + python-decorator, python-dev (>= 2.6.6-3~) Standards-Version: 3.9.2 Homepage: http://cellprofiler.org Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/cellprofiler/trunk/ Modified: trunk/packages/cellprofiler/trunk/debian/get-orig-source =================================================================== --- trunk/packages/cellprofiler/trunk/debian/get-orig-source 2011-11-08 08:17:46 UTC (rev 8473) +++ trunk/packages/cellprofiler/trunk/debian/get-orig-source 2011-11-08 08:26:16 UTC (rev 8474) @@ -19,8 +19,9 @@ FOLDER=${PACKAGE}-${VERSION} -svn export -r 10997 https://svn.broadinstitute.org/CellProfiler/trunk/CellProfiler ${FOLDER} +svn export -r ${REVISION} https://svn.broadinstitute.org/CellProfiler/trunk/CellProfiler ${FOLDER} # +find ${FOLDER} -name *.exe -delete 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
