#1085353 cdparanoia does not build with distro build flags

Package:
cdparanoia
Source:
cdparanoia
Description:
audio extraction tool for sampling CDs
Submitter:
Nick Rosbrook
Date:
2024-10-18 14:54:03 UTC
Severity:
normal
Tags:
#1085353#5
Date:
2024-10-18 14:51:55 UTC
From:
To:
Dear Maintainer,

In Ubuntu, we found that cdparanoia was not using the distro build
flags. These patches fix this problem, and two FTBFS issues that we saw
as a result.

  * Build with distro build flags, and fix resulting FTBFS (LP: #2073149)
    - debian/rules: use *_MAINT_APPEND to add to {C,LD}FLAGS
    - d/p/fix-format-security-warnings.patch: fix fprintf warnings
    - d/p/check-seteuid-and-setegid-return-value.patch: fix unused result
      warning

Thanks for considering the patch.