The following commit has been merged in the master branch:
commit 37867558b7760ed80bc3b2fc8adc66ce7dc216a6
Author: Martin Erik Werner <[email protected]>
Date:   Wed Dec 21 13:57:48 2011 +0100

    Adapt get-orig to bz2

diff --git a/debian/rules b/debian/rules
index c89d9f2..93dad38 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,7 +24,8 @@ TAR=cube2font_$(VER).orig.tar.bz2
 get-orig-source:
        uscan --noconf --force-download --download-current-version --destdir=.
        rm -rf $(DIR)
-       tar -xf cube2font_$(VER).orig.tar.bz2
+       tar -xf $(TAR)
+       rm -f $(TAR)
        mv redeclipse/ $(DIR)
        find $(DIR) -mindepth 1 -not -name src \
                                -not -name shared \

-- 
Packaging for cube2font

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to