[SCM] Wormux PKG branch, master, updated. upstream/0.8.3-55-gf25cf91

Eddy Petrișor eddy.petrisor at gmail.com
Sun Sep 27 23:19:36 UTC 2009


The following commit has been merged in the master branch:
commit 84e11f84f78a56b8d7a1a17177159b6c8de7c8a3
Author: Eddy Petrișor <eddy.petrisor at gmail.com>
Date:   Mon Sep 28 01:48:12 2009 +0300

    make sure the po files are not regenerated
    
    patch the po Makefile so it doesn't remove stamp-po

diff --git a/debian/patches/0001-dont-remove-stamp-po.diff b/debian/patches/0001-dont-remove-stamp-po.diff
new file mode 100644
index 0000000..81b10a4
--- /dev/null
+++ b/debian/patches/0001-dont-remove-stamp-po.diff
@@ -0,0 +1,13 @@
+diff --git a/po/Makefile.in b/po/Makefile.in
+index 052f0f7..148595c 100644
+--- a/po/Makefile.in
++++ b/po/Makefile.in
+@@ -188,7 +188,7 @@ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+ 
+ #MAINTAINERCLEANFILES = Makefile.in
+-MAINTAINERCLEANFILES = stamp-po $(GMOFILES)
++MAINTAINERCLEANFILES = $(GMOFILES)
+ POTFILES = \
+         src/ai/ai_engine.cpp \
+         src/ai/ai_engine.h \
diff --git a/debian/rules b/debian/rules
index 8a225e9..2285f67 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,7 @@ check-tarball: ../$(srcpkg)_$(srcver).orig.tar.gz
 
 makebuilddir::
 	[ -f src/config.h.clean ] || cp src/config.h src/config.h.clean
-	[ -f po/wormux.pot.clean ] || cp po/wormux.pot po/wormux.pot.clean
+	cp po/wormux.pot po/wormux.pot.clean
 
 clean::
 	[ -f src/config.h.clean ] && mv src/config.h.clean src/config.h || :

-- 
Wormux PKG



More information about the Pkg-games-commits mailing list