[mame] 05/08: Don't try to cleanup rapidjson non-free bits.

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 7e971d705b836db7fc05613f1d086bf3c9104d9b
Author: Jordi Mallach <jordi at debian.org>
Date:   Sat Apr 30 00:38:27 2016 +0200

    Don't try to cleanup rapidjson non-free bits.
    
    Upstream has now removed them from their source repo.
---
 debian/changelog | 1 +
 debian/rules     | 2 --
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4f678da..fb9ab50 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,7 @@ mame (0.173-1) UNRELEASED; urgency=medium
     Thanks again to Sune Vuorela.
   * Update copyright file for new sources.
   * Don't install testkeys, as it no longer exists.
+  * Don't try to cleanup rapidjson non-free bits that are now gone upstream.
 
  -- Cesare Falco <c.falco at ubuntu.com>  Tue, 19 Apr 2016 12:32:27 +0200
 
diff --git a/debian/rules b/debian/rules
index 37c0e3c..007ad60 100755
--- a/debian/rules
+++ b/debian/rules
@@ -176,8 +176,6 @@ get-orig-source:
         https://github.com/mamedev/mame/archive/$(MAME_PACKAGE)$(MAME_VERSION).tar.gz
 	tar -xzf source.tar.gz --strip-component=1 -C $(TMPDIR)/$(MAME_SRCDIR)/ \
         --exclude=\.*
-	# Remove non-free rapidjson subdir
-	rm -rf $(TMPDIR)/$(MAME_SRCDIR)/3rdparty/rapidjson/bin/jsonchecker
 	# Remove binaries and other cruft
 	cd $(TMPDIR)/$(MAME_SRCDIR) && make clean && make cleansrc
 	rm -rf $(TMPDIR)/$(MAME_SRCDIR)/3rdparty/zlib/contrib/dotzlib/DotZLib.chm

-- 
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