[neon/backports-jammy/signon-ui/Neon/release] debian: more rules refine

Carlos De Maine null at kde.org
Wed Oct 4 13:37:01 BST 2023


Git commit bcc9883b14fa85a4eef54810d87df8468af73d76 by Carlos De Maine.
Committed on 04/10/2023 at 14:36.
Pushed by carlosdem into branch 'Neon/release'.

more rules refine

M  +3    -7    debian/rules

https://invent.kde.org/neon/backports-jammy/signon-ui/-/commit/bcc9883b14fa85a4eef54810d87df8468af73d76

diff --git a/debian/rules b/debian/rules
index d2ed335..09c51d5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,13 +7,9 @@ export DPKG_GENSYMBOLS_CHECK_LEVEL=4
 
 LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH)
 
+%:
+	dh $@
+
 override_dh_auto_configure:
 	dh_auto_configure -- "LIBDIR=$(LIBDIR)" \
 		"LIBEXECDIR=$(LIBDIR)"
-
-override_dh_install:
-	rm -f debian/*/usr/bin/signon-ui-unittest
-	dh_missing --list-missing
-
-%:
-	dh $@


More information about the Neon-commits mailing list