[mame-extra] 04/06: Revert changes to get-orig-source rule.
Jordi Mallach
jordi at moszumanska.debian.org
Fri Jan 13 10:33:39 UTC 2017
This is an automated email from the git hooks/post-receive script.
jordi pushed a commit to branch master
in repository mame-extra.
commit dbf011f95e13768c610c600ccdd67be32a675c30
Author: Jordi Mallach <jordi at debian.org>
Date: Wed Jan 11 18:18:48 2017 +0100
Revert changes to get-orig-source rule.
history.7z has reverted to its usual layout.
---
debian/changelog | 2 ++
debian/rules | 3 ++-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index d1a1199..54d78e5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
mame-extra (0.181-1) UNRELEASED; urgency=medium
* New upstream release.
+ * Revert change to get-orig-source rule, history.7z has gone back
+ to usual layout.
-- Jordi Mallach <jordi at debian.org> Wed, 11 Jan 2017 18:14:37 +0100
diff --git a/debian/rules b/debian/rules
index e891506..bc550e5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,7 +44,8 @@ $(NPLAYERS_SRCFILE):
$(MAME_EXTRA_TARBALL): $(HISTORY_SRCFILE) $(NPLAYERS_SRCFILE)
mkdir -p $(TMPDIR)/$(MAME_PACKAGE)-$(VERSION)
- 7z x -o$(TMPDIR)/$(MAME_PACKAGE)-$(VERSION) $(HISTORY_SRCFILE)
+ 7z x -o$(TMPDIR)/$(MAME_PACKAGE)-$(VERSION)/$(HISTORY_PACKAGE) \
+ $(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
More information about the Pkg-games-commits
mailing list