Control: tags 1059379 + pending
Dear maintainer, I've prepared an NMU for f2fs-tools (versioned as 1.16.0-1.1) and uploaded it to DELAYED/10. Please feel free to tell me if I should delay it longer. Regards.
diff -Nru f2fs-tools-1.16.0/debian/changelog f2fs-tools-1.16.0/debian/changelog --- f2fs-tools-1.16.0/debian/changelog 2023-07-17 06:03:45.000000000 +0200 +++ f2fs-tools-1.16.0/debian/changelog 2024-05-30 02:10:23.000000000 +0200 @@ -1,3 +1,10 @@ +f2fs-tools (1.16.0-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Install files into /usr instead of /. (Closes: #1059379) + + -- Chris Hofstaedtler <z...@debian.org> Thu, 30 May 2024 02:10:23 +0200 + f2fs-tools (1.16.0-1) unstable; urgency=medium [ Vincent Cheng ] diff -Nru f2fs-tools-1.16.0/debian/f2fs-tools.install f2fs-tools-1.16.0/debian/f2fs-tools.install --- f2fs-tools-1.16.0/debian/f2fs-tools.install 2023-07-17 06:02:17.000000000 +0200 +++ f2fs-tools-1.16.0/debian/f2fs-tools.install 2024-05-30 02:10:20.000000000 +0200 @@ -1,4 +1,4 @@ # All but sbin/sg_write_buffer -sbin/*f2fs* +usr/sbin/*f2fs* usr/share/man/man8/*.8 diff -Nru f2fs-tools-1.16.0/debian/f2fs-tools-udeb.install f2fs-tools-1.16.0/debian/f2fs-tools-udeb.install --- f2fs-tools-1.16.0/debian/f2fs-tools-udeb.install 2023-07-17 06:02:17.000000000 +0200 +++ f2fs-tools-1.16.0/debian/f2fs-tools-udeb.install 2024-05-30 02:10:20.000000000 +0200 @@ -1,2 +1,2 @@ # All but sbin/sg_write_buffer -sbin/*f2fs* +usr/sbin/*f2fs* diff -Nru f2fs-tools-1.16.0/debian/rules f2fs-tools-1.16.0/debian/rules --- f2fs-tools-1.16.0/debian/rules 2023-07-17 06:02:17.000000000 +0200 +++ f2fs-tools-1.16.0/debian/rules 2024-05-30 02:10:20.000000000 +0200 @@ -10,8 +10,8 @@ dh $@ override_dh_auto_configure: - dh_auto_configure -- --sbindir=/sbin --disable-shared \ - --with-root-libdir=/lib/$(DEB_HOST_MULTIARCH) + dh_auto_configure -- --sbindir=/usr/sbin --disable-shared \ + --with-root-libdir=/usr/lib/$(DEB_HOST_MULTIARCH) # dh_dwz when run on f2fs-tools-udeb ends up installing the # /usr/lib/debug/.dwz files into the udeb. I think that's a bug,