mbox series

[v2,0/3] debian: minor fixes

Message ID 20210205203405.1955-1-bastiangermann@fishpost.de (mailing list archive)
Headers show
Series debian: minor fixes | expand

Message

Bastian Germann Feb. 5, 2021, 8:34 p.m. UTC
This series contains unrelated changes for the xfsprogs Debian package.

v2: Resend with Reviewed-bys applied.

Bastian Germann (3):
  debian: Drop unused dh-python from Build-Depends
  debian: Only build for Linux
  debian: Prevent installing duplicate changelog

 debian/changelog | 8 ++++++++
 debian/control   | 8 ++++----
 debian/rules     | 2 +-
 3 files changed, 13 insertions(+), 5 deletions(-)

Comments

Eric Sandeen Feb. 5, 2021, 8:45 p.m. UTC | #1
On 2/5/21 2:34 PM, Bastian Germann wrote:
> This series contains unrelated changes for the xfsprogs Debian package.
> 
> v2: Resend with Reviewed-bys applied.

FYI this is fine, but not necessary - I pull commits out of patchwork and
it magically adds any existing RVBs to each patch.

Thanks,
-Eric

> Bastian Germann (3):
>   debian: Drop unused dh-python from Build-Depends
>   debian: Only build for Linux
>   debian: Prevent installing duplicate changelog
> 
>  debian/changelog | 8 ++++++++
>  debian/control   | 8 ++++----
>  debian/rules     | 2 +-
>  3 files changed, 13 insertions(+), 5 deletions(-)