The following commit has been merged in the master branch:
commit fc9f6b9e31dd083af48053c417b21f9e0df08d68
Author: Jakub Adam <[email protected]>
Date: Sat Sep 17 13:31:37 2011 +0200
Add phony build target to debian/rules
Conflicts now with build directory in the root of source tree
diff --git a/debian/rules b/debian/rules
index 706f86f..a6eb324 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,9 @@ endif
BUILD_DIR:=debian/.eclipse-build
-%:
+.PHONY: build
+
+build %:
dh $@ --with eclipse-helper
override_dh_auto_clean:
--
eclipse-cdt - Plug-in for eclipse to handle C/C++ - Debian package.
_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits