[neon/qt6/qt6-webengine/Neon/unstable] debian: make it global
Carlos De Maine
null at kde.org
Wed Sep 6 05:00:29 BST 2023
Git commit 343d9754243bcba32ee83a0aa74c864e2e49b630 by Carlos De Maine.
Committed on 06/09/2023 at 06:00.
Pushed by carlosdem into branch 'Neon/unstable'.
make it global
M +8 -9 debian/rules
https://invent.kde.org/neon/qt6/qt6-webengine/-/commit/343d9754243bcba32ee83a0aa74c864e2e49b630
diff --git a/debian/rules b/debian/rules
index 92e948c..8920f37 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,17 +34,8 @@ endif
touch_files = src/3rdparty/chromium/third_party/devtools-frontend/src/front_end/third_party/lighthouse/lighthouse-dt-bundle.js \
src/3rdparty/chromium/third_party/devtools-frontend/src/front_end/third_party/lighthouse/report-assets/report-generator.js
-override_dh_auto_clean:
- dh_auto_clean
-
- rm -f $(CURDIR)/src/3rdparty/chromium/third_party/jstemplate/jstemplate_compiled.js
- for fname in $(touch_files); do \
- rm -f $(CURDIR)/$${fname}; \
- done
-
# this oneshell bash snippet init's nvm and installs the required node deps with npm. Makefile's sh doesn't
# know bashism's and executes each line in a new shell thus losing all the env variables
-
.ONESHELL:
nvm_init_please:
@nvm_init_please=defined
@@ -56,6 +47,14 @@ nvm_init_please:
.PHONY: nvm_init_please
+override_dh_auto_clean:
+ dh_auto_clean
+
+ rm -f $(CURDIR)/src/3rdparty/chromium/third_party/jstemplate/jstemplate_compiled.js
+ for fname in $(touch_files); do \
+ rm -f $(CURDIR)/$${fname}; \
+ done
+
# Turn on system FFmpeg libraries for 6.3
override_dh_auto_configure:
dh_auto_configure -- \
More information about the Neon-commits
mailing list