This is an automated email from the git hooks/post-receive script. arand-guest pushed a commit to branch next in repository redeclipse.
commit 1c36159b84f963edb704a7028512b6e7f5fde456 Author: Martin Erik Werner <[email protected]> Date: Tue Mar 31 10:34:24 2015 +0200 Manually run clean to avoid nonexisting enet targets --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/rules b/debian/rules index 150caf2..c113526 100755 --- a/debian/rules +++ b/debian/rules @@ -5,6 +5,9 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: dh $@ --sourcedirectory=src --parallel +override_dh_auto_clean: + $(MAKE) -C src clean-client clean-server + override_dh_auto_build: dh_auto_build -- \ CPPFLAGS="$(CPPFLAGS)" \ -- 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

