From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-it0-f65.google.com ([209.85.214.65]:55830 "EHLO mail-it0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752442AbeBSJ4S (ORCPT ); Mon, 19 Feb 2018 04:56:18 -0500 Received: by mail-it0-f65.google.com with SMTP id b66so8474663itd.5 for ; Mon, 19 Feb 2018 01:56:17 -0800 (PST) MIME-Version: 1.0 From: Nathan Scott Date: Mon, 19 Feb 2018 20:56:16 +1100 Message-ID: Subject: Debian packaging updates Content-Type: text/plain; charset="UTF-8" Sender: linux-xfs-owner@vger.kernel.org List-ID: List-Id: xfs To: "Sandeen, Eric" , "Darrick J. Wong" Cc: xfs 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@.service.in | 1 + 13 files changed, 35 insertions(+), 16 deletions(-) commit e9a183018503fc1a08d6c84307089ae9cb67ac6c Author: Nathan Scott Date: Mon Feb 19 20:46:41 2018 +1100 Fix grammar and spelling in strings and man pages Signed-off-by: Nathan Scott commit b43b9d237b40905dcd8175d090c4c34413175d73 Author: Nathan Scott Date: Mon Feb 19 20:42:14 2018 +1100 Add xfs_scrub_fail systemd service file docs entry Signed-off-by: Nathan Scott commit 579435f65985bd93d1e42d7710432531ce9d17c8 Author: Nathan Scott Date: Mon Feb 19 20:40:50 2018 +1100 Update .gitignore list for generated scrub cron file Signed-off-by: Nathan Scott commit 02ccd5edb4437fdd0f2a6e64a7f0bfa3072fcbb5 Author: Nathan Scott 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 cheers. -- Nathan