The following commit has been merged in the master branch:
commit 4eff1af07c93832827b89b4616d7b680ca6cb951
Author: Emmanuel Kasper <emman...@libera.cc>
Date:   Fri Feb 18 01:14:36 2011 +0100

    Move tar.bz2 downloaded upstream tar one folder higher

diff --git a/debian/rules b/debian/rules
index 0756991..eab54ae 100755
--- a/debian/rules
+++ b/debian/rules
@@ -107,6 +107,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