From d8a56f12fbc9931f091bd94552c2ecf6751bd667 Mon Sep 17 00:00:00 2001 From: Sebastian Ramacher Date: Sat, 15 Apr 2017 21:17:42 +0200 Subject: [PATCH] Bump compat to 10 --- debian/compat | 2 +- debian/control | 4 ++-- debian/rules | 2 +- 3 files changed, 4 insertions(+), 4 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 ffe3eb9..e36f07e 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Uploaders: Sebastian Ramacher Build-Depends: cmake, - debhelper (>= 9), + debhelper (>= 10), libasound2-dev, libavcodec-dev, libavdevice-dev, @@ -19,7 +19,7 @@ Build-Depends: libfontconfig-dev, libfreetype6-dev, libgl1-mesa-dev | libgl-dev, - libjack-dev | libjack-jackd2-dev, + libjack-jackd2-dev, libjansson-dev (>= 2.5), libpulse-dev, libqt5x11extras5-dev, diff --git a/debian/rules b/debian/rules index a16dc23..9d7a38c 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed export DEB_CPPFLAGS_MAINT_APPEND=-DFFMPEG_MUX_FIXED=\"/usr/lib/$(DEB_HOST_MULTIARCH)/obs-plugins/obs-ffmpeg/ffmpeg-mux\" %: - dh $@ --parallel + dh $@ override_dh_auto_configure: dh_auto_configure -- \