All of lore.kernel.org
 help / color / mirror / Atom feed
* Debian packaging updates
@ 2018-02-19  9:56 Nathan Scott
  2018-02-19 22:53 ` Eric Sandeen
  2018-02-20 16:45 ` Darrick J. Wong
  0 siblings, 2 replies; 3+ messages in thread
From: Nathan Scott @ 2018-02-19  9:56 UTC (permalink / raw)
  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 <nathans@debian.org>
Date:   Mon Feb 19 20:46:41 2018 +1100

    Fix grammar and spelling in strings and man pages

    Signed-off-by: Nathan Scott <nathans@debian.org>

commit b43b9d237b40905dcd8175d090c4c34413175d73
Author: Nathan Scott <nathans@debian.org>
Date:   Mon Feb 19 20:42:14 2018 +1100

    Add xfs_scrub_fail systemd service file docs entry

    Signed-off-by: Nathan Scott <nathans@debian.org>

commit 579435f65985bd93d1e42d7710432531ce9d17c8
Author: Nathan Scott <nathans@debian.org>
Date:   Mon Feb 19 20:40:50 2018 +1100

    Update .gitignore list for generated scrub cron file

    Signed-off-by: Nathan Scott <nathans@debian.org>

commit 02ccd5edb4437fdd0f2a6e64a7f0bfa3072fcbb5
Author: Nathan Scott <nathans@debian.org>
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@debian.org>


cheers.

--
Nathan

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Debian packaging updates
  2018-02-19  9:56 Debian packaging updates Nathan Scott
@ 2018-02-19 22:53 ` Eric Sandeen
  2018-02-20 16:45 ` Darrick J. Wong
  1 sibling, 0 replies; 3+ messages in thread
From: Eric Sandeen @ 2018-02-19 22:53 UTC (permalink / raw)
  To: Nathan Scott, Sandeen, Eric, Darrick J. Wong; +Cc: xfs



On 2/19/18 3:56 AM, Nathan Scott wrote:
> Hi Eric, Darrick, all,
> 
> Some Debian packaging updates for xfsprogs, hopefully in time for
> 4.15.0 still.  Enjoy!

Plenty of time :)

Can you fix up the other error in this line as well?

-_("Lazy superblock counted always enabled for CRC enabled filesytems\n"));
+_("Lazy superblock counted always enabled for CRC enabled filesystems\n"));
                          ^

Looks fine to me otherwise, insofar as I understand debian packaging
(which is to say, not at all) ;)

Thanks,
-Eric

> 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 <nathans@debian.org>
> Date:   Mon Feb 19 20:46:41 2018 +1100
> 
>     Fix grammar and spelling in strings and man pages
> 
>     Signed-off-by: Nathan Scott <nathans@debian.org>
> 
> commit b43b9d237b40905dcd8175d090c4c34413175d73
> Author: Nathan Scott <nathans@debian.org>
> Date:   Mon Feb 19 20:42:14 2018 +1100
> 
>     Add xfs_scrub_fail systemd service file docs entry
> 
>     Signed-off-by: Nathan Scott <nathans@debian.org>
> 
> commit 579435f65985bd93d1e42d7710432531ce9d17c8
> Author: Nathan Scott <nathans@debian.org>
> Date:   Mon Feb 19 20:40:50 2018 +1100
> 
>     Update .gitignore list for generated scrub cron file
> 
>     Signed-off-by: Nathan Scott <nathans@debian.org>
> 
> commit 02ccd5edb4437fdd0f2a6e64a7f0bfa3072fcbb5
> Author: Nathan Scott <nathans@debian.org>
> 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@debian.org>
> 
> 
> 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
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Debian packaging updates
  2018-02-19  9:56 Debian packaging updates Nathan Scott
  2018-02-19 22:53 ` Eric Sandeen
@ 2018-02-20 16:45 ` Darrick J. Wong
  1 sibling, 0 replies; 3+ messages in thread
From: Darrick J. Wong @ 2018-02-20 16:45 UTC (permalink / raw)
  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 <nathans@debian.org>
> Date:   Mon Feb 19 20:46:41 2018 +1100
> 
>     Fix grammar and spelling in strings and man pages
> 
>     Signed-off-by: Nathan Scott <nathans@debian.org>
> 
> commit b43b9d237b40905dcd8175d090c4c34413175d73
> Author: Nathan Scott <nathans@debian.org>
> Date:   Mon Feb 19 20:42:14 2018 +1100
> 
>     Add xfs_scrub_fail systemd service file docs entry
> 
>     Signed-off-by: Nathan Scott <nathans@debian.org>
> 
> commit 579435f65985bd93d1e42d7710432531ce9d17c8
> Author: Nathan Scott <nathans@debian.org>
> Date:   Mon Feb 19 20:40:50 2018 +1100
> 
>     Update .gitignore list for generated scrub cron file
> 
>     Signed-off-by: Nathan Scott <nathans@debian.org>
> 

The first three look ok,
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>

(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 <nathans@debian.org>
> 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@debian.org>

--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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-02-20 16:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-19  9:56 Debian packaging updates Nathan Scott
2018-02-19 22:53 ` Eric Sandeen
2018-02-20 16:45 ` Darrick J. Wong

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.