df9ba08d6cdb50bd66792db2b02a31e1fc8befef has also added
+# save block-extra loadable modules on upgrades
+# other module types for now (5.0) can't be loaded at runtime, only at startup
+ echo 'case $$1 in (upgrade|deconfigure) mkdir -p ${SAVEMODDIR}; cp -p
${libdir}/qemu/block-*.so ${SAVEMODDIR}/;; esac' \
+ >> debian/qemu-block-extra.prerm.debhelper
+ echo 'case $$1 in (purge|remove) rm -f ${SAVEMODDIR}/block-*.so;; esac'
\
+ >> debian/qemu-block-extra.postrm.debhelper
We still have:
25 AUTOGENERATED:= qemu-block-extra.prerm qemu-block-extra.postrm
qemu-system-gui.prerm qemu-system-gui.postrm
133 »···for f in ${AUTOGENERATED} ; do \
134 sed -e 's%@ARCH@%${DEB_HOST_MULTIARCH}%g' \
135 »··· -e 's%@PKGVERSION@%${PKGVERSION}%g' \
136 »···»···»···< debian/$$f.in > debian/$$f ; \
137 done
Those two conflict
Problem is in d210c63c576 which we just don't need anymore.
Yet this unintentionally dropped DEB_HOST_MULTIARCH but that is
recovered by ${libdir}
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1905377
Title:
postrm fails in hirsute as the path generation for modules is broken
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1905377/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs