summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-12-23 09:31:13 +0000
committerSean Whitton <spwhitton@spwhitton.name>2018-12-23 09:31:13 +0000
commit1dfd99f264b73dfba3be6306c1607700a3104236 (patch)
tree7fe88f88e5dec987c2fbd1299bcf29d9f742b657
parent41e85016c93b318e8d63226eef8c1435862322a9 (diff)
virtual-package-names-list: Add {default-,}dbus-session-bus
Wording: Sean Whitton <spwhitton@spwhitton.name> Seconded: Simon McVittie <smcv@debian.org> Seconded: gregor herrmann <gregoa@debian.org> Closes: #833401
-rw-r--r--debian/changelog5
-rw-r--r--policy/upgrading-checklist.rst5
-rw-r--r--virtual-package-names-list.yaml8
3 files changed, 18 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index e822b0f..3987f48 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,11 @@ debian-policy (4.2.2.0) UNRELEASED; urgency=medium
Seconded: Russ Allbery <rra@debian.org>
Seconded: gregor herrmann <gregoa@debian.org>
Closes: #850156
+ * virtual-package-names-list: Add dbus-session-bus and default-dbus-session-bus
+ Wording: Sean Whitton <spwhitton@spwhitton.name>
+ Seconded: Simon McVittie <smcv@debian.org>
+ Seconded: gregor herrmann <gregoa@debian.org>
+ Closes: #833401
* In a preexisting footnote, recommend passing -D to strip(1) when
stripping static libraries.
Thanks to Niels Thykier for the suggestion.
diff --git a/policy/upgrading-checklist.rst b/policy/upgrading-checklist.rst
index 905e695..58a1fa7 100644
--- a/policy/upgrading-checklist.rst
+++ b/policy/upgrading-checklist.rst
@@ -76,6 +76,11 @@ Unreleased.
``--remove-section=.comment --remove-section=.note``
(as dh_strip already does).
+virtual
+ New ``dbus-session-bus`` and ``default-dbus-session-bus`` virtual
+ packages for a package providing the D-Bus session bus, and for
+ Debian's preferred D-Bus implementation, respectively.
+
Version 4.2.1
-------------
diff --git a/virtual-package-names-list.yaml b/virtual-package-names-list.yaml
index ab2662e..afb76a3 100644
--- a/virtual-package-names-list.yaml
+++ b/virtual-package-names-list.yaml
@@ -106,6 +106,10 @@ virtualPackages:
description: anything that is capable of controlling an UPS
- name: cron-daemon
description: Any cron daemon that correctly follows policy requirements
+ - name: dbus-session-bus
+ 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
# Documentation
@@ -435,3 +439,7 @@ virtualPackages:
# virtual-mysql-server-core
# virtual-mysql-testsuite
# 08 Jan 2017 Added adventure
+#
+# Sean Whitton:
+# 23 Dec 2018 Added dbus-session-bus
+# Added default-dbus-session-bus