Control: tags 1073760 + pending
Dear maintainer, I've prepared an NMU for glusterfs (versioned as 11.1-4.1) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. Regards.
diff -Nru glusterfs-11.1/debian/changelog glusterfs-11.1/debian/changelog --- glusterfs-11.1/debian/changelog 2024-01-10 14:53:16.000000000 +0100 +++ glusterfs-11.1/debian/changelog 2024-07-08 01:19:31.000000000 +0200 @@ -1,3 +1,10 @@ +glusterfs (11.1-4.1) unstable; urgency=medium + + * Non-maintainer upload. + * Install mount utils into /usr/sbin. (Closes: #1073760) + + -- Chris Hofstaedtler <z...@debian.org> Mon, 08 Jul 2024 01:19:31 +0200 + glusterfs (11.1-4) unstable; urgency=medium * Install gluster.bash bash completion from diff -Nru glusterfs-11.1/debian/glusterfs-client.install glusterfs-11.1/debian/glusterfs-client.install --- glusterfs-11.1/debian/glusterfs-client.install 2024-01-10 14:53:16.000000000 +0100 +++ glusterfs-11.1/debian/glusterfs-client.install 2024-07-08 01:19:31.000000000 +0200 @@ -1,4 +1,4 @@ -sbin/mount.glusterfs +usr/sbin/mount.glusterfs usr/sbin/glusterfs usr/bin/fusermount-glusterfs usr/bin/glusterfind diff -Nru glusterfs-11.1/debian/rules glusterfs-11.1/debian/rules --- glusterfs-11.1/debian/rules 2024-01-10 14:53:16.000000000 +0100 +++ glusterfs-11.1/debian/rules 2024-07-08 01:19:31.000000000 +0200 @@ -11,7 +11,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all DEB_CONFIGURE_EXTRA_FLAGS := \ - --disable-linux-io_uring --enable-firewalld --libexecdir=/usr/lib/$(DEB_HOST_MULTIARCH) + --disable-linux-io_uring --enable-firewalld --libexecdir=/usr/lib/$(DEB_HOST_MULTIARCH) --with-mountutildir=/usr/sbin # Disable tcmalloc due to problems with dlopen (LP: #1950777 #1951126 Debian: #999700 #999619) DEB_CONFIGURE_EXTRA_FLAGS += --without-tcmalloc