[dolphin-emu] 06/08: Remove -DDOLPHIN_WC hacks (now handled upstream)
James Cowgill
jcowgill at moszumanska.debian.org
Fri Jun 24 11:01:04 UTC 2016
This is an automated email from the git hooks/post-receive script.
jcowgill pushed a commit to branch master
in repository dolphin-emu.
commit 1680db347c49f5c28da03e5f2397282d02a8bd97
Author: James Cowgill <james410 at cowgill.org.uk>
Date: Fri Jun 24 11:14:46 2016 +0100
Remove -DDOLPHIN_WC hacks (now handled upstream)
These were needed to allow dev builds to succeed without crashing.
---
debian/rules | 6 ------
1 file changed, 6 deletions(-)
diff --git a/debian/rules b/debian/rules
index f75eb46..d488ebd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,18 +4,12 @@
export DEB_BUILD_MAINT_OPTIONS := hardening=+all,-pie
export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
-VER := $(shell dpkg-parsechangelog --show-field Version)
-UPSTREAM_VER := $(shell echo $(VER) | sed 's/+dfsg.*//')
-
%:
dh $@ --parallel -Bbuild
CMAKE_OPTIONS := \
-Dbindir=/usr/games \
-Ddatadir=/usr/share/games/dolphin-emu \
- -DDOLPHIN_WC_DESCRIBE=$(UPSTREAM_VER) \
- -DDOLPHIN_WC_REVISION=$(VER) \
- -DDOLPHIN_WC_BRANCH=debian \
-DUSE_SHARED_ENET=ON \
-DGTEST_DIR=/usr/src/gtest
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/dolphin-emu.git
More information about the Pkg-games-commits
mailing list