[neon/neon-packaging/kdsoap/Neon/release-lts] debian: move catch all target to the top of the targets
Harald Sitter
null at kde.org
Mon Jul 5 11:01:36 BST 2021
Git commit 9eaa022a942967b4f148d3b6dc70ecd879d542e0 by Harald Sitter.
Committed on 05/07/2021 at 10:00.
Pushed by sitter into branch 'Neon/release-lts'.
move catch all target to the top of the targets
this is how it is in just about all rules
M +3 -3 debian/rules
https://invent.kde.org/neon/neon-packaging/kdsoap/commit/9eaa022a942967b4f148d3b6dc70ecd879d542e0
diff --git a/debian/rules b/debian/rules
index 5f38152..3363b8c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,6 +8,9 @@ export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
DEB_HOST_MULTIARCH?=$(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+%:
+ dh $@ --parallel --with quilt
+
override_dh_auto_clean:
rm -rf doc/latex doc/refman
rm -f doxygen.log kdsoap.log kdsoap.tag
@@ -22,6 +25,3 @@ override_dh_auto_build:
override_dh_install:
dh_install -plibkdsoap-doc -Xjquery.js
dh_install --remaining-packages
-
-%:
- dh $@ --parallel --with quilt
More information about the Neon-commits
mailing list