[Pkg-remote-commits] [guacamole-server] 01/02: attempt to fix build by disabling parallel build, after some analysis

Thorsten Glaser tg at moszumanska.debian.org
Wed Nov 30 15:14:24 UTC 2016


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

tg pushed a commit to branch master
in repository guacamole-server.

commit 0d9938ad92e287650c46e36f7cc1d6f2aaf7ea27
Author: mirabilos <t.glaser at tarent.de>
Date:   Wed Nov 30 16:01:46 2016 +0100

    attempt to fix build by disabling parallel build, after some analysis
---
 debian/changelog | 4 ++++
 debian/rules     | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 0bd8cb3..e887b5d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 guacamole-server (0.9.9-1) unstable; urgency=medium
 
+  [ Dominik George ]
   * New upstream release. (Closes: #685637, #791765)
     + soname change from libguac5 to libguac11.
        + No reverse dependencies in Debian so no transition needed.
@@ -21,6 +22,9 @@ guacamole-server (0.9.9-1) unstable; urgency=medium
   * Move to Debian Remote Maintainers team.
      + Move git to pkg-remote.
 
+  [ Thorsten Glaser ]
+  * Disable parallel build, upstream’s Makefiles aren’t set up for it.
+
  -- Dominik George <nik at naturalnet.de>  Wed, 30 Nov 2016 15:41:23 +0100
 
 guacamole-server (0.8.3-2) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index 9f3bc0e..7b62590 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
 
 %:
-	dh $@
+	dh $@ --no-parallel
 
 # Set lib directory properly for multiarch
 override_dh_auto_configure:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-remote/packages/guacamole-server.git



More information about the pkg-remote-commits mailing list