[med-svn] r8571 - trunk/packages/cellprofiler/trunk/debian

Mathieu Malaterre malat-guest at alioth.debian.org
Mon Nov 14 22:15:38 UTC 2011


Author: malat-guest
Date: 2011-11-14 22:15:37 +0000 (Mon, 14 Nov 2011)
New Revision: 8571

Modified:
   trunk/packages/cellprofiler/trunk/debian/rules
Log:
do not use setup

Modified: trunk/packages/cellprofiler/trunk/debian/rules
===================================================================
--- trunk/packages/cellprofiler/trunk/debian/rules	2011-11-14 22:13:58 UTC (rev 8570)
+++ trunk/packages/cellprofiler/trunk/debian/rules	2011-11-14 22:15:37 UTC (rev 8571)
@@ -3,5 +3,12 @@
 %:
 	dh $@ --with python2
 
+#We should have noted in the README that CellProfiler setup.py is used
+#for building the binary for Mac, but not for installation.
+#The actual process for installing CellProfiler is to put it in the
+#installation directory, and run
+override_dh_auto_configure:
+	python CellProfiler.py --build-and-exit
+
 get-orig-source:
 	./debian/get-orig-source




More information about the debian-med-commit mailing list