From 139fafae85b6d860af160ddb6837b821e42d3ad5 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 15 Feb 2019 15:49:39 -0700 Subject: virtual-package-names-list: Add logind, default-logind Wording: Adam Borowski Seconded: Jonathan Nieder Seconded: Holger Levsen Closes: #917431 --- debian/changelog | 7 ++++++- policy/upgrading-checklist.rst | 8 ++++++++ virtual-package-names-list.yaml | 6 ++++++ 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f9df6a1..f760109 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,10 @@ -debian-policy (4.3.0.3) UNRELEASED; urgency=medium +debian-policy (4.3.1.0) UNRELEASED; urgency=medium + * virtual-package-names-list: Add logind, default-logind + Wording: Adam Borowski + Seconded: Jonathan Nieder + Seconded: Holger Levsen + Closes: #917431 * Add link to jenkins.debian.net build of Policy (Closes: #921963). Thanks, Holger Levsen. * Add text to header of the virtual packages list describing the diff --git a/policy/upgrading-checklist.rst b/policy/upgrading-checklist.rst index 679a187..c9d2820 100644 --- a/policy/upgrading-checklist.rst +++ b/policy/upgrading-checklist.rst @@ -39,6 +39,14 @@ The sections in this checklist match the values for the except in the two anomalous historical cases where normative requirements were changed in a minor patch release. +Unreleased +---------- + +virtual + New ``logind`` and ``default-logind`` virtual packages for a package + providing logind API (via D-Bus and sd-login(3)), and for Debian's + preferred implementation, respectively. + Version 4.3.0 ------------- diff --git a/virtual-package-names-list.yaml b/virtual-package-names-list.yaml index 2d43091..2a9857a 100644 --- a/virtual-package-names-list.yaml +++ b/virtual-package-names-list.yaml @@ -118,6 +118,10 @@ virtualPackages: description: provides the D-Bus well-known session bus for most or all user login sessions - name: default-dbus-session-bus description: Debian's preferred implementation of dbus-session-bus, possibly architecture-specific + - name: logind + description: an org.freedesktop.login1 D-Bus API implementation (versioned) + - name: default-logind + description: Debian's preferred implementation of logind, possibly architecture-specific (versioned) # Documentation @@ -451,3 +455,5 @@ virtualPackages: # Sean Whitton: # 23 Dec 2018 Added dbus-session-bus # Added default-dbus-session-bus +# 15 Feb 2019 Added logind +# Added default-logind -- cgit v1.2.3