From: Simon McVittie Date: Sat, 8 Jan 2022 18:40:14 +0000 (+0000) Subject: d/rules: Rebuild CSS using sass X-Git-Tag: archive/raspbian/4.6.5+ds-1+rpi1~1^2~70 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=51169cd5e3f20c2819b018cdf5f97c2e62fa1c64;p=gtk4.git d/rules: Rebuild CSS using sass --- diff --git a/debian/rules b/debian/rules index 7e00678208..8f5560e472 100755 --- a/debian/rules +++ b/debian/rules @@ -160,6 +160,9 @@ override_dh_clean: debian/control touch debian/control.in rm -f $(call dh_subst_files,$(all_binaries)) rm -rf debian/build debian/install + # Rebuild the CSS from source. Note that gtk.css is hand-written, + # not generated, so don't delete that one. + rm -f gtk/theme/Default/Default-*.css dh_clean # Add dependencies to generate files from the debian/*.in ones