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

ecsv-guest pushed a commit to branch master
in repository mupen64plus.

commit 41b32d1984523f6375a5a9ca79150be742da8214
Author: Sven Eckelmann <[email protected]>
Date:   Sat Jun 6 21:17:27 2009 +0200

    Fix build using fakeroot
---
 debian/Makefile.glN64 | 2 ++
 debian/rules          | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/Makefile.glN64 b/debian/Makefile.glN64
new file mode 100644
index 0000000..1f3f033
--- /dev/null
+++ b/debian/Makefile.glN64
@@ -0,0 +1,2 @@
+%:
+.PHONY: clean
diff --git a/debian/rules b/debian/rules
index 4b8aa6b..c157528 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@
 
 clean:
        mkdir -p "$(CURDIR)/glN64"
-       echo "%:\n.PHONY: clean" > "$(CURDIR)/glN64/Makefile"
+       cp "$(CURDIR)/debian/Makefile.glN64" "$(CURDIR)/glN64/Makefile"
        dh --with quilt $@
        rm -rf "$(CURDIR)/glN64"
        rm -rf "$(CURDIR)/plugins"

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/mupen64plus.git

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to