[SCM] Packaging for openal-soft branch, master, updated. debian/1.9.563-1-2-gd7f8abd

Andres Mejia mcitadel at gmail.com
Thu Oct 15 23:38:51 UTC 2009


The following commit has been merged in the master branch:
commit b50c175b312a4d4a38efc3d0ca74718c22d0ab29
Author: Andres Mejia <mcitadel at gmail.com>
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



More information about the Pkg-games-commits mailing list