The following commit has been merged in the master branch:
commit 367a384130941d6bcda6558608281d42372e8258
Author: Emmanuel Kasper <emman...@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

_______________________________________________
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to