This is an automated email from the git hooks/post-receive script. arand-guest pushed a commit to branch debdir in repository redeclipse.
commit 30dcfccb9e737ca5a4866b9f65b0506a5c712473 Author: Martin Erik Werner <[email protected]> Date: Thu Jul 19 08:48:29 2012 +0200 enable parallel build --- changelog | 2 +- rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog b/changelog index d0184ac..9c6b1cd 100644 --- a/changelog +++ b/changelog @@ -10,7 +10,7 @@ redeclipse (1.2-3) UNRELEASED; urgency=low Patch which appends $(LDFLAGS) to all end-targets - Removed build-with-debug-symbols.patch: Now handled in d/rules instead - + * Enable parallel build -- Martin Erik Werner <[email protected]> Mon, 27 Feb 2012 13:53:19 +0100 diff --git a/rules b/rules index 95da9c1..f928f00 100755 --- a/rules +++ b/rules @@ -3,7 +3,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: - dh $@ --sourcedirectory=src + dh $@ --sourcedirectory=src --parallel override_dh_auto_clean: dh_auto_clean -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/redeclipse.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

