The following commit has been merged in the master branch:
commit ee69ba363c65c77d0862f8191a9337de5da5918b
Author: Martin Erik Werner <[email protected]>
Date:   Fri Jan 20 00:36:37 2012 +0100

    Use wav files in orig

diff --git a/debian/rules b/debian/rules
index e04e941..839b9f2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,9 +18,11 @@ get-orig-source:
        # unfortuantely this results in repacking twice.
        uscan --noconf --force-download --repack --rename \
                                --download-current-version --destdir=$(DIR)
-       # Repack again to get a proper top level dir
        tar -xf $(DIR)/$(USCAN_TAR) -C $(DIR)
        rm -f $(DIR)/$(USCAN_TAR)
+       mkdir $(DIR)/sounds
+       cd $(DIR)/sounds && ../extractsounds ../LIERO.SND
+       rm LIERO.SND
        BZIP2="-9" tar -cj --owner root --group root --mode a+rX \
                                                        -f $(TAR) $(DIR)
        rm -rf $(DIR)

-- 
Packaging for original LIERO binary data

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

Reply via email to