[SCM] packaging for the mame arcade game emulator branch, master, updated. fc8f2cb6c3d178a8874b9490a88bc7350ac26526

Emmanuel Kasper emmanuel at libera.cc
Sun Feb 6 19:38:21 UTC 2011


The following commit has been merged in the master branch:
commit 56b7de58ee09568d63e9185615c554abbc9c3d2c
Author: Emmanuel Kasper <emmanuel at libera.cc>
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



More information about the Pkg-games-commits mailing list