[neon/kde/signon-kwallet-extension/Neon/experimental] debian: kf6ify
Carlos De Maine
null at kde.org
Thu Dec 7 15:22:19 GMT 2023
Git commit ab4c61185e0c034e69f42e42c098ad31bd786d88 by Carlos De Maine.
Committed on 07/12/2023 at 16:22.
Pushed by carlosdem into branch 'Neon/experimental'.
kf6ify
D +0 -1 debian/compat
M +6 -8 debian/control
M +4 -17 debian/rules
https://invent.kde.org/neon/kde/signon-kwallet-extension/-/commit/ab4c61185e0c034e69f42e42c098ad31bd786d88
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index f599e28..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-10
diff --git a/debian/control b/debian/control
index 92bdb35..0db7917 100644
--- a/debian/control
+++ b/debian/control
@@ -3,15 +3,15 @@ Section: kde
Priority: extra
Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
Uploaders: Diane Trout <diane at debian.org>
-Build-Depends: cmake (>= 2.8.12~),
- debhelper (>= 9),
+Build-Depends: cmake,
+ debhelper-compat (= 13),
extra-cmake-modules (>= 1.0.0~),
- libkf5wallet-dev (>= 5.0~),
+ kf6-kwallet-dev,
pkg-config,
- pkg-kde-tools (>= 0.12),
- qtbase5-dev (>= 5.4),
+ pkg-kde-tools-neon,
+ qt6-base-dev,
signond-dev
-Standards-Version: 3.9.8
+Standards-Version: 4.6.2
Homepage: https://projects.kde.org/projects/kde/kdenetwork/signon-kwallet-extension
Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/applications/signon-kwallet-extension.git/
Vcs-Git: https://anonscm.debian.org/git/pkg-kde/applications/signon-kwallet-extension.git
@@ -19,7 +19,5 @@ Vcs-Git: https://anonscm.debian.org/git/pkg-kde/applications/signon-kwallet-exte
Package: signon-kwallet-extension
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
-Breaks: ${kde-l10n:all}
-Replaces: ${kde-l10n:all}
Description: KWallet extension for signond
Enables signon services to store credentials in KWallet.
diff --git a/debian/rules b/debian/rules
index ab7f6ec..49552b2 100644
--- a/debian/rules
+++ b/debian/rules
@@ -1,19 +1,6 @@
#!/usr/bin/make -f
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# # SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
-l10npkgs_firstversion_ok := 4:17.03.90-0~
-
-include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
-include /usr/share/pkg-kde-tools/qt-kde-team/2/l10n-packages.mk
-
-override_dh_auto_install:
- $(overridden_command) --destdir=debian/tmp
-
-override_dh_makeshlibs:
- $(overridden_command) -X' ?usr/lib/[^/]*/?signon/extensions/[^/]*.so'
-
-override_dh_strip:
- $(overridden_command) --dbgsym-migration='signon-kwallet-extension-dbg (<= 4:15.12.1-1~~)'
-
-override_dh_auto_test:
- # Disable auto tests at build time
- :
+%:
+ dh $@ --with kf6 --buildsystem kf6
More information about the Neon-commits
mailing list