[freedroidrpg] 18/32: Added d/patches/02_accept_mawk.diff

Julien Puydt julien.puydt at laposte.net
Fri Nov 11 14:41:00 UTC 2016


This is an automated email from the git hooks/post-receive script.

jpuydt-guest pushed a commit to branch master
in repository freedroidrpg.

commit ab5fbde31f7af9ace0e7ab8f577fb607ac77026f
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Fri Nov 11 09:08:44 2016 +0100

    Added d/patches/02_accept_mawk.diff
---
 debian/changelog                   |  1 +
 debian/patches/02_accept_mawk.diff | 15 +++++++++++++++
 debian/patches/series              |  1 +
 3 files changed, 17 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index e7aa414..f70332c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ freedroidrpg (0.16.1-1) UNRELEASED; urgency=medium
   * Updated debian/patches/27_debug.diff.
   * Added debian/patches/01_no_headless_check.diff.
   * Noted that the editor is now part of the game. (Closes: #460677)
+  * Added debian/patches/02_accept_mawk.diff.
 
  -- Julien Puydt <julien.puydt at laposte.net>  Thu, 10 Nov 2016 09:10:23 +0100
 
diff --git a/debian/patches/02_accept_mawk.diff b/debian/patches/02_accept_mawk.diff
new file mode 100644
index 0000000..3125b20
--- /dev/null
+++ b/debian/patches/02_accept_mawk.diff
@@ -0,0 +1,15 @@
+Author: Julien Puydt
+Description: Make the configure script accept mawk as a valid awk
+Forwarded: yes
+
+--- a/configure.ac
++++ b/configure.ac
+@@ -102,7 +102,7 @@
+ AC_PROG_LN_S
+ AC_PROG_RANLIB
+ AC_PROG_MAKE_SET
+-AC_PATH_PROG([AWK], [gawk], [])   	dnl GNU version of awk awk is needed in some po/ scripts
++AC_PATH_PROGS([AWK], [gawk mawk], [])
+ AC_PATH_PROG([LUADOX], [lua2dox], [])
+ AM_PATH_PYTHON([2.6])
+ AC_PATH_TARGET_TOOL([WINDRES], [windres], [windres])
diff --git a/debian/patches/series b/debian/patches/series
index 7a46173..eeedc62 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@
 17_debianize.diff
 20_enter_keys.diff
 27_debug.diff
+02_accept_mawk.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/freedroidrpg.git



More information about the Pkg-games-commits mailing list