From a1cce1410a58b581c59729e19787d9052da97c15 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Tue, 27 May 2025 15:53:06 -0600 Subject: [PATCH] go back to just delivering fontawesome.min.css in this package --- Makefile | 2 ++ debian/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 435bf46..a351a88 100644 --- a/Makefile +++ b/Makefile @@ -5,8 +5,10 @@ SUBDIRS := devicetree SUBDIRS-clean := $(addsuffix -clean,$(SUBDIRS)) all: $(SUBDIRS) + cp /usr/share/nodejs/@fortawesome/fontawesome-free/css/fontawesome.min.css ui/ clean: $(SUBDIRS-clean) + rm -f ui/fontawesome.min.css $(SUBDIRS): $(MAKE) -C $@ diff --git a/debian/control b/debian/control index b9d66b1..2f8071d 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,7 @@ Rules-Requires-Root: no Build-Depends: debhelper-compat (= 13), device-tree-compiler, + node-fortawesome-fontawesome-free, python3, dh-python, Standards-Version: 4.7.0 @@ -20,7 +21,6 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, libjs-jquery, - node-fortawesome-fontawesome-free, python3-cherrypy3, python3-libgpiod, python3-libiio, -- 2.47.2