[neon/neon-packaging/kdsoap/Neon/release-lts] debian: drop the unused test stuff

Harald Sitter null at kde.org
Mon Jul 5 11:01:36 BST 2021


Git commit cab48c27291eff0aa51bed72e730e7711c4f4344 by Harald Sitter.
Committed on 05/07/2021 at 10:00.
Pushed by sitter into branch 'Neon/release-lts'.

drop the unused test stuff

it's not used anyway.

I'm leaving the configure override around since we'll need it for
kdsoap2 eventually.

M  +1    -4    debian/rules

https://invent.kde.org/neon/neon-packaging/kdsoap/commit/cab48c27291eff0aa51bed72e730e7711c4f4344

diff --git a/debian/rules b/debian/rules
index 658320f..fdfdc51 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,15 +13,12 @@ override_dh_auto_clean:
 	rm -f doxygen.log kdsoap.log kdsoap.tag
 
 override_dh_auto_configure:
-	dh_auto_configure -- #-DKDSoap_TESTS=ON
+	dh_auto_configure
 
 override_dh_auto_build:
 	doxygen Doxyfile
 	dh_auto_build
 
-#override_dh_auto_test:
-#	dh_auto_test --parallel -B$(BUILDDIR)-shared
-
 override_dh_install:
 	dh_install -plibkdsoap-doc -Xjquery.js
 	dh_install --remaining-packages



More information about the Neon-commits mailing list