[neon/3rdparty/sddm/Neon/release] debian: fix changelog format issues
Carlos De Maine
null at kde.org
Mon Jan 13 21:50:17 GMT 2025
Git commit 82aa1e7893bc2b04dd72da9e58a25d3fa606f2e1 by Carlos De Maine.
Committed on 13/01/2025 at 21:50.
Pushed by carlosdem into branch 'Neon/release'.
fix changelog format issues
M +124 -9 debian/changelog
https://invent.kde.org/neon/3rdparty/sddm/-/commit/82aa1e7893bc2b04dd72da9e58a25d3fa606f2e1
diff --git a/debian/changelog b/debian/changelog
index 45beb4a..eeb52b1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,117 @@
-sddm (0.21.0-0neon) jammy; urgency=medium
+sddm (0.21.0-6) unstable; urgency=medium
+ * Team upload.
+ * Update the recommended virtual keyboard plugin to qt6-virtualkeyboard-plugin
+
+ -- Salvo 'LtWorf' Tomaselli <ltworf at debian.org> Sat, 14 Dec 2024 23:08:50 +0100
+
+sddm (0.21.0-5) unstable; urgency=medium
+
+ [ Aurélien COUDERC ]
+ * Release to unstable.
+ -- Aurélien COUDERC <coucouf at debian.org> Sun, 24 Nov 2024 23:10:36 +0100
+
+sddm (0.21.0-4) experimental; urgency=medium
+
+ * Team upload.
+ * Drop obsolete reference to example sddm.conf in README.Debian because
+ upstream no longer provides a pregenerated example configuration (Closes:
+ #911961, #1081684).
+ * Add login.defs to Build-Depends because "login" is not part of
+ build-essential in trixie, and because login might drop its login.defs
+ dependency in forky. Thanks to Santiago Vila and Chris Hofstaedtler
+ (Closes: #1078320).
+
+ -- Nicholas D Steeves <sten at debian.org> Sun, 20 Oct 2024 20:48:44 -0400
+
+sddm (0.21.0-3) experimental; urgency=medium
+
+ [ Patrick Franz ]
+ * Team upload.
+ * Move qtvirtualkeyboard-plugin from Suggests to Recommends for easier
+ login on tablets.
+ * Add missing QML dependencies.
+
+ -- Patrick Franz <deltaone at debian.org> Thu, 05 Sep 2024 18:24:07 +0200
+
+sddm (0.21.0-2) experimental; urgency=medium
+
+ [ Aurélien COUDERC ]
+ * Build against Qt6.
+
+ -- Aurélien COUDERC <coucouf at debian.org> Fri, 12 Jul 2024 01:00:55 +0200
+
+sddm (0.21.0-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Build-Depend on login so cmake can find and see the /etc/login.defs file.
+ Just specifying it with -DLOGIN_DEFS_PATH is not enough. (Closes: #1078320)
+
+ -- Chris Hofstaedtler <zeha at debian.org> Sun, 20 Oct 2024 19:52:26 +0200
+
+sddm (0.21.0-1) unstable; urgency=medium
+
+ * Team upload.
+ [ Pino Toscano ]
+ * New upstream release:
+ - the D-Bus policy file is installed in /usr now (Closes: #1041237)
+ * Update install files.
+ * Remove the old /etc/dbus-1/system.d/sddm_org.freedesktop.DisplayManager.conf
+ conffile.
+ * Disable fixfilepath reproducibility feature, as it triggers build failures
+ when enabled.
+ * Switch the transitional pkg-config build dependency to pkgconf.
+ * Switch the systemd build dependency to systemd-dev (Closes: #1060590);
+ note that the libsystemd-dev build dependency is kept, as sddm uses
+ libsystemd.
+ * Bump Standards-Version to 4.7.0, no change required.
+ * Drop the libupower-glib-dev build dependency, no more used.
+ [ Atila KOÇ ]
+ * Turkish debconf translation update. (Closes: #1032309)
+
+ -- Pino Toscano <pino at debian.org> Sun, 12 May 2024 12:05:56 +0200
+
+sddm (0.20.0-2) unstable; urgency=medium
+
+ * Team upload.
+ [ Pino Toscano ]
+ * Add the xkb-data dependency, needed for the X11 xkb rules.
+ * Remove an obsolete maintscript entry.
+ [ Patrick Franz ]
+ * Fix FTBFS: Also ignore /usr-moved upstream systemd unit, thx to
+ Helmut Grohne (Closes: #1057338).
+
+ -- Patrick Franz <deltaone at debian.org> Mon, 04 Dec 2023 22:08:35 +0100
+
+sddm (0.20.0-1) unstable; urgency=medium
+
+ [ Aurélien COUDERC ]
+ * New upstream release (0.20.0).
+ * Update build-deps and deps with the info from cmake.
+ * Bump Standards-Version to 4.6.2, no change required.
+ * Refresh patches.
+ * Drop patch 03_vt7-minimum-vt.diff and switch back to upstream default of
+ spawning greeter on VT1.
+ * Drop patches applied upstream.
+ * Refresh the list of installed files.
+
+ -- Aurélien COUDERC <coucouf at debian.org> Sat, 24 Jun 2023 08:38:52 +0200
+
+sddm (0.19.0-5) unstable; urgency=medium
+
+ * Drop haveged from recommends, it used to be necessary to gather enough
+ entropy to avoid freezes during boot but this hasn’t been the case anymore
+ for many kernel releases.
+
+ -- Aurélien COUDERC <coucouf at debian.org> Mon, 20 Feb 2023 22:51:20 +0100
+
+sddm (0.19.0-4) unstable; urgency=medium
+
+ * Team upload.
[ Norbert Preining ]
* Recommend sddm-theme-debian-breeze instead of maui (Closes: #949340).
The alternatives system gives this theme the highest priority, so install
it by default.
-
[ Pino Toscano ]
* Remove inactive Uploaders.
* Backport upstream commit e93bf95c54ad8c2a1604f8d7be05339164b19308 to fix
@@ -12,11 +119,18 @@ sddm (0.21.0-0neon) jammy; urgency=medium
upstream_Fix-compilation-once-QTBUG-88431-gets-fixed.patch.
(Closes: #1013550)
* Update lintian overrides.
-
- [ Carlos De Maine ]
- * New release
-
- -- Carlos De Maine <carlosdemaine at gmail.com> Mon, 26 Feb 2024 20:32:04 +1000
+ * Use /usr/share/dpkg/architecture.mk instead of querying the $DEB_HOST_*
+ variables manually.
+ * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
+ Repository-Browse.
+ * Update standards version to 4.6.1, no changes needed.
+ * Remove the upstream sddm.service in execute_after_dh_auto_install, rather
+ than execute_before_dh_install; same effect, mostly a better place
+ logically.
+ * Use execute_after_dh_fixperms-arch, and execute_after_dh_installpam to avoid
+ invoking dh_fixperms, and dh_installpam manually.
+
+ -- Pino Toscano <pino at debian.org> Sun, 09 Oct 2022 10:30:14 +0200
sddm (0.19.0-3) unstable; urgency=medium
@@ -68,7 +182,8 @@ sddm (0.19.0-1) unstable; urgency=medium
sddm (0.19.0-0neon) focal; urgency=medium
* New release
-build-depends-on-essential-package-without-using-version
+ - build-depends-on-essential-package-without-using-version
+
-- Harald Sitter <sitter at kde.org> Wed, 03 Mar 2021 10:51:03 +0100
sddm (0.18.1-2neon) focal; urgency=medium
@@ -85,7 +200,7 @@ sddm (0.18.1-1) unstable; urgency=medium
* Add missing license paragraph
* Add wayland-session as a conffile
* Avoid sourcing /etc/profile with fish.
- Thanks to Alf Gaida for the report (Closes: 904698)
+ - Thanks to Alf Gaida for the report (Closes: 904698)
[ Pino Toscano ]
* New upstream release.
More information about the Neon-commits
mailing list