From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from userp2120.oracle.com ([156.151.31.85]:59810 "EHLO userp2120.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752330AbeBTQpI (ORCPT ); Tue, 20 Feb 2018 11:45:08 -0500 Date: Tue, 20 Feb 2018 08:45:04 -0800 From: "Darrick J. Wong" Subject: Re: Debian packaging updates Message-ID: <20180220164504.GD27629@magnolia> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-xfs-owner@vger.kernel.org List-ID: List-Id: xfs To: Nathan Scott Cc: "Sandeen, Eric" , xfs On Mon, Feb 19, 2018 at 08:56:16PM +1100, Nathan Scott wrote: > 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 > The first three look ok, Reviewed-by: Darrick J. Wong (I decline to review this last one due to my debian-packaging fu being zero, but if it debuilds I have no objections.) > 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 --D > > > cheers. > > -- > Nathan > -- > To unsubscribe from this list: send the line "unsubscribe linux-xfs" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html