The following commit has been merged in the master branch:
commit 906a4ac3140c4741ea510bab1c27abccac668a94
Author: Mahyuddin Susanto <udi...@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

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

Reply via email to