[SCM] glfw packaging branch, master, updated. upstream/2.6-30-g6dfb34d

Mahyuddin Susanto udienz at ubuntu.com
Tue Oct 11 12:19:06 UTC 2011


The following commit has been merged in the master branch:
commit 906a4ac3140c4741ea510bab1c27abccac668a94
Author: Mahyuddin Susanto <udienz at ubuntu.com>
Date:   Tue Oct 11 19:18:07 2011 +0700

    fix dh_clean, thanks to Gonéri

diff --git a/debian/rules b/debian/rules
index 742b25f..6435268 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,3 +16,10 @@ override_dh_installdirs:
 override_dh_installdocs:
 	dh_installdocs readme.html
 
+verride_dh_clean:
+	[ ! -f Makefile ] || $(MAKE) x11-clean
+	find -name '*.o' -or -name '*.a' -or -name '*.so' | xargs rm
+	find -type f -executable -not -wholename "*debian*" -delete
+	rm config.log examples/Makefile.x11 lib/x11/Makefile.x11
+	lib/x11/libglfw.pc lib/x11/libglfw.pc.in tests/Makefile.x11
+	dh_clean

-- 
glfw packaging



More information about the Pkg-games-commits mailing list