[X2Go-Commits] [x2go-keyring] 01/01: debian/rules: don't use --no-parallel with dh commands in compat-9-mode.

git-admin at x2go.org git-admin at x2go.org
Sat Aug 17 10:03:14 CEST 2019


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2go-keyring.

commit 4768f197d421d1864fac70ee76474decb72e7575
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Sat Aug 17 10:02:55 2019 +0200

    debian/rules: don't use --no-parallel with dh commands in compat-9-mode.
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 193044e..d8073b4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -80,6 +80,7 @@ x2go-keyring (2019.08.04) UNRELEASED; urgency=medium
     - Bump up dh dependency to 9.
   * debian/rules:
     - Simplify file... a lot.
+    - Don't use --no-parallel with dh commands in compat-9-mode.
   * debian/:
     - Add docs file, installing README.
     - Add install file, installing actual data.
diff --git a/debian/rules b/debian/rules
index 7a397ca..e5157cd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,4 +15,4 @@
 	dh "$@"
 
 override_dh_auto_build:
-	dh_auto_build --no-parallel
+	dh_auto_build # --no-parallel # Only supported in dh 10+. Compat-9-mode will not use parallelization by default.

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2go-keyring.git


More information about the x2go-commits mailing list