summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cowgill <james410@cowgill.org.uk>2016-12-30 18:59:38 +0000
committerJames Cowgill <james410@cowgill.org.uk>2016-12-30 19:03:41 +0000
commitc2d8a4893c1b4654aa20bf81fae6f455f5bdb52c (patch)
treeb8bb1e1f918d1440fef7992b5ba60ac791935237
parenta5ae4901142eb30c699419261ef95970bd876110 (diff)
Use debhelper compat 10
-rw-r--r--debian/compat2
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules2
3 files changed, 3 insertions, 3 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 c53932d..4d87f39 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders:
Christoph Egger <christoph@debian.org>,
James Cowgill <jcowgill@debian.org>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10),
cmake (>= 2.8.9),
doxygen,
g++ (>= 6),
diff --git a/debian/rules b/debian/rules
index 55758fd..8f93cf3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
%:
- dh $@ --parallel
+ dh $@
override_dh_auto_configure:
dh_auto_configure -- -DLIB_SUFFIX=/$(DEB_HOST_MULTIARCH) -DSFML_BUILD_DOC=ON -DSFML_INSTALL_PKGCONFIG_FILES=ON