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

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


Author: malat-guest
Date: 2011-11-14 22:13:58 +0000 (Mon, 14 Nov 2011)
New Revision: 8570

Modified:
   trunk/packages/cellprofiler/trunk/debian/control
   trunk/packages/cellprofiler/trunk/debian/get-orig-source
Log:
new style URL

Modified: trunk/packages/cellprofiler/trunk/debian/control
===================================================================
--- trunk/packages/cellprofiler/trunk/debian/control	2011-11-14 22:12:26 UTC (rev 8569)
+++ trunk/packages/cellprofiler/trunk/debian/control	2011-11-14 22:13:58 UTC (rev 8570)
@@ -7,10 +7,10 @@
 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-decorator, python-dev (>= 2.6.6-3~), python-libtiff
 Standards-Version: 3.9.2
 Homepage: http://cellprofiler.org
-Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/cellprofiler/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/cellprofiler/trunk/
 Vcs-Svn: svn://svn.debian.org/svn/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-14 22:12:26 UTC (rev 8569)
+++ trunk/packages/cellprofiler/trunk/debian/get-orig-source	2011-11-14 22:13:58 UTC (rev 8570)
@@ -21,7 +21,7 @@
 
 svn export -r ${REVISION} https://svn.broadinstitute.org/CellProfiler/trunk/CellProfiler ${FOLDER}
 # 
-find ${FOLDER} -name *.exe -delete
+find ${FOLDER} -name *.exe -delete -o -name *.pdf -delete
 
 GZIP="--best --no-name" tar czf ${TARFILE} ${FOLDER}
 rm -rf ${FOLDER}




More information about the debian-med-commit mailing list