summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cowgill <jcowgill@debian.org>2018-05-15 15:15:24 +0100
committerJames Cowgill <jcowgill@debian.org>2018-05-16 11:34:09 +0100
commitb39b8b044983951958e318ae99f671f02b8b3320 (patch)
tree085debef91b39fb69ae214cc65a9a22a5f064669
parent3ddfc3e64b19072c1068e81991553b9c23168dfb (diff)
Use debhelper compat 11
-rw-r--r--debian/compat2
-rw-r--r--debian/control2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/compat b/debian/compat
index f599e28..b4de394 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-10
+11
diff --git a/debian/control b/debian/control
index a5f6f20..752e870 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders:
James Cowgill <jcowgill@debian.org>
-Build-Depends: debhelper (>= 10),
+Build-Depends: debhelper (>= 11),
cmake (>= 2.8.9),
doxygen,
g++ (>= 4:7),