The following commit has been merged in the master branch:
commit de5ef51e3a2195fea421bda580eeecba1d9d108a
Author: Martin Erik Werner <[email protected]>
Date:   Fri Jan 20 16:12:56 2012 +0100

    Fixup rules for soundpacking

diff --git a/debian/rules b/debian/rules
index 839b9f2..060b399 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,10 @@
 %:
        dh $@
 
+override_dh_auto_build:
+       cd sounds && ../debian/packsounds ../LIERO.SND
+       dh_auto_build
+
 override_dh_builddeb:
        dh_builddeb -- -Zxz
 
@@ -21,7 +25,7 @@ get-orig-source:
        tar -xf $(DIR)/$(USCAN_TAR) -C $(DIR)
        rm -f $(DIR)/$(USCAN_TAR)
        mkdir $(DIR)/sounds
-       cd $(DIR)/sounds && ../extractsounds ../LIERO.SND
+       cd $(DIR)/sounds && ../debian/extractsounds ../LIERO.SND
        rm LIERO.SND
        BZIP2="-9" tar -cj --owner root --group root --mode a+rX \
                                                        -f $(TAR) $(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