[dolphin-emu] 06/07: Use debhelper compat 10
James Cowgill
jcowgill at moszumanska.debian.org
Wed Oct 25 22:31:53 UTC 2017
This is an automated email from the git hooks/post-receive script.
jcowgill pushed a commit to branch master
in repository dolphin-emu.
commit 2f9cd5df6b5a97d0f9a0886987b80d8b8feac009
Author: James Cowgill <jcowgill at debian.org>
Date: Wed Oct 25 21:15:56 2017 +0100
Use debhelper compat 10
---
debian/compat | 2 +-
debian/control | 2 +-
debian/rules | 6 +++---
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 50cc0c8..8150cda 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders:
Brandon Barnes <winterknight at email.com>,
James Cowgill <jcowgill at debian.org>
Build-Depends:
- debhelper (>= 9),
+ debhelper (>= 10),
cmake,
dpkg-dev (>= 1.17.17),
gettext,
diff --git a/debian/rules b/debian/rules
index b035550..43f69b2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,9 +11,6 @@ else
DISTRIBUTOR := debian.org
endif
-%:
- dh $@ --parallel -Bbuild
-
CMAKE_OPTIONS := \
-Dbindir=/usr/games \
-Ddatadir=/usr/share/games/dolphin-emu \
@@ -21,6 +18,9 @@ CMAKE_OPTIONS := \
-DUSE_SHARED_ENET=ON \
-DGTEST_DIR=/usr/src/gtest
+%:
+ dh $@ -Bbuild
+
override_dh_auto_configure:
dh_auto_configure -- $(CMAKE_OPTIONS)
--
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