[boinc] 01/02: Update patch
Gianfranco Costamagna
locutusofborg at moszumanska.debian.org
Wed Feb 7 11:39:31 UTC 2018
This is an automated email from the git hooks/post-receive script.
locutusofborg pushed a commit to branch master
in repository boinc.
commit af9920c41a35570003c2155d017037f8dba7dec8
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Wed Feb 7 12:37:57 2018 +0100
Update patch
---
debian/changelog | 6 ++++++
debian/patches/2260.patch | 17 +++++++----------
2 files changed, 13 insertions(+), 10 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index ece0eb5..4e502c9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+boinc (7.8.6+dfsg-3) unstable; urgency=medium
+
+ * Update 2260.patch with the version accepted from upstream.
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org> Wed, 07 Feb 2018 12:36:59 +0100
+
boinc (7.8.6+dfsg-2exp1) experimental; urgency=medium
* Upload to experimental again, with the boinc-server-* packages.
diff --git a/debian/patches/2260.patch b/debian/patches/2260.patch
index 11d7ae1..e019953 100644
--- a/debian/patches/2260.patch
+++ b/debian/patches/2260.patch
@@ -1,4 +1,4 @@
-From 8d6cdbd55a4464abb4d1494cda2f266ca1bfcf67 Mon Sep 17 00:00:00 2001
+From 2674c25be45e8c96ac453c4107b69e96006d0166 Mon Sep 17 00:00:00 2001
From: Bryan Quigley <bryan.quigley at canonical.com>
Date: Mon, 27 Nov 2017 00:08:14 -0500
Subject: [PATCH] Add generated systemd unit
@@ -15,9 +15,9 @@ Closes: #2255
---
.gitignore | 1 +
client/scripts/Makefile.am | 22 +++++++++++++++++-----
- client/scripts/boinc-client.service.in | 22 ++++++++++++++++++++++
+ client/scripts/boinc-client.service.in | 19 +++++++++++++++++++
configure.ac | 1 +
- 4 files changed, 41 insertions(+), 5 deletions(-)
+ 4 files changed, 38 insertions(+), 5 deletions(-)
create mode 100644 client/scripts/boinc-client.service.in
diff --git a/.gitignore b/.gitignore
@@ -72,10 +72,10 @@ index 67d3820156..ae90a810d7 100644
+ rm boinc-client
diff --git a/client/scripts/boinc-client.service.in b/client/scripts/boinc-client.service.in
new file mode 100644
-index 0000000000..a346d4ae5b
+index 0000000000..4f52467ea0
--- /dev/null
+++ b/client/scripts/boinc-client.service.in
-@@ -0,0 +1,22 @@
+@@ -0,0 +1,19 @@
+[Unit]
+Description=Berkeley Open Infrastructure Network Computing Client
+Documentation=man:boinc(1)
@@ -86,14 +86,11 @@ index 0000000000..a346d4ae5b
+Type=simple
+Nice=10
+User=boinc
-+WorkingDirectory=/var/lib/boinc-client
-+EnvironmentFile=-/etc/sysconfig/boinc-client
-+EnvironmentFile=-/etc/default/boinc-client
-+EnvironmentFile=-/etc/boinc-client.conf
++WorkingDirectory=~
+ExecStart=@exec_prefix@/bin/boinc
+ExecStop=@exec_prefix@/bin/boinccmd --quit
+ExecReload=@exec_prefix@/bin/boinccmd --read_cc_config
-+ExecStopPost=/bin/rm -f /var/lib/boinc-client/lockfile
++ExecStopPost=/bin/rm -f lockfile
+IOSchedulingClass=idle
+
+[Install]
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-boinc/boinc.git
More information about the pkg-boinc-commits
mailing list