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

Carlos De Maine null at kde.org
Wed Sep 27 14:22:23 BST 2023


Git commit abd3fae69e29c25be10c27966d2dd178ce545cfe by Carlos De Maine.
Committed on 27/09/2023 at 15:21.
Pushed by carlosdem into branch 'Neon/unstable'.

Revert "kf6 rules file"

This reverts commit d4feb3f37aee8fafdcf3db3f072d6d314e4898fa.

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

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

diff --git a/debian/control b/debian/control
index f6e79ab..6c8f306 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: kaidan, ${misc:Depends}
+Depends: ${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 5782141..ad03be2 100644
--- a/debian/kaidan-data.install
+++ b/debian/kaidan-data.install
@@ -1,2 +1,2 @@
 usr/share/kaidan/
-usr/share/knotifications6/
+usr/share/knotifications5/
diff --git a/debian/rules b/debian/rules
index 3d69b0d..838dfcc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,10 @@
 #!/usr/bin/make -f
-# SPDX-License-Identifier: LGPL-2.0-or-later
-# SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
+
+export DEB_BUILD_MAINT_OPTIONS=optimize=-lto
 
 %:
-	dh $@ --with kf6 --buildsystem kf6
+	dh $@ --with kf5 --buildsystem kf5
+
+
+override_dh_auto_configure:
+	dh_auto_configure --  -DQUICK_COMPILER=OFF



More information about the Neon-commits mailing list