Package: libblockdev
Version: 3.0.1-1

The Ubuntu/i386 hack in debian/rules wasn't updated for the soname change, the attached patch fixes the issue
diff -Nru libblockdev-3.0.1/debian/changelog libblockdev-3.0.1/debian/changelog
--- libblockdev-3.0.1/debian/changelog	2023-07-10 09:18:50.000000000 +0200
+++ libblockdev-3.0.1/debian/changelog	2023-07-11 13:27:53.000000000 +0200
@@ -1,3 +1,11 @@
+libblockdev (3.0.1-2) UNRELEASED; urgency=medium
+
+  * debian/rules:
+    - update the libblockdev-mpath binary package soname in the Ubuntu
+      i386 exclusion section 
+
+ -- Sebastien Bacher <seb...@ubuntu.com>  Tue, 11 Jul 2023 13:27:53 +0200
+
 libblockdev (3.0.1-1) unstable; urgency=medium
 
   * Team upload
diff -Nru libblockdev-3.0.1/debian/rules libblockdev-3.0.1/debian/rules
--- libblockdev-3.0.1/debian/rules	2023-07-10 09:18:50.000000000 +0200
+++ libblockdev-3.0.1/debian/rules	2023-07-11 13:27:53.000000000 +0200
@@ -5,7 +5,7 @@
 export DEB_PYTHON_INSTALL_LAYOUT = deb
 
 ifeq ($(shell dpkg-vendor --is Ubuntu && echo yes) $(DEB_HOST_ARCH), yes i386)
-   BUILD_PACKAGES += -Nlibblockdev-mpath-dev -Nlibblockdev-mpath2 -Nlibblockdev-plugins-all
+   BUILD_PACKAGES += -Nlibblockdev-mpath-dev -Nlibblockdev-mpath3 -Nlibblockdev-plugins-all
 endif
 
 

Reply via email to