[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: arch-dependent Ruby packages with dh_compat 12



Hey,

On 29/07/19 9:17 am, dai@debian.org wrote:
> How about this one?
>
> diff --git a/debian/rules b/debian/rules
> index 30e0818e..591d80a5 100755
> --- a/debian/rules
> +++ b/debian/rules
> @@ -48,6 +48,9 @@ endif
>  configure_options += --enable-ipv6
>  configure_options += --with-dbm-type=gdbm_compat
>  
> +# do not compress debug sections for arch-dep Ruby packages with dh_compat 12
> +configure_options += --with-compress-debug-sections=no
> +
>  # hardening and other standard Debian build flags
>  export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
>  configure_options += $(shell dpkg-buildflags --export=configure)

Ah! Didn't know about that flag; TIL! :D
However, if that seems to build fine and is also working fine with
"debhelper-compat (=12)" in other packages, then I can't complain ;)


Best,
Utkarsh

Attachment: signature.asc
Description: OpenPGP digital signature


Reply to: