[neon/backports-noble/gfxboot-theme-ubuntu-noble/Neon/unstable] debian: override_dh_*:
Carlos De Maine
null at kde.org
Tue Aug 27 06:46:50 BST 2024
Git commit 9d8924ff03d5dac35d61e9e135a482de0b5daf99 by Carlos De Maine.
Committed on 27/08/2024 at 05:46.
Pushed by carlosdem into branch 'Neon/unstable'.
override_dh_*:
M +5 -2 debian/rules
https://invent.kde.org/neon/backports-noble/gfxboot-theme-ubuntu-noble/-/commit/9d8924ff03d5dac35d61e9e135a482de0b5daf99
diff --git a/debian/rules b/debian/rules
index a2c28df..becf094 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,5 +4,8 @@ export DH_VERBOSE = 1
%:
dh $@
-override_dh_make:
- make all
+override_dh_auto_configure:
+ install -d /tmp/gfxboot-theme-ubuntu-noble/debian/.debhelper/generated/_source/home
+
+override_dh_auto_build:
+ make -j4 "INSTALL=install --strip-program=true"
More information about the Neon-commits
mailing list