Author: alteholz-guest Date: 2011-11-21 19:01:12 +0000 (Mon, 21 Nov 2011) New Revision: 8639
Modified: trunk/packages/cellprofiler/trunk/debian/changelog trunk/packages/cellprofiler/trunk/debian/get-orig-source Log: make svn-buildpackage happy with location of orig.tar Modified: trunk/packages/cellprofiler/trunk/debian/changelog =================================================================== --- trunk/packages/cellprofiler/trunk/debian/changelog 2011-11-21 18:46:46 UTC (rev 8638) +++ trunk/packages/cellprofiler/trunk/debian/changelog 2011-11-21 19:01:12 UTC (rev 8639) @@ -1,5 +1,9 @@ -cellprofiler (2.0~svn10997-1) unstable; urgency=low +cellprofiler (2.0~svn10997-1) UNRELEASED; urgency=low * Initial Debian Upload (Closes: #647995) + [ Thorsten Alteholz ] + * debian/get-orig-source: put orig.tar.gz in ../tarballs to allow + automatic build with svn-buildpackage + -- Mathieu Malaterre <[email protected]> Mon, 12 Sep 2011 09:56:16 +0200 Modified: trunk/packages/cellprofiler/trunk/debian/get-orig-source =================================================================== --- trunk/packages/cellprofiler/trunk/debian/get-orig-source 2011-11-21 18:46:46 UTC (rev 8638) +++ trunk/packages/cellprofiler/trunk/debian/get-orig-source 2011-11-21 19:01:12 UTC (rev 8639) @@ -19,6 +19,11 @@ FOLDER=${PACKAGE}-${VERSION} +# +# put orig.tar in ../tarballs (-> default location for svn-buildpackage) +mkdir -p ../tarballs +cd ../tarballs + svn export --quiet -r ${REVISION} https://svn.broadinstitute.org/CellProfiler/trunk/CellProfiler ${FOLDER} # find ${FOLDER} -name *.exe -delete -o -name *.pdf -delete _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
