This is an automated email from the git hooks/post-receive script. jordi pushed a commit to branch master in repository mame-extra.
commit b535f979a51565bf397c7cb3565d8a57e301c342 Author: Jordi Mallach <[email protected]> Date: Tue Dec 27 00:38:39 2016 +0100 Adapt get-orig-source rule 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 d388ae6..2cc9c6f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ mame-extra (0.180-1) UNRELEASED; urgency=medium * New upstream release. * Bump mame dependency to 0.180. * Bump debhelper compat to v10. + * Adapt get-orig-source rule to new history.7z layout. -- Jordi Mallach <[email protected]> Mon, 26 Dec 2016 18:48:38 +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

