Control: reopen -1

Am 23.06.26 um 16:01 schrieb Debian Bug Tracking System:

execute_before_dh_installdeb:
         if command -v dh_movetousr > /dev/null 2>&1; then \
         dh_movetousr; fi

So it'll be ok if dh_movetousr goes away, from the Ceph package perspective. I'm therefore closing this bug.

No, what this means is, that once dh_movetousr is removed, files that are installed to e.g. /lib are no longer moved to /usr/lib.


You e.g. have in debian/ceph-common.install

lib/udev/rules.d/50-rbd.rules

and in ceph-osd.install

debian/udev/* lib/udev/rules.d

and in debian/rules

install -D -m 644 udev/50-rbd.rules $(DESTDIR)/lib/udev/rules.d/50-rbd.rules

This all needs to be updated to use the paths in /usr/lib

(I haven't checked all of src:ceph, but these were some apparent spots where aliased paths were used).

Once dh_movetousr is dropped, your package would no longer be policy compliant and could not migrate to testing anymore.

I'm thus reopening the bug report.

Michael

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature

Reply via email to