[springlobby] 14/28: Use BINDIR and DATADIR configure options.

Markus Koschany apo at moszumanska.debian.org
Mon Apr 11 04:58:40 UTC 2016


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

apo pushed a commit to branch master
in repository springlobby.

commit 43f3791ace8ed677a3159f3f81cb4893123d26a3
Author: Markus Koschany <apo at debian.org>
Date:   Sun Apr 10 23:40:53 2016 +0200

    Use BINDIR and DATADIR configure options.
---
 debian/rules               | 5 ++++-
 debian/springlobby.install | 2 --
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 760603f..36f9180 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,10 @@ PROGDIR := $(CURDIR)/debian/springlobby
 	dh $@ --parallel --buildsystem=cmake
 
 override_dh_auto_configure:
-	dh_auto_configure -- -DPRD_JSONCPP_INTERNAL=OFF
+	dh_auto_configure --  \
+		-DBINDIR=games \
+		-DDATADIR=share/games/springlobby \
+		-DPRD_JSONCPP_INTERNAL=OFF
 
 override_dh_auto_build:
 	dh_auto_build
diff --git a/debian/springlobby.install b/debian/springlobby.install
index 1deca65..1589f51 100644
--- a/debian/springlobby.install
+++ b/debian/springlobby.install
@@ -1,3 +1 @@
 debian/springlobby.xpm                     usr/share/pixmaps
-debian/springlobby/usr/bin/*               usr/games
-debian/springlobby/usr/share               usr

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



More information about the Pkg-games-commits mailing list