This is an automated email from the git hooks/post-receive script. jordi pushed a commit to branch master in repository mame-extra.
commit 5992916f5fef2fd524ff18375d297882b544cbe1 Author: Jordi Mallach <[email protected]> Date: Mon Feb 6 00:33:15 2017 +0100 Adapt get-orig-source rule again to new history.7z layout. --- debian/changelog | 1 + debian/rules | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9bc5b88..5ce98f8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ mame-extra (0.182-1) UNRELEASED; urgency=medium * New upstream release. * Bump mame dependency to 0.182. + * Adapt get-orig-source rule again to new history.7z layout. -- Jordi Mallach <[email protected]> Thu, 26 Jan 2017 01:30:32 +0100 diff --git a/debian/rules b/debian/rules index bc550e5..e891506 100755 --- a/debian/rules +++ b/debian/rules @@ -44,8 +44,7 @@ $(NPLAYERS_SRCFILE): $(MAME_EXTRA_TARBALL): $(HISTORY_SRCFILE) $(NPLAYERS_SRCFILE) mkdir -p $(TMPDIR)/$(MAME_PACKAGE)-$(VERSION) - 7z x -o$(TMPDIR)/$(MAME_PACKAGE)-$(VERSION)/$(HISTORY_PACKAGE) \ - $(HISTORY_SRCFILE) + 7z x -o$(TMPDIR)/$(MAME_PACKAGE)-$(VERSION) $(HISTORY_SRCFILE) unzip $(NPLAYERS_SRCFILE) \ -d $(TMPDIR)/$(MAME_PACKAGE)-$(VERSION)/$(NPLAYERS_PACKAGE) tar -C $(TMPDIR) -acvf $(MAME_EXTRA_TARBALL) \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mame-extra.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

