[SCM] packaging for the mame arcade game emulator branch, master, updated. 489bd7fdd0c2f75fe2d7e1908175a169ac637a79

Emmanuel Kasper emmanuel at libera.cc
Wed Feb 2 16:08:49 UTC 2011


The following commit has been merged in the master branch:
commit 367a384130941d6bcda6558608281d42372e8258
Author: Emmanuel Kasper <emmanuel at libera.cc>
Date:   Wed Feb 2 17:02:26 2011 +0100

    Fix get-orig-source to create the orig.tar.gz in current working directory

diff --git a/debian/rules b/debian/rules
index c4f6f34..08da638 100755
--- a/debian/rules
+++ b/debian/rules
@@ -117,6 +117,6 @@ get-orig-source: fetch_upstream
 	mkdir -p $(TMPDIR)/sub/$(PACKAGE)-$(VERSION)
 # Not a bug: Mame source needs to be unzipped twice
 	unzip $(TMPDIR)/$(PACKAGE).zip -d $(TMPDIR)/sub/$(PACKAGE)-$(VERSION)
-	tar -C $(TMPDIR)/sub -cvf - . | bzip2 -c9  > ../$(PACKAGE)_$(VERSION).orig.tar.bz2
+	tar -C $(TMPDIR)/sub -cvf - . | bzip2 -c9  > $(PACKAGE)_$(VERSION).orig.tar.bz2
 	rm -r $(TMPDIR)
 	rm -r $(FILEBASE)s.zip

-- 
packaging for the mame arcade game emulator



More information about the Pkg-games-commits mailing list