[redeclipse] 455/494: Manually run clean to avoid nonexisting enet targets

Martin Werner arand-guest at moszumanska.debian.org
Sun Jun 21 20:53:02 UTC 2015


This is an automated email from the git hooks/post-receive script.

arand-guest pushed a commit to branch debdir
in repository redeclipse.

commit 4de4264647c7f5dccb3db142872fa43d3371a0f0
Author: Martin Erik Werner <martinerikwerner at gmail.com>
Date:   Tue Mar 31 10:34:24 2015 +0200

    Manually run clean to avoid nonexisting enet targets
---
 rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/rules b/rules
index 150caf2..c113526 100755
--- a/rules
+++ b/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



More information about the Pkg-games-commits mailing list