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

fst at users.alioth.debian.org fst at users.alioth.debian.org
Wed Dec 26 00:35:57 UTC 2007


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-commits mailing list