[neon/kf6/kf6-breeze-icons/Neon/release_jammy] debian: override dh_dwz for breaking the library

Jonathan Riddell null at kde.org
Mon May 27 09:48:28 BST 2024


Git commit 0aa9cac3db13156636b68a31319e3e0945fed0b4 by Jonathan Riddell.
Committed on 27/05/2024 at 08:48.
Pushed by jriddell into branch 'Neon/release_jammy'.

override dh_dwz for breaking the library

M  +11   -2    debian/rules

https://invent.kde.org/neon/kf6/kf6-breeze-icons/-/commit/0aa9cac3db13156636b68a31319e3e0945fed0b4

diff --git a/debian/rules b/debian/rules
index e605ba2..2daf29d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,5 +6,14 @@ export DH_VERBOSE = 1
 %:
 	dh $@ --with kf6 --buildsystem kf6 --no-parallel
 
-override_dh_link:
-	true
+override_dh_auto_install:
+	dh_auto_install --destdir=debian/tmp/
+
+override_dh_install:
+	dh_install --sourcedir=debian/kf6-breeze-icon-theme
+
+#	find $(CURDIR)/debian/kf6-breeze-icon-theme -type d -print0 |xargs -0 rmdir --ignore-fail-on-non-empty
+#	bash $(CURDIR)/debian/symlink_duplicates.sh $(CURDIR)/debian/kf6-breeze-icon-theme $(CURDIR)/debian/kf6-breeze-icon-theme/usr/share/icons
+
+override_dh_dwz:
+	dh_dwz -a -O--buildsystem=kf6 -O--no-parallel -XlibKF6BreezeIcons


More information about the Neon-commits mailing list