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 <[email protected]> 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 <[email protected]> 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 _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

