This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository gtkballs.
commit 86ffd83daa959bf81eb480be529c39d988536b7a Author: Markus Koschany <[email protected]> Date: Fri Sep 2 21:49:52 2016 +0200 Add fix-locale-dir.patch to actually make use of the translation files. --- debian/patches/fix-locale-dir.patch | 21 +++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 22 insertions(+) diff --git a/debian/patches/fix-locale-dir.patch b/debian/patches/fix-locale-dir.patch new file mode 100644 index 0000000..98c0b13 --- /dev/null +++ b/debian/patches/fix-locale-dir.patch @@ -0,0 +1,21 @@ +From: Markus Koschany <[email protected]> +Date: Fri, 2 Sep 2016 21:49:18 +0200 +Subject: fix locale dir + +--- + configure.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/configure.in b/configure.in +index 791b745..bf08210 100644 +--- a/configure.in ++++ b/configure.in +@@ -13,7 +13,7 @@ AC_PROG_LN_S + + AM_GNU_GETTEXT([external]) + +-nlsdir='${prefix}/share/locale' ++nlsdir='${prefix}/share/games/locale' + AC_SUBST(nlsdir) + + AM_PATH_GLIB_2_0(2.0.0) diff --git a/debian/patches/series b/debian/patches/series index 87f9375..94b4c2e 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -5,3 +5,4 @@ correct-spelling.diff formatstring-fix.diff man-page.patch man-page-spelling.patch +fix-locale-dir.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/gtkballs.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

