Compress SVGs with scour
This commit is contained in:
parent
76c3903586
commit
1915668464
2 changed files with 5 additions and 2 deletions
5
debian/control
vendored
5
debian/control
vendored
|
@ -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
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/obs-ffmpeg-mux\"
|
||||
|
||||
%:
|
||||
dh $@ --with python3
|
||||
dh $@ --with python3,scour
|
||||
|
||||
override_dh_auto_configure:
|
||||
dh_auto_configure -- \
|
||||
|
|
Loading…
Reference in a new issue