[neon/extras/ktorrent/Neon/unstable] debian: fix rules

Carlos De Maine null at kde.org
Tue Nov 28 22:43:25 GMT 2023


Git commit eced02c37c41ed3499edcd6a758c253128303ed2 by Carlos De Maine.
Committed on 28/11/2023 at 23:43.
Pushed by carlosdem into branch 'Neon/unstable'.

fix rules

M  +1    -4    debian/rules

https://invent.kde.org/neon/extras/ktorrent/-/commit/eced02c37c41ed3499edcd6a758c253128303ed2

diff --git a/debian/rules b/debian/rules
index 53ad51a3..d8c791b6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,3 @@
-override_dh_auto_configure:
-	dh_auto_configure -Skf5 -- -DWITH_SYSTEM_GEOIP:BOOL=ON \
-	                           -DBUILD_TESTING=OFF
 #!/usr/bin/make -f
 # SPDX-License-Identifier: LGPL-2.0-or-later
 # # SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
@@ -9,4 +6,4 @@ override_dh_auto_configure:
 	dh $@ --with kf6 --buildsystem kf6
 
 override_dh_auto_configure:
-	dh_auto_configure -- -DWITH_SYSTEM_GEOIP:BOOL=ON -DBUILD_TESTING=OFF
+	dh_auto_configure -- -DWITH_SYSTEM_GEOIP=ON -DBUILD_TESTING=OFF


More information about the Neon-commits mailing list