[java-gnome] 06/07: Disabled parallel building (Closes: #779344)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Jan 10 11:15:26 UTC 2017


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

ebourg-guest pushed a commit to branch master
in repository java-gnome.

commit 0fdade3a0d32e41f8e44829b68dbdeb6a8bca2f8
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Tue Jan 10 12:01:13 2017 +0100

    Disabled parallel building (Closes: #779344)
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 46824f9..0e89b0b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ java-gnome (4.1.3-5) UNRELEASED; urgency=medium
   * Build with the DH sequencer instead of CDBS (Closes: #849669)
   * Use dbus-run-session instead of dbus-launch to run metacity
     and depend on dbus (>= 1.8) instead of dbus-x11 (Closes: #836100)
+  * Disabled parallel building (Closes: #779344)
   * Standards-Version updated to 3.9.8
   * Switch to debhelper level 10
   * Use secure Vcs-* URLs
diff --git a/debian/rules b/debian/rules
index cc56bb1..1eb091e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ DEB_MAKE_ENVVARS += CFLAGS="$(shell dpkg-buildflags --get CFLAGS) -ffunction-sec
 endif
 
 %:
-	dh $@
+	dh $@ --no-parallel
 
 override_dh_auto_configure:
 	dh_auto_configure -- --libdir=/usr/lib/jni jdk=/usr/lib/jvm/default-java

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/java-gnome.git



More information about the pkg-java-commits mailing list