[neon/forks/kaidan/Neon/unstable] debian: kf6 rules file

Carlos De Maine null at kde.org
Wed Sep 27 13:31:44 BST 2023


Git commit d4feb3f37aee8fafdcf3db3f072d6d314e4898fa by Carlos De Maine.
Committed on 27/09/2023 at 14:31.
Pushed by carlosdem into branch 'Neon/unstable'.

kf6 rules file

M  +1    -1    debian/control
M  +1    -1    debian/kaidan-data.install
M  +3    -7    debian/rules

https://invent.kde.org/neon/forks/kaidan/-/commit/d4feb3f37aee8fafdcf3db3f072d6d314e4898fa

diff --git a/debian/control b/debian/control
index 6c8f306..f6e79ab 100644
--- a/debian/control
+++ b/debian/control
@@ -48,7 +48,7 @@ Description: A simple, user-friendly Jabber/XMPP client for every device
 
 Package: kaidan-data
 Architecture: all
-Depends: ${misc:Depends}
+Depends: kaidan, ${misc:Depends}
 Description: A simple, user-friendly Jabber/XMPP client for every device
  It has a modern user-interface made using Kirigami and QtQuick. The back-end
  is completely written in C++ using the XMPP client libraray gloox and Qt 6.
diff --git a/debian/kaidan-data.install b/debian/kaidan-data.install
index ad03be2..5782141 100644
--- a/debian/kaidan-data.install
+++ b/debian/kaidan-data.install
@@ -1,2 +1,2 @@
 usr/share/kaidan/
-usr/share/knotifications5/
+usr/share/knotifications6/
diff --git a/debian/rules b/debian/rules
index 838dfcc..3d69b0d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,6 @@
 #!/usr/bin/make -f
-
-export DEB_BUILD_MAINT_OPTIONS=optimize=-lto
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
 
 %:
-	dh $@ --with kf5 --buildsystem kf5
-
-
-override_dh_auto_configure:
-	dh_auto_configure --  -DQUICK_COMPILER=OFF
+	dh $@ --with kf6 --buildsystem kf6


More information about the Neon-commits mailing list