[neon/extras/calligra/Neon/unstable] debian: Update rules

Carlos De Maine null at kde.org
Wed Aug 21 22:53:13 BST 2024


Git commit 64a192e702fdda6b079058c326577bf0d6a8f306 by Carlos De Maine.
Committed on 21/08/2024 at 21:53.
Pushed by carlosdem into branch 'Neon/unstable'.

Update rules

M  +2    -6    debian/rules

https://invent.kde.org/neon/extras/calligra/-/commit/64a192e702fdda6b079058c326577bf0d6a8f306

diff --git a/debian/rules b/debian/rules
index f6a54c9..bb4ce0f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,9 +2,6 @@
 # SPDX-License-Identifier: LGPL-2.0-or-later
 # # SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
 
-
-lib_pkgs := calligra-libs
-
 # Uncomment this to turn on verbose mode.
 export DH_VERBOSE=1
 
@@ -15,9 +12,8 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 %:
 	dh $@ --with kf6 --buildsystem kf6
 
-
-#override_dh_auto_configure:
-#	dh_auto_configure -- -DCMAKE_CXX_STANDARD=20
+override_dh_auto_configure:
+	dh_auto_configure -- -DCMAKE_CXX_STANDARD=20
 
 override_dh_auto_install:
 	dh_auto_install


More information about the Neon-commits mailing list