The following commit has been merged in the master branch:
commit 56b7de58ee09568d63e9185615c554abbc9c3d2c
Author: Emmanuel Kasper <[email protected]>
Date:   Sun Feb 6 20:06:02 2011 +0100

    Make dh_installdocs ignore useless files ( windows.txt and copyright.txt )

diff --git a/debian/rules b/debian/rules
index 08da638..09c6360 100755
--- a/debian/rules
+++ b/debian/rules
@@ -68,6 +68,7 @@ endif
 
 override_dh_auto_build:
        $(MAKE) -j3 $(DEB_MAME_OPTS) all
+
 # mame-tools are renamed to avoid name collision with other binaries
 # (ie GNU split ) 
        [ -f mame-split ] || mv split mame-split
@@ -81,6 +82,10 @@ override_dh_auto_install:
        dh_auto_install
        dh_installchangelogs whatsnew.txt
 
+# Remove useless docs
+override_dh_installdocs:
+       dh_installdocs --exclude=license.txt \
+                   --exclude=windows.txt
 clean:
        # Just before cleaning the sources, restore original names
        test -f mame-split || exit 0; \

-- 
packaging for the mame arcade game emulator

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

Reply via email to