On Fri, Jan 15, 2021 at 02:40:39PM +1100, Nathan Scott wrote: > Heya, > > On Fri, Jan 15, 2021 at 5:39 AM Bastian Germann > <bastiangermann@xxxxxxxxxxx> wrote: > > > > Apply some minor changes to the xfsprogs debian packages, including > > missing copyright notices that are required by Debian Policy. > > > > Bastian Germann (6): > > debian: cryptographically verify upstream tarball > > debian: remove dependency on essential util-linux > > debian: remove "Priority: extra" > > debian: use Package-Type over its predecessor > > debian: add missing copyright info > > debian: new changelog entry > > Having reviewed each of these, please add for each: > > Signed-off-by: Nathan Scott <nathans@xxxxxxxxxx> Assuming that SOB also applies to the patch below, someone please add a commit message, and: Reviewed-by: Darrick J. Wong <djwong@xxxxxxxxxx> --D > > > Also, please add Bastion to the list of deb uploaders - thanks! > > diff --git a/debian/control b/debian/control > index 49ffd340..06b92400 100644 > --- a/debian/control > +++ b/debian/control > @@ -2,7 +2,7 @@ Source: xfsprogs > Section: admin > Priority: optional > Maintainer: XFS Development Team <linux-xfs@xxxxxxxxxxxxxxx> > -Uploaders: Nathan Scott <nathans@xxxxxxxxxx>, Anibal Monsalve Salazar > <anibal@xxxxxxxxxx> > +Uploaders: Nathan Scott <nathans@xxxxxxxxxx>, Anibal Monsalve Salazar > <anibal@xxxxxxxxxx>, Bastian Germann <bastiangermann@xxxxxxxxxxx> > Build-Depends: libinih-dev, uuid-dev, dh-autoreconf, debhelper (>= > 5), gettext, libtool, libedit-dev, libblkid-dev (>= 2.17), > linux-libc-dev, libdevmapper-dev, libattr1-dev, libicu-dev, dh-python, > pkg-config > Standards-Version: 4.0.0 > Homepage: https://xfs.wiki.kernel.org/ >