Author: alteholz-guest Date: 2012-01-09 18:31:30 +0000 (Mon, 09 Jan 2012) New Revision: 9220
Modified: trunk/packages/ctk/trunk/debian/changelog trunk/packages/ctk/trunk/debian/get-orig-source Log: improvements to get-orig-source Modified: trunk/packages/ctk/trunk/debian/changelog =================================================================== --- trunk/packages/ctk/trunk/debian/changelog 2012-01-09 17:08:06 UTC (rev 9219) +++ trunk/packages/ctk/trunk/debian/changelog 2012-01-09 18:31:30 UTC (rev 9220) @@ -6,6 +6,10 @@ * Add BFD module (requires binutils-dev) * Remove a test (takes too long) + [ Thorsten Alteholz ] + * debian/get-orig-source: put orig.tar.gz in ../tarballs to allow + automatic build with svn-buildpackage + -- Mathieu Malaterre <[email protected]> Sun, 04 Sep 2011 14:53:54 +0200 ctk (0.1.0-4) experimental; urgency=low Modified: trunk/packages/ctk/trunk/debian/get-orig-source =================================================================== --- trunk/packages/ctk/trunk/debian/get-orig-source 2012-01-09 17:08:06 UTC (rev 9219) +++ trunk/packages/ctk/trunk/debian/get-orig-source 2012-01-09 18:31:30 UTC (rev 9220) @@ -21,6 +21,11 @@ FOLDER=${PACKAGE}-${VERSION} +# +# put orig.tar in ../tarballs (-> default location for svn-buildpackage) +mkdir -p ../tarballs +cd ../tarballs + git clone https://github.com/commontk/CTK.git ${FOLDER} cd ${FOLDER} git checkout ${REVISION} _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
