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

Re: arch-dependent Ruby packages with dh_compat 12



Hi,

On Wed, Jul 24, 2019 at 08:43:56PM +0300, Utkarsh Gupta wrote:
> I don't know if that works, but I think disabling that would be a 2-line
> short patch.
> I have been meaning to do that myself, but didn't get time because of
> DebConf.
> 
> Hopefully, someone would soon write a patch doing that.

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)

-- 
Regards,
	dai

GPG Fingerprint = 0B29 D88E 42E6 B765 B8D8 EA50 7839 619D D439 668E


Reply to: