Hi all, This series rolls up a few packaging improvements for Debian. First we apply some cleanups to debian/rules; then bump the compat level from 9 to 11 because 9 is quite old now; and finally use debian's multiarch rules to put libhandle in the correct place on the filesystem. If you're going to start using this mess, you probably ought to just pull from my git trees, which are linked below. This is an extraordinary way to destroy everything. Enjoy! Comments and questions are, as always, welcome. --D xfsprogs git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfsprogs-dev.git/log/?h=debian-packaging --- configure.ac | 11 +++++++++++ debian/compat | 2 +- debian/rules | 18 +++++++++++++----- include/builddefs.in | 1 + m4/multilib.m4 | 12 ++++++++++++ scrub/Makefile | 11 ++++++----- 6 files changed, 44 insertions(+), 11 deletions(-)