[atomix] 09/10: Rebase fix-locale-dir.patch

Markus Koschany apo-guest at moszumanska.debian.org
Thu Sep 22 16:09:42 UTC 2016


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

apo-guest pushed a commit to branch master
in repository atomix.

commit 392b05f268673afc4c55b1224adceb6ba1fd43a2
Author: Markus Koschany <apo at debian.org>
Date:   Thu Sep 22 17:51:30 2016 +0200

    Rebase fix-locale-dir.patch
---
 debian/changelog                    |  1 +
 debian/patches/fix-locale-dir.patch | 22 ++++++++++++++++++++++
 debian/patches/series               |  1 +
 3 files changed, 24 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 1c87f42..51324e5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ atomix (3.22.0-1) unstable; urgency=medium
   * Drop build-dependency on gnome-common and build-depend on autoconf-archive
     and intltool. (Closes: #829875)
   * debian/watch: Use version=4.
+  * Rebase fix-locale-dir.patch.
 
  -- Markus Koschany <apo at debian.org>  Thu, 22 Sep 2016 17:48:59 +0200
 
diff --git a/debian/patches/fix-locale-dir.patch b/debian/patches/fix-locale-dir.patch
new file mode 100644
index 0000000..484d657
--- /dev/null
+++ b/debian/patches/fix-locale-dir.patch
@@ -0,0 +1,22 @@
+From: Markus Koschany <apo at debian.org>
+Date: Thu, 22 Sep 2016 17:51:21 +0200
+Subject: fix locale dir
+
+Forwarded: not-needed
+---
+ src/Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/Makefile.am b/src/Makefile.am
+index 9389e69..841e5af 100644
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -6,7 +6,7 @@ AM_CPPFLAGS = \
+ 	-I$(top_srcdir) \
+ 	-DPKGDATADIR="\"$(pkgdatadir)\"" \
+ 	-DDATADIR=\""$(datadir)"\" \
+-	-DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
++	-DGNOMELOCALEDIR=\""/usr/share/locale"\" \
+ 	-DSCORESDIR=\""$(scoredir)"\"
+ 
+ AM_CFLAGS = \
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..9dad806
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-locale-dir.patch

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



More information about the Pkg-games-commits mailing list