Compress SVGs with scour

This commit is contained in:
Sebastian Ramacher 2019-11-18 20:41:45 +01:00
parent 76c3903586
commit 1915668464
2 changed files with 5 additions and 2 deletions

5
debian/control vendored
View file

@ -9,6 +9,8 @@ Build-Depends:
cmake,
debhelper-compat (= 12),
dh-sequence-python3,
dh-sequence-scour,
gir1.2-rsvg-2.0,
libasound2-dev,
libavcodec-dev,
libavdevice-dev,
@ -40,8 +42,9 @@ Build-Depends:
libxcb-xinput-dev,
libxcomposite-dev,
libxinerama-dev,
python3-docutils (>= 0.6),
python3-dev,
python3-docutils (>= 0.6),
python3-gi-cairo,
qtbase5-dev,
swig
Standards-Version: 4.4.1

2
debian/rules vendored
View file

@ -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/obs-ffmpeg-mux\"
%:
dh $@ --with python3
dh $@ --with python3,scour
override_dh_auto_configure:
dh_auto_configure -- \