[boinc] 01/02: compat 9
Gianfranco Costamagna
locutusofborg at moszumanska.debian.org
Tue Oct 25 05:37:36 UTC 2016
This is an automated email from the git hooks/post-receive script.
locutusofborg pushed a commit to branch master
in repository boinc.
commit 17e47b5f6cefa9abd4c273312aed84a072670200
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Tue Oct 25 07:36:29 2016 +0200
compat 9
---
debian/changelog | 6 ++++++
debian/compat | 2 +-
debian/control.in | 3 ++-
debian/rules | 2 +-
4 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 52ae760..93b992a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+boinc (7.6.33+dfsg-4) unstable; urgency=medium
+
+ * New upload, don't use compat 10, parallel is broken.
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org> Tue, 25 Oct 2016 07:35:14 +0200
+
boinc (7.6.33+dfsg-3exp2) experimental; urgency=medium
* Bump compat level to 10.
diff --git a/debian/compat b/debian/compat
index f599e28..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-10
+9
diff --git a/debian/control.in b/debian/control.in
index 660d0d6..64ed838 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -6,8 +6,9 @@ Uploaders: Steffen Moeller <moeller at debian.org>,
Guo Yixuan (郭溢譞) <culu.gyx at gmail.com>,
Gianfranco Costamagna <locutusofborg at debian.org>
Standards-Version: 3.9.8
-Build-Depends: debhelper (>= 10),
+Build-Depends: debhelper (>= 9),
default-libmysqlclient-dev,
+ dh-autoreconf,
dh-python,
dh-systemd,
docbook-xml,
diff --git a/debian/rules b/debian/rules
index 341daab..cb692d3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -195,7 +195,7 @@ CFGFLAGS_boinc-client = \
CFLAGS="$(CFLAGS_boinc-client)"
%:
- dh $@ --with python2,systemd # --parallel
+ dh $@ --with python2,systemd,autoreconf # --parallel
override_dh_autoreconf-indep:
--
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