[groovy] 04/05: Disabled parallel building
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Jan 16 00:24:17 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository groovy.
commit ba77ebfc7c0028fa56a7520da78ec0775bd80219
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Mon Jan 16 01:12:11 2017 +0100
Disabled parallel building
---
debian/changelog | 1 +
debian/rules | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 66e6729..5432c79 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ groovy (2.4.8-1) UNRELEASED; urgency=medium
* New upstream release
- Refreshed the patches
- Updated the poms
+ * Disabled parallel building
-- Emmanuel Bourg <ebourg at apache.org> Sun, 15 Jan 2017 10:13:30 +0100
diff --git a/debian/rules b/debian/rules
index 90b2dc7..21ade5d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ MAVEN_REPO_URL := http://repo1.maven.org/maven2
MODULES := docgenerator servlet ant groovydoc xml swing sql jmx test console groovysh json testng jsr223 templates bsf
%:
- dh $@ --buildsystem=gradle
+ dh $@ --buildsystem=gradle --no-parallel
override_dh_auto_clean:
dh_auto_clean
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/groovy.git
More information about the pkg-java-commits
mailing list