[gtkballs] 15/25: d/rules: Remove LOCALEDIR override because it does not work.

Markus Koschany apo at moszumanska.debian.org
Fri Sep 2 20:27:27 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 7ff8404906b7f8f94b6046a550afd63fd2332950
Author: Markus Koschany <apo at debian.org>
Date:   Fri Sep 2 21:51:01 2016 +0200

    d/rules: Remove LOCALEDIR override because it does not work.
---
 debian/rules | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index ea77964..f05921d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,12 @@
 	dh $@ --with autoreconf
 
 override_dh_auto_configure:
-	LOCALEDIR=\"/usr/share/games/locale\" ./configure --localstatedir=/var/games --bindir=/usr/games --prefix=/usr --datadir=/usr/share/games --mandir=/usr/share/man
+	dh_auto_configure -- \
+		--localstatedir=/var/games \
+		--bindir=/usr/games \
+		--prefix=/usr \
+		--datadir=/usr/share/games \
+		--mandir=/usr/share/man
 
 override_dh_install:
 	dh_install

-- 
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