Bug#1112533: trixie-pu: package orca/48.1-1+deb13u1
Package: release.debian.org
Severity: normal
Tags: trixie
X-Debbugs-Cc: orca@packages.debian.org
Control: affects -1 + src:orca
User: release.debian.org@packages.debian.org
Usertags: pu
Hello,
I have uploaded orca/48.1-1+deb13u1 for integration in Trixie.
[ Reason ]
A couple runtime dependencies are needed for some orca features.
[ Impact ]
Without python3-setproctitle the process name may not be set to orca,
depending how it is started.
Without python3-psutil, orca does not have access to the battery and CPU
percent statuses.
[ Tests ]
Manual tests.
[ Risks ]
The change is trivial.
[ Checklist ]
[X] *all* changes are documented in the d/changelog
[X] I reviewed all changes and I approve them
[X] attach debdiff against the package in (old)stable
[X] the issue is verified as fixed in unstable
[ Changes ]
It just adds a couple dependencies.
diff -Nru orca-48.1/debian/changelog orca-48.1/debian/changelog
--- orca-48.1/debian/changelog 2025-05-02 17:54:28.000000000 +0200
+++ orca-48.1/debian/changelog 2025-08-23 23:00:42.000000000 +0200
@@ -1,3 +1,9 @@
+orca (48.1-1+deb13u1) trixie; urgency=medium
+
+ * control: Add python3-setproctitle and python3-psutil dependencies.
+
+ -- Samuel Thibault <sthibault@debian.org> Sat, 23 Aug 2025 23:00:42 +0200
+
orca (48.1-1) unstable; urgency=medium
* New upstream release
diff -Nru orca-48.1/debian/control orca-48.1/debian/control
--- orca-48.1/debian/control 2025-04-06 01:14:40.000000000 +0200
+++ orca-48.1/debian/control 2025-08-23 23:00:42.000000000 +0200
@@ -43,6 +43,8 @@
at-spi2-core (>= 2.50.0~),
python3-speechd,
python3-dbus,
+ python3-setproctitle,
+ python3-psutil,
speech-dispatcher,
gsettings-desktop-schemas,
xkbset,
diff -Nru orca-48.1/debian/salsa-ci.yml orca-48.1/debian/salsa-ci.yml
--- orca-48.1/debian/salsa-ci.yml 2025-04-06 01:15:48.000000000 +0200
+++ orca-48.1/debian/salsa-ci.yml 2025-08-23 23:00:42.000000000 +0200
@@ -7,6 +7,8 @@
allow_failure: false
variables:
+ SALSA_CI_DISABLE_VERSION_BUMP: 1
+ RELEASE: trixie
SALSA_CI_REPROTEST_ENABLE_DIFFOSCOPE: 1
# vim: ts=2 sw=2 et sts=2 ft=yaml
Reply to: