Your message dated Tue, 02 May 2023 20:47:26 +0000
with message-id <[email protected]>
and subject line unblock wbar
has caused the Debian Bug report #1035372,
regarding unblock: wbar/2.3.4-13
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1035372: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1035372
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
X-Debbugs-Cc: [email protected]
Please unblock package wbar
[ Reason ]
There is currently a dpkg unpack error when wbar is upgraded from
Bullseye to Bookworm while the old wbar-config package is still
installed. (#1035001) wbar-config has been removed from Debian.
The error is caused by an old glade file, once needed by wbar-config
but now installed into wbar itself. That was not intentional. Since
the file is not needed, I have simply removed it from the package.
[ Impact ]
There will be a dpkg unpack error when upgrading wbar from Bullseye to
Bookworm.
[ Tests ]
I have confirmed that the glade file has been removed from wbar.
[ Risks ]
None.
[ 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 testing
unblock wbar/2.3.4-13
diff -Nru wbar-2.3.4/debian/changelog wbar-2.3.4/debian/changelog
--- wbar-2.3.4/debian/changelog 2022-08-23 00:05:18.000000000 +0200
+++ wbar-2.3.4/debian/changelog 2023-04-27 15:44:41.000000000 +0200
@@ -1,3 +1,11 @@
+wbar (2.3.4-13) unstable; urgency=medium
+
+ * Do not install wbar.glade because it is not required and breaks wbar on
+ upgrade from Bullseye to Bookworm (leftover from the wbar-config removal).
+ Thanks to Helmut Grohne for the report. (Closes: #1035001)
+
+ -- Markus Koschany <[email protected]> Thu, 27 Apr 2023 15:44:41 +0200
+
wbar (2.3.4-12) unstable; urgency=medium
* Declare compliance with Debian Policy 4.6.1.
diff -Nru wbar-2.3.4/debian/rules wbar-2.3.4/debian/rules
--- wbar-2.3.4/debian/rules 2022-08-23 00:05:18.000000000 +0200
+++ wbar-2.3.4/debian/rules 2023-04-27 15:44:41.000000000 +0200
@@ -17,6 +17,7 @@
override_dh_install:
$(RM) -r debian/wbar/etc/bash_completion.d
$(RM) debian/wbar/etc/wbar.d/wbar.desktop
+ $(RM) -r debian/wbar/usr/share/wbar/glade/
dh_install
override_dh_missing:
--- End Message ---
--- Begin Message ---
Unblocked.
--- End Message ---