Author: alteholz-guest Date: 2012-01-10 18:53:16 +0000 (Tue, 10 Jan 2012) New Revision: 9241
Modified: trunk/packages/micromanager/trunk/debian/changelog trunk/packages/micromanager/trunk/debian/get-orig-source Log: improvements to get-orig-source Modified: trunk/packages/micromanager/trunk/debian/changelog =================================================================== --- trunk/packages/micromanager/trunk/debian/changelog 2012-01-10 18:52:33 UTC (rev 9240) +++ trunk/packages/micromanager/trunk/debian/changelog 2012-01-10 18:53:16 UTC (rev 9241) @@ -2,4 +2,8 @@ * Initial Debian Upload (Closes: #646853) + [ Thorsten Alteholz ] + * debian/rules get-orig-source: put orig.tar.gz in ../tarballs to allow + automatic build with svn-buildpackage + -- Mathieu Malaterre <[email protected]> Fri, 28 Oct 2011 16:25:32 -0400 Modified: trunk/packages/micromanager/trunk/debian/get-orig-source =================================================================== --- trunk/packages/micromanager/trunk/debian/get-orig-source 2012-01-10 18:52:33 UTC (rev 9240) +++ trunk/packages/micromanager/trunk/debian/get-orig-source 2012-01-10 18:53:16 UTC (rev 9241) @@ -17,6 +17,11 @@ TARFILE=${PACKAGE}_${VERSION}.orig.tar.gz fi +# +# put orig.tar in ../tarballs (-> default location for svn-buildpackage) +mkdir -p ../tarballs +cd ../tarballs + FOLDER=${PACKAGE}-${VERSION} svn export --quiet -r 7920 https://valelab.ucsf.edu/svn/micromanager2/trunk ${FOLDER} _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
