[neon/extras/krita/Neon/release] debian: comments need to be first

Carlos De Maine null at kde.org
Fri Jul 5 07:45:56 BST 2024


Git commit fe78e7fa22c858839e4feb98a6ee441b7d967a78 by Carlos De Maine.
Committed on 05/07/2024 at 06:45.
Pushed by carlosdem into branch 'Neon/release'.

comments need to be first

M  +2    -2    debian/control
M  +6    -6    debian/rules

https://invent.kde.org/neon/extras/krita/-/commit/fe78e7fa22c858839e4feb98a6ee441b7d967a78

diff --git a/debian/control b/debian/control
index 32b07f4..80f9fd1 100644
--- a/debian/control
+++ b/debian/control
@@ -67,11 +67,11 @@ Build-Depends: cmake,
                libxsimd-dev,
                libzug-dev,
                pkg-config,
-               pkg-kde-tools (>= 0.15.16),
+               pkg-kde-tools,
                pyqt5-dev,
                pyqt5-dev-tools,
                python3-sip-dev,
-               qtbase5-dev (>= 5.6.0),
+               qtbase5-dev,
                qtdeclarative5-dev,
                qtmultimedia5-dev,
                vc-dev [!armhf !arm64],
diff --git a/debian/rules b/debian/rules
index 0b4fd34..c3caf57 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,12 +9,12 @@ export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
 	dh $@ --with kf5
 
 override_dh_auto_configure:
-	# NB: building with USE_QT_XCB for Qt 5.12. Qt 5.12's XCB changed substantially and
-	#   the embedded XCB extension is no longer working. As discussed with @boud
-	#   it's best to simply switch to Qt's default handling for now as it is
-	#   unclear if the embedded stuff is even still necessary (caused lockup
-	#   when used in tablet mode). In the future it should be reviewed if
-	#   this is still applicable.
+# NB: building with USE_QT_XCB for Qt 5.12. Qt 5.12's XCB changed substantially and
+#   the embedded XCB extension is no longer working. As discussed with @boud
+#   it's best to simply switch to Qt's default handling for now as it is
+#   unclear if the embedded stuff is even still necessary (caused lockup
+#   when used in tablet mode). In the future it should be reviewed if
+#   this is still applicable.
 	dh_auto_configure -- /
 		-DPACKAGERS_BUILD=ON /
 		-DUSE_QT_XCB=ON


More information about the Neon-commits mailing list