[SCM] BOINC packaging branch, master, updated. debian/6.10.17+dfsg-3-354-g2015867

Steffen Moeller moeller at debian.org
Sun Jan 1 17:25:38 UTC 2012


The following commit has been merged in the master branch:
commit cca418b3f204c1b1b91235a18a2699541dd99c2a
Author: Steffen Moeller <moeller at debian.org>
Date:   Sun Jan 1 17:00:37 2012 +0100

    Preparing for new release 7.0.7.

diff --git a/debian/changelog b/debian/changelog
index d29071b..7a6e3f6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+boinc (7.0.7+dfsg-1) unstable; urgency=low
+
+  * New upstream version.
+  * Fixed get-orig-source omitted "fi"
+
+ -- Steffen Moeller <moeller at debian.org>  Sun, 01 Jan 2012 16:54:26 +0100
+
 boinc (7.0.3+dfsg-2) UNRELEASED; urgency=low
 
   * Now libxss-dev truly added (Closes: #651953).
diff --git a/debian/rules b/debian/rules
index 7fbfa60..f96a135 100755
--- a/debian/rules
+++ b/debian/rules
@@ -347,7 +347,7 @@ get-orig-source:
 	  sort -g -t_ -k1 -k2 -k3 | sed 's/_/./g' | tail -n 1 | tr -d '\n'`; \
 	if [ -z "$$VERSION" ]; then VERSION=$$LATEST_VERSION; fi ; \
 	EXB=/tmp/export-boinc; \
-	nice="nice -5"; if [ -x /usr/bin/ionice ]; nice="$$nice ionice -c 3"; \
+	nice="nice -5"; if [ -x /usr/bin/ionice ]; then nice="$$nice ionice -c 3"; fi ; \
 	$$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); \

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list