[gtkballs] 18/25: Use dh_auto_configure instead of just configure
Markus Koschany
apo at moszumanska.debian.org
Fri Sep 2 20:27:28 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 0d62db410604dab67d2a4659dd114f9d802e12d0
Author: Markus Koschany <apo at debian.org>
Date: Fri Sep 2 21:55:02 2016 +0200
Use dh_auto_configure instead of just configure
---
debian/rules | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index ea77964..3d781e2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,13 @@
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
+ LOCALEDIR=\"/usr/share/games/locale\" \
+ 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