My standard way of reviewing a merge is to do the merge myself and see what comes up different. Here are my observations:
conf/initramfs.conf: the commented COMPRESSLEVEL setting should match the default, which for us is 1, not 3. debian/control: upstream has Recommends: ${busybox:Recommends}, zstd, but you only have Recommends: zstd. Why? debian/rules: you caught that there were build-time tests added by us that should be retained even though upstream dropped their override; good (I missed this). hook-functions: upstream landed the change to exclude modems from the net usb drivers, but we had cdc-phonet.ko in our list but Debian does not. I do not know why Debian did not include it; I think we should include it in the merge and forward to Debian for consideration. + elif [ -n "${DEVICE}" ] || [ -n "${DEVICE6}" ]; then FWIW I would write this as elif [ -n "$DEVICE$DEVICE6" ]; then Otherwise, this looks good to me. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1988418 Title: Please merge initramfs-tools 0.142 from Debian unstable. Status in initramfs-tools package in Ubuntu: Confirmed Bug description: Please merge initramfs-tools 0.142 from Debian unstable. Updated changelog and diff against Debian unstable to be attached below. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1988418/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp