[gtkballs] 23/25: Add localedir.patch
Markus Koschany
apo at moszumanska.debian.org
Fri Sep 2 20:27:29 UTC 2016
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch master
in repository gtkballs.
commit 27c604e658b34c5f07b60d478580bb48cf3f1d23
Author: Markus Koschany <apo at debian.org>
Date: Fri Sep 2 22:13:25 2016 +0200
Add localedir.patch
---
debian/changelog | 1 +
debian/patches/localedir.patch | 21 +++++++++++++++++++++
debian/patches/series | 1 +
debian/rules | 1 -
4 files changed, 23 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 2cd624a..fb85f75 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ gtkballs (3.1.5-11) unstable; urgency=medium
games in order to save high scores. (Closes: #820588)
* d/rules: Fix Lintian warning extra-license-file.
* Add man-page-spelling.patch and fix a minor spelling mistake.
+ * Add localedir.patch and install po files into /usr/share/locale.
-- Markus Koschany <apo at debian.org> Fri, 02 Sep 2016 21:28:07 +0200
diff --git a/debian/patches/localedir.patch b/debian/patches/localedir.patch
new file mode 100644
index 0000000..a577fc4
--- /dev/null
+++ b/debian/patches/localedir.patch
@@ -0,0 +1,21 @@
+From: Markus Koschany <apo at debian.org>
+Date: Fri, 2 Sep 2016 22:13:03 +0200
+Subject: localedir
+
+---
+ po/Makefile.in.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/po/Makefile.in.in b/po/Makefile.in.in
+index 53efc5e..6de4ab3 100644
+--- a/po/Makefile.in.in
++++ b/po/Makefile.in.in
+@@ -23,7 +23,7 @@ VPATH = @srcdir@
+ prefix = @prefix@
+ exec_prefix = @exec_prefix@
+ datadir = @datadir@
+-localedir = $(datadir)/locale
++localedir = /usr/share/locale
+ gettextsrcdir = $(datadir)/gettext/po
+
+ INSTALL = @INSTALL@
diff --git a/debian/patches/series b/debian/patches/series
index 87f9375..78b0d35 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
+localedir.patch
diff --git a/debian/rules b/debian/rules
index 52f90cc..7329a0d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,6 @@
dh $@ --with autoreconf
override_dh_auto_configure:
- LOCALEDIR=\"/usr/share/games/locale\" \
dh_auto_configure -- \
--localstatedir=/var/games \
--bindir=/usr/games \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/gtkballs.git
More information about the Pkg-games-commits
mailing list