projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb4d5c3
)
d/rules: Rebuild CSS using sass
author
Simon McVittie
<smcv@debian.org>
Sat, 8 Jan 2022 18:40:14 +0000
(18:40 +0000)
committer
Simon McVittie
<smcv@debian.org>
Sat, 8 Jan 2022 18:40:14 +0000
(18:40 +0000)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 7e006782085705f938b68370e2fe106742b3fbc9..8f5560e47275d612fe798dd70f79b4b564ea5974 100755
(executable)
--- 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