Package: xfsdump Version: 3.1.11-0.1 Tags: patch User: helm...@debian.org Usertags: dep17m2
We want to move aliased files from / to /usr to finalize the /usr-merge transition via DEP17. After moving, we get rid of negative effects of aliasing. xfsdump is involved, because it installs two utils to aliased locations. I am sending a patch, because xfsdump cannot be automatically converted using dh-sequence-movetousr. Note that this patch must not be uploaded to bookworm-backports or earlier as it would violate the file move moratorium there. Helmut
diff --minimal -Nru xfsdump-3.1.11/debian/changelog xfsdump-3.1.11/debian/changelog --- xfsdump-3.1.11/debian/changelog 2022-10-16 21:44:56.000000000 +0200 +++ xfsdump-3.1.11/debian/changelog 2024-02-13 14:12:03.000000000 +0100 @@ -1,3 +1,10 @@ +xfsdump (3.1.11-0.2) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Move aliased xfs tools to /usr (DEP17). (Closes: #-1) + + -- Helmut Grohne <hel...@subdivi.de> Tue, 13 Feb 2024 14:12:03 +0100 + xfsdump (3.1.11-0.1) unstable; urgency=medium * Non-maintainer upload diff --minimal -Nru xfsdump-3.1.11/debian/rules xfsdump-3.1.11/debian/rules --- xfsdump-3.1.11/debian/rules 2022-10-16 21:44:56.000000000 +0200 +++ xfsdump-3.1.11/debian/rules 2024-02-13 14:12:03.000000000 +0100 @@ -27,7 +27,7 @@ @echo "== dpkg-buildpackage: configure" 1>&2 $(checkdir) dh_autotools-dev_updateconfig - $(options) $(MAKE) include/config.h + $(options) $(MAKE) include/config.h LOCAL_CONFIGURE_OPTIONS='--exec-prefix=/nondefault --sbindir=/usr/sbin' touch .census clean: