This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository libepsilon.
commit 36493d31dceb07d876fa595a05fcb1a35586fc07 Author: Bas Couwenberg <[email protected]> Date: Fri Mar 11 01:19:14 2016 +0100 Enable parallel builds. --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e46f901..9b81db4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ libepsilon (0.9.2-4) UNRELEASED; urgency=medium * Update SourceForge URLs to use HTTPS. * Update copyright years for Alexander Simakov. * Update dh_install override to use --list-missing. + * Enable parallel builds. -- Bas Couwenberg <[email protected]> Fri, 11 Mar 2016 01:05:41 +0100 diff --git a/debian/rules b/debian/rules index 8979ea7..04e3761 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,7 @@ BUILD_DATE=$(shell dpkg-parsechangelog | sed -ne 's/^Date: //p' | LC_ALL=C date MANPAGES:=$(wildcard debian/man/*.*.xml) %: - dh $@ --with autoreconf + dh $@ --with autoreconf --parallel override_dh_clean: dh_clean debian/man/*.1 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libepsilon.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

