[mame] 08/08: Remove new binaries and cruft from upstream sources.

Jordi Mallach jordi at moszumanska.debian.org
Sun May 1 00:12:01 UTC 2016


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

jordi pushed a commit to branch master
in repository mame.

commit b6d1f8bfcec5fbc49c2888d50011e81e819d5c9e
Author: Jordi Mallach <jordi at debian.org>
Date:   Sun May 1 01:54:54 2016 +0200

    Remove new binaries and cruft from upstream sources.
---
 debian/changelog | 1 +
 debian/rules     | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 556358f..b64223d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,7 @@ mame (0.173-1) UNRELEASED; urgency=medium
   * Install manpages from new source location.
   * Don't chmod data dirs unconditionally, use `find -type f` instead to
     avoid installing dirs with wrong perms.
+  * Remove new binaries and cruft from upstream sources.
 
  -- Cesare Falco <c.falco at ubuntu.com>  Tue, 19 Apr 2016 12:32:27 +0200
 
diff --git a/debian/rules b/debian/rules
index 1a45746..84edc1b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -178,9 +178,13 @@ get-orig-source:
         --exclude=\.*
 	# Remove binaries and other cruft
 	cd $(TMPDIR)/$(MAME_SRCDIR) && make clean && make cleansrc
+	rm -rf $(TMPDIR)/$(MAME_SRCDIR)/.mame_version
 	rm -rf $(TMPDIR)/$(MAME_SRCDIR)/3rdparty/zlib/contrib/dotzlib/DotZLib.chm
 	rm -rf $(TMPDIR)/$(MAME_SRCDIR)/3rdparty/bx/tools/bin/linux/genie
+	rm -rf $(TMPDIR)/$(MAME_SRCDIR)/3rdparty/bx/tools/bin/linux/ninja
 	rm -rf $(TMPDIR)/$(MAME_SRCDIR)/3rdparty/bx/tools/bin/windows/genie.exe
+	rm -rf $(TMPDIR)/$(MAME_SRCDIR)/3rdparty/bx/tools/bin/windows/ninja.exe
+	rm -rf $(TMPDIR)/$(MAME_SRCDIR)/3rdparty/bgfx/3rdparty/remotery/vis/extern/BrowserLib/Core/Code/Convert.js
 	rm -rf $(TMPDIR)/$(MAME_SRCDIR)/3rdparty/lzma/7zr.exe
 	rm -rf $(TMPDIR)/$(MAME_SRCDIR)/3rdparty/lzma/lzma.exe
 	rm -rf $(TMPDIR)/$(MAME_SRCDIR)/3rdparty/portmidi/pm_java/JavaExe.exe

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



More information about the Pkg-games-commits mailing list