Author: alteholz-guest Date: 2011-11-21 18:46:46 +0000 (Mon, 21 Nov 2011) New Revision: 8638
Modified: trunk/packages/bio-formats/trunk/debian/changelog trunk/packages/bio-formats/trunk/debian/get-orig-source Log: make svn-buildpackage happy with location of orig.tar Modified: trunk/packages/bio-formats/trunk/debian/changelog =================================================================== --- trunk/packages/bio-formats/trunk/debian/changelog 2011-11-21 18:45:21 UTC (rev 8637) +++ trunk/packages/bio-formats/trunk/debian/changelog 2011-11-21 18:46:46 UTC (rev 8638) @@ -1,5 +1,9 @@ -bio-formats (4.3.1-1) unstable; urgency=low +bio-formats (4.3.1-1) UNRELEASED; urgency=low * Initial Debian Upload (Closes: #??????) + [ Thorsten Alteholz ] + * debian/get-orig-source: put orig.tar.gz in ../tarballs to allow + automatic build with svn-buildpackage + -- Mathieu Malaterre <[email protected]> Wed, 07 Sep 2011 17:46:40 +0200 Modified: trunk/packages/bio-formats/trunk/debian/get-orig-source =================================================================== --- trunk/packages/bio-formats/trunk/debian/get-orig-source 2011-11-21 18:45:21 UTC (rev 8637) +++ trunk/packages/bio-formats/trunk/debian/get-orig-source 2011-11-21 18:46:46 UTC (rev 8638) @@ -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} git clone git://dev.loci.wisc.edu/bio-formats.git ${FOLDER} _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
