r791 - /trunk/boinc-app-seti/debian/rules

Steffen Moeller steffen_moeller at gmx.de
Wed Dec 26 08:43:56 UTC 2007


Thank you, Frank, and merry Xmas. I somehow did not get myself organised
to address this.

The good bits - we have AutoDockTools kind of working for Debian. The
core AutoDock tools I have packaged a while a go and they should work.
The AutoDockTools prepare the proteins for being analysed with AutoDock.
That program is the key technology in FightAids at home, which is why I am
mentioning it here. I do not know if this is beneficial for
Boinc at Debian, it may be, in theory, for some project that wants to refer
to locally installed packages rather than distributing them from some
central instition. I very much thought about the Lattice project in this
context.

Best,

Steffen

fst at users.alioth.debian.org wrote:
> Author: fst
> Date: Wed Dec 26 00:35:57 2007
> New Revision: 791
>
> URL: http://svn.debian.org/wsvn/pkg-boinc/?sc=1&rev=791
> Log:
> Use Subversion to retrieve the download-seti script.
>
> Modified:
>     trunk/boinc-app-seti/debian/rules
>
> Modified: trunk/boinc-app-seti/debian/rules
> URL: http://svn.debian.org/wsvn/pkg-boinc/trunk/boinc-app-seti/debian/rules?rev=791&op=diff
> ==============================================================================
> --- trunk/boinc-app-seti/debian/rules (original)
> +++ trunk/boinc-app-seti/debian/rules Wed Dec 26 00:35:57 2007
> @@ -62,12 +62,10 @@
>  get-orig-source:
>  	if [ ! -d "$(origDir)" ]; then echo "Destination directory '$(origDir)' is not existing."; exit; fi
>  	curl=`which curl`; if [ -z "$$curl" ]; then echo curl needs to be installed; exit -1; fi; \
> -	wget=`which wget`; if [ -z "$$wget" ]; then echo wget needs to be installed; exit -1; fi; \
>  	(\
>  	cd $(origDir); \
>  	dls=/tmp/download-seti;\
> -	url="http://svn.debian.org/wsvn/pkg-boinc/scripts/download-seti?op=file&rev=0&sc=0" ; \
> -	wget "$$url" -O - | sed -e '1,/PRE/d' -e '/PRE/,$$d' -e 's/"/"/g' -e 's/ / /g' >  $$dls || exit -1; \
> +	svn export svn://svn.debian.org/pkg-boinc/scripts/download-seti $$dls; \
>  	ddd=`date +%Y-%m-%d | tr -d '\n'`; \
>  	echo "Attempting retrieval of today's nightly release version $$ddd"; \
>  	sh $$dls $$ddd && echo "Download was successful to directory '$$destdir'." || ( \
>
>
>   




More information about the pkg-boinc-devel mailing list