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

Mathieu Malaterre malat-guest at alioth.debian.org
Mon Nov 21 14:44:17 UTC 2011


Author: malat-guest
Date: 2011-11-21 14:44:16 +0000 (Mon, 21 Nov 2011)
New Revision: 8628

Modified:
   trunk/packages/cellprofiler/trunk/debian/control
   trunk/packages/cellprofiler/trunk/debian/get-orig-source
Log:
fix verbosity

Modified: trunk/packages/cellprofiler/trunk/debian/control
===================================================================
--- trunk/packages/cellprofiler/trunk/debian/control	2011-11-21 14:33:53 UTC (rev 8627)
+++ trunk/packages/cellprofiler/trunk/debian/control	2011-11-21 14:44:16 UTC (rev 8628)
@@ -11,7 +11,7 @@
 Standards-Version: 3.9.2
 Homepage: http://cellprofiler.org
 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/
+Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/cellprofiler/trunk/
 
 
 Package: cellprofiler

Modified: trunk/packages/cellprofiler/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/cellprofiler/trunk/debian/get-orig-source	2011-11-21 14:33:53 UTC (rev 8627)
+++ trunk/packages/cellprofiler/trunk/debian/get-orig-source	2011-11-21 14:44:16 UTC (rev 8628)
@@ -1,5 +1,5 @@
 #!/bin/sh
-set -ex
+set -e
 
 PACKAGE=cellprofiler
 
@@ -19,7 +19,7 @@
 
 FOLDER=${PACKAGE}-${VERSION}
 
-svn export -r ${REVISION} https://svn.broadinstitute.org/CellProfiler/trunk/CellProfiler ${FOLDER}
+svn export --quiet -r ${REVISION} https://svn.broadinstitute.org/CellProfiler/trunk/CellProfiler ${FOLDER}
 # 
 find ${FOLDER} -name *.exe -delete -o -name *.pdf -delete
 




More information about the debian-med-commit mailing list