This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository nco.
commit ec99b3bc99ffa46376b33eddd26e6555290876f0 Author: Bas Couwenberg <[email protected]> Date: Sun Nov 20 11:44:25 2016 +0100 Don't limit parallel build, FTBFS fixed with BUILT_SOURCES patch. --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index dff412b..982a275 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ nco (4.6.2-3) UNRELEASED; urgency=medium * Add patch to add ncap_yacc.h to BUILT_SOURCES to build it before using. + * Don't limit parallel build, FTBFS fixed with BUILT_SOURCES patch. -- Bas Couwenberg <[email protected]> Sun, 20 Nov 2016 11:42:56 +0100 diff --git a/debian/rules b/debian/rules index 351cccc..fe1f420 100755 --- a/debian/rules +++ b/debian/rules @@ -36,7 +36,7 @@ override_dh_auto_configure: --enable-udunits2 override_dh_auto_build: - dh_auto_build --max-parallel=32 + dh_auto_build cd doc && $(MAKE) clean && $(MAKE) html cd doc && $(MAKE) nco.info && sed -i 's/xmp\/fgr[0-9].png/\/usr\/share\/doc\/nco\/&/' nco.info* -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/nco.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

