Hi Eric, Darrick, all, Some Debian packaging updates for xfsprogs, hopefully in time for 4.15.0 still. Enjoy! Changes committed to https://github.com/natoscott/xfsprogs master Nathan Scott (4): Several updates to use more modern Debian packaging Update .gitignore list for generated scrub cron file Add xfs_scrub_fail systemd service file docs entry Fix grammar and spelling in strings and man pages .gitignore | 1 + Makefile | 4 +++- debian/changelog | 10 ++++++++++ debian/compat | 2 +- debian/control | 2 +- debian/rules | 8 ++++++-- debian/source/format | 1 + io/mmap.c | 2 +- io/prealloc.c | 2 +- man/man8/xfs_io.8 | 2 +- man/man8/xfs_quota.8 | 4 ++-- mkfs/xfs_mkfs.c | 12 ++++++------ scrub/xfs_scrub_fail@xxxxxxxxxxx | 1 + 13 files changed, 35 insertions(+), 16 deletions(-) commit e9a183018503fc1a08d6c84307089ae9cb67ac6c Author: Nathan Scott <nathans@xxxxxxxxxx> Date: Mon Feb 19 20:46:41 2018 +1100 Fix grammar and spelling in strings and man pages Signed-off-by: Nathan Scott <nathans@xxxxxxxxxx> commit b43b9d237b40905dcd8175d090c4c34413175d73 Author: Nathan Scott <nathans@xxxxxxxxxx> Date: Mon Feb 19 20:42:14 2018 +1100 Add xfs_scrub_fail systemd service file docs entry Signed-off-by: Nathan Scott <nathans@xxxxxxxxxx> commit 579435f65985bd93d1e42d7710432531ce9d17c8 Author: Nathan Scott <nathans@xxxxxxxxxx> Date: Mon Feb 19 20:40:50 2018 +1100 Update .gitignore list for generated scrub cron file Signed-off-by: Nathan Scott <nathans@xxxxxxxxxx> commit 02ccd5edb4437fdd0f2a6e64a7f0bfa3072fcbb5 Author: Nathan Scott <nathans@xxxxxxxxxx> Date: Mon Feb 19 20:39:51 2018 +1100 Several updates to use more modern Debian packaging Switch to Debian packaging features available in more recent years to resolve some long-standing issues. In particular, using the quilt format gives non-native package builds finally, while keeping the ability for developers to do upstream deb builds. Also split the binary-arch and binary-indep debian/rules targets as is now mandated, and update to latest standard version. Mark a bunch of long-resolved bugs as fixed in the deb changelog so they are automatically closed by the next update. Signed-off-by: Nathan Scott <nathans@xxxxxxxxxx> cheers. -- Nathan -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html