Bump compat to 10
This commit is contained in:
parent
322c40a57d
commit
d8a56f12fb
3 changed files with 4 additions and 4 deletions
2
debian/compat
vendored
2
debian/compat
vendored
|
@ -1 +1 @@
|
||||||
9
|
10
|
||||||
|
|
4
debian/control
vendored
4
debian/control
vendored
|
@ -7,7 +7,7 @@ Uploaders:
|
||||||
Sebastian Ramacher <sramacher@debian.org>
|
Sebastian Ramacher <sramacher@debian.org>
|
||||||
Build-Depends:
|
Build-Depends:
|
||||||
cmake,
|
cmake,
|
||||||
debhelper (>= 9),
|
debhelper (>= 10),
|
||||||
libasound2-dev,
|
libasound2-dev,
|
||||||
libavcodec-dev,
|
libavcodec-dev,
|
||||||
libavdevice-dev,
|
libavdevice-dev,
|
||||||
|
@ -19,7 +19,7 @@ Build-Depends:
|
||||||
libfontconfig-dev,
|
libfontconfig-dev,
|
||||||
libfreetype6-dev,
|
libfreetype6-dev,
|
||||||
libgl1-mesa-dev | libgl-dev,
|
libgl1-mesa-dev | libgl-dev,
|
||||||
libjack-dev | libjack-jackd2-dev,
|
libjack-jackd2-dev,
|
||||||
libjansson-dev (>= 2.5),
|
libjansson-dev (>= 2.5),
|
||||||
libpulse-dev,
|
libpulse-dev,
|
||||||
libqt5x11extras5-dev,
|
libqt5x11extras5-dev,
|
||||||
|
|
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -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\"
|
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:
|
override_dh_auto_configure:
|
||||||
dh_auto_configure -- \
|
dh_auto_configure -- \
|
||||||
|
|
Loading…
Reference in a new issue