[SCM] BOINC packaging branch, master, updated. upstream/7.0.44+dfsg-624-ga6ab4cb

Gianfranco Costamagna costamagnagianfranco at yahoo.it
Sat Jan 19 00:05:06 UTC 2013


The following commit has been merged in the master branch:
commit a6ab4cbad60c28f97396f1adc5bc519fe365acbc
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Sat Jan 19 00:58:56 2013 +0100

    Disabled for the moment the get-orig-source script, since it doesn't work anymore

diff --git a/debian/rules b/debian/rules
index ad783b1..619577d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -394,22 +394,23 @@ get-orig-source:
 	#  sed 's/boinc_core_release_\(.*\)\//\1/' | \
 	#  sort -g -t_ -k1 -k2 -k3 | sed 's/_/./g' | tail -n 1 | tr -d '\n'`; \
 	#
-	VERSION=$(shell dpkg-parsechangelog | egrep '^Version:' | \
-	cut -d ' ' -f 2 | cut -d '-' -f 1 | cut -d '+' -f 1 | cut -d '~' -f 1 | perl -pe 's/^.*?://')
-	EXB=/tmp/index.html; \
-	nice="nice -5"; if [ -x /usr/bin/ionice ]; then nice="$$nice ionice -c 3"; fi ; \
-	$$nice wget -O $$EXB "http://boinc.berkeley.edu/git/boinc.git/refs/tags/" --quiet;
-	LATEST_VERSION=`grep -e 'client_release_[0-9]\.[0-9]\.[0-9]*' $$EXB -o | tail -n 1 | sed 's/client_release_//g'`
-	rm -f $$EXB
+	echo "this script doesn't work anymore since the upstream switch from svn to git"
+	#VERSION=$(shell dpkg-parsechangelog | egrep '^Version:' | \
+	#cut -d ' ' -f 2 | cut -d '-' -f 1 | cut -d '+' -f 1 | cut -d '~' -f 1 | perl -pe 's/^.*?://')
+	#EXB=/tmp/index.html; \
+	#nice="nice -5"; if [ -x /usr/bin/ionice ]; then nice="$$nice ionice -c 3"; fi ; \
+	#$$nice wget -O $$EXB "http://boinc.berkeley.edu/git/boinc.git/refs/tags/" --quiet;
+	#LATEST_VERSION=`grep -e 'client_release_[0-9]\.[0-9]\.[0-9]*' $$EXB -o | tail -n 1 | sed 's/client_release_//g'`
+	#rm -f $$EXB
 	#FIXME
 	#next part should be done only if the two versions are different, how to perform this if?
-#	if [ "$$VERSION"!="$$LATEST_VERSION" ]; then
-	EXB=/tmp/export-boinc; \
-	$$nice wget -O $$EXB "http://git.debian.org/?p=pkg-boinc/scripts.git;a=blob_plain;f=export-boinc;hb=HEAD" --quiet; \
-	chmod +x $$EXB; \
-	$$nice $$EXB -r $$VERSION -t $(origDir); \
-	rm -f $$EXB ;
-#	fi ;
+	##if [ "$$VERSION"!="$$LATEST_VERSION" ]; then
+	#EXB=/tmp/export-boinc; \
+	#$$nice wget -O $$EXB "http://git.debian.org/?p=pkg-boinc/scripts.git;a=blob_plain;f=export-boinc;hb=HEAD" --quiet; \
+	#chmod +x $$EXB; \
+	#$$nice $$EXB -r $$VERSION -t $(origDir); \
+	#rm -f $$EXB ;
+	##fi ;
 
 .PHONY: get-orig-source
 

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list