[Pkg-owncloud-commits] [owncloud-client] 02/07: Bump compat level (No need to use --parallel in rules anymore).
Sandro Knauß
hefee at moszumanska.debian.org
Sat Nov 19 13:56:49 UTC 2016
This is an automated email from the git hooks/post-receive script.
hefee pushed a commit to branch master
in repository owncloud-client.
commit b0afe0c45b1965532bb7b4d26f4beced6a32fe23
Author: Sandro Knauß <hefee at debian.org>
Date: Sat Nov 19 13:36:00 2016 +0100
Bump compat level (No need to use --parallel in rules anymore).
---
debian/compat | 2 +-
debian/control | 2 +-
debian/rules | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 1a85130..c93e54d 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: ownCloud for Debian maintainers <pkg-owncloud-maintainers at lists.alioth.debian.org>
Uploaders: Sandro Knauß <hefee at debian.org>
Build-Depends: cmake,
- debhelper (>= 9),
+ debhelper (>= 10),
dh-python,
extra-cmake-modules (>= 5.16),
kdelibs5-dev,
diff --git a/debian/rules b/debian/rules
index e81c2fa..ffa33ca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,12 +6,12 @@ DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/default.mk
%:
- dh $@ --parallel --with sphinxdoc --with pkgkde_symbolshelper --with python3
+ dh $@ --with sphinxdoc --with pkgkde_symbolshelper --with python3
override_dh_auto_test:
ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
mkdir obj-$(DEB_HOST_GNU_TYPE)/config
- XDG_CONFIG_HOME=$(CURDIR)/obj-$(DEB_HOST_GNU_TYPE)/config dh_auto_test --max-parallel=1
+ XDG_CONFIG_HOME=$(CURDIR)/obj-$(DEB_HOST_GNU_TYPE)/config dh_auto_test --no-parallel
rm -r obj-$(DEB_HOST_GNU_TYPE)/config
else
@echo "** tests disabled"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list