[neon/extras/kdevelop/Neon/unstable] debian: modernise as we use debhelper-compat = 13 now

Carlos De Maine null at kde.org
Mon Oct 16 02:50:12 BST 2023


Git commit 1b23579b433527bbb770257393357787f85dc60b by Carlos De Maine.
Committed on 16/10/2023 at 03:50.
Pushed by carlosdem into branch 'Neon/unstable'.

modernise as we use debhelper-compat = 13 now

M  +0    -6    debian/rules

https://invent.kde.org/neon/extras/kdevelop/-/commit/1b23579b433527bbb770257393357787f85dc60b

diff --git a/debian/rules b/debian/rules
index d29cbb8..de47b7e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,9 +10,6 @@ override_dh_auto_clean:
 	rm -rf debian/man/out
 	-rmdir debian/man
 
-override_dh_install:
-	dh_install --list-missing
-
 override_dh_auto_build:
 	dh_auto_build --parallel
 	if ! test -d debian/man/out; then mkdir -p debian/man/out; fi
@@ -21,7 +18,4 @@ override_dh_auto_build:
 		> debian/man/out/`basename $$f .man`.`head -n1 $$f | awk '{print $$NF}'`; \
 	done
 
-override_dh_strip:
-	dh_strip --dbgsym-migration='kdevelop-dbg (<< 4:4.7.3-3~)'
-
 .PHONY: override_dh_auto_test


More information about the Neon-commits mailing list