r768 - in /trunk/boinc/debian: changelog rules

Steffen Moeller steffen_moeller at gmx.de
Fri Dec 7 23:02:06 UTC 2007


Hi Frank,

On Friday 07 December 2007 22:46:41 fst at users.alioth.debian.org wrote:
> URL: http://svn.debian.org/wsvn/pkg-boinc/?sc=1&rev=768
> Log:
> debian/rules: Inspired by Steffen's get-orig-source target for
> boinc-app-seti, I wrote a get-orig-source target which fetches the latest
> tagged BOINC version.

that's a nice one. And it reminds me that I wanted to chase up your suggestion 
of using svn export. Let us hope the latest boinc apps work better for us 
than the latest boinc-app-setis.

Cheers,

Steffen

> +get-orig-source:
> +	(LATEST_VERSION=`svn list http://boinc.berkeley.edu/svn/tags/ | \
> +	  sed 's/boinc_core_release_\(.*\)\//\1/' | \
> +	  sort -g -t_ -k1 -k2 -k3 | sed 's/_/./g' | tail -n 1 | tr -d '\n'`; \
> +	EXB=/tmp/export-boinc; \
> +	svn export svn://svn.debian.org/pkg-boinc/scripts/export-boinc $$EXB; \
> +	$$EXB -r $$LATEST_VERSION; \
> +	rm -f $$EXB)





More information about the pkg-boinc-devel mailing list