[SCM] packaging for the mame arcade game emulator branch, master, updated. c2139d20ca7120a5d55dc102d5461f0c5d6fbfed
Jordi Mallach
jordi at debian.org
Wed Apr 4 15:41:35 UTC 2012
The following commit has been merged in the master branch:
commit 307f89154d5686b433f8e028bfeedb9c35c0c127
Author: Jordi Mallach <jordi at debian.org>
Date: Wed Apr 4 17:14:59 2012 +0200
Make get-orig-source target drop tarballs in the current directory, as policy mandates.
diff --git a/debian/changelog b/debian/changelog
index e07ba8b..03acb8a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,8 +21,10 @@ mame (0.145-1) UNRELEASED; urgency=low
[ Jordi Mallach ]
* gnu_fixes.patch: Add a check for __GNU__ to fix builds on the Hurd.
* Point to the 1.0 machine-readable copyright format spec.
+ * Make get-orig-source target drop tarballs in the current directory,
+ as policy mandates.
- -- Emmanuel Kasper <emmanuel at libera.cc> Wed, 04 Apr 2012 14:53:19 +0200
+ -- Jordi Mallach <jordi at debian.org> Wed, 04 Apr 2012 17:13:35 +0200
mame (0.144-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index f12ab1f..117c089 100755
--- a/debian/rules
+++ b/debian/rules
@@ -202,7 +202,7 @@ $(MAME_TARBALL): $(MAME_FILEBASE)s.zip
| sed 's/\ /\\\ /g' \
| xargs sed -i "s/\r$$//"
tar -C $(TMPDIR)/sub -cvf - $(MAME_PACKAGE)-$(VERSION) | \
- xz > ../$(MAME_TARBALL)
+ xz > $(MAME_TARBALL)
rm -f $(MAME_FILEBASE)s.zip
rm -rf $(TMPDIR)
@@ -222,7 +222,7 @@ $(NPLAYERS_TARBALL): $(NPLAYERS_ZIPFILE)
unzip $(NPLAYERS_ZIPFILE) -d $(TMPDIR)/$(NPLAYERS_PACKAGE)
# Strip trailing CR
find $(TMPDIR)/$(NPLAYERS_PACKAGE) -type f | xargs sed -i "s/\r$$//"
- tar -C $(TMPDIR) -cvf - $(NPLAYERS_PACKAGE) | xz > ../$(NPLAYERS_TARBALL)
+ tar -C $(TMPDIR) -cvf - $(NPLAYERS_PACKAGE) | xz > $(NPLAYERS_TARBALL)
rm -f $(NPLAYERS_ZIPFILE)
rm -rf $(TMPDIR)
--
packaging for the mame arcade game emulator
More information about the Pkg-games-commits
mailing list