[neon/neon-packaging/distro-release-notifier/Neon/release_jammy] debian: pull in latest kubuntu changes
Carlos De Maine
null at kde.org
Thu Sep 12 16:01:11 BST 2024
Git commit d75b1f8bf69b73240802fb938547eef8c2bb16f5 by Carlos De Maine.
Committed on 12/09/2024 at 15:01.
Pushed by carlosdem into branch 'Neon/release_jammy'.
pull in latest kubuntu changes
D +0 -1 debian/compat
M +9 -6 debian/control
A +3 -0 debian/eol.json
https://invent.kde.org/neon/neon-packaging/distro-release-notifier/-/commit/d75b1f8bf69b73240802fb938547eef8c2bb16f5
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 5c43ef7..7122b2e 100644
--- a/debian/control
+++ b/debian/control
@@ -2,17 +2,18 @@ Source: distro-release-notifier
Section: kde
Priority: optional
Maintainer: Jonathan Riddell <jr at jriddell.org>
-Build-Depends: cmake (>= 2.8.12),
- debhelper (>= 9),
- extra-cmake-modules (>= 5.28.0~),
+Build-Depends: cmake,
+ debhelper-compat (= 13),
+ kf6-extra-cmake-modules,
libkf5coreaddons-dev,
+ libkf5dbusaddons-dev,
libkf5i18n-dev,
libkf5kio-dev,
libkf5networkmanagerqt-dev,
libkf5notifications-dev,
- pkg-kde-tools (>= 0.15.15ubuntu1~),
- qtbase5-dev (>= 5.5.0~)
-Standards-Version: 3.9.8
+ pkg-kde-tools,
+ qtbase5-dev,
+Standards-Version: 4.6.1
Homepage: https://cgit.kde.org/distro-release-notifier.git/
Vcs-Browser: https://packaging.neon.kde.org/neon-packaging/distro-release-notifier.git
Vcs-Git: git://anongit.neon.kde.org/neon-packaging/distro-release-notifier.git
@@ -20,7 +21,9 @@ Vcs-Git: git://anongit.neon.kde.org/neon-packaging/distro-release-notifier.git
Package: distro-release-notifier
Architecture: any
Depends: python3,
+ python3-update-manager,
qdbus-qt5,
+ update-notifier-common,
ubuntu-release-upgrader-qt,
${misc:Depends},
${shlibs:Depends}
diff --git a/debian/eol.json b/debian/eol.json
new file mode 100644
index 0000000..7975739
--- /dev/null
+++ b/debian/eol.json
@@ -0,0 +1,3 @@
+//{
+// "24.04": "2027-04-25"
+//}
\ No newline at end of file
More information about the Neon-commits
mailing list