This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2go-keyring. from 3b082e6 keyrings/: refresh signature. new 4768f19 debian/rules: don't use --no-parallel with dh commands in compat-9-mode. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2go-keyring.git
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@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