The following commit has been merged in the master branch:
commit b50c175b312a4d4a38efc3d0ca74718c22d0ab29
Author: Andres Mejia <[email protected]>
Date: Thu Oct 15 18:41:51 2009 -0400
Add phony target for "build" since there's a "build" directory in the
source tree.
diff --git a/debian/rules b/debian/rules
index 35e6032..713123e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,9 +17,13 @@ DEB_CMAKE_OPTIONS ?= -DCMAKE_VERBOSE_MAKEFILE=ON \
BUILD_TREE=$(CURDIR)/build-tree
+.PHONY: build
%:
dh --with quilt $@
+build:
+ dh --with quilt $@
+
override_dh_auto_clean:
rm -rf $(BUILD_TREE)
--
Packaging for openal-soft
_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits