[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1035372: unblock: wbar/2.3.4-13



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
X-Debbugs-Cc: apo@debian.org

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 <apo@debian.org>  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:

Reply to: