Source: radare2
Version: 2.8.0+dfsg-1
Severity: wishlist
X-Debbugs-CC: Sebastian Reichel <[email protected]>, [email protected]
Hi,
I just ACCEPTed radare2 from NEW but was wondering if you could
consolidate all of the DEBUG_SUPPORT conditionals in debian/rules:
21 ifeq (i386,$(DEB_HOST_ARCH_CPU))
22 DEBUG_SUPPORT=1
23 endif
24
25 ifeq (amd64,$(DEB_HOST_ARCH_CPU))
26 DEBUG_SUPPORT=1
27 endif
28
29 ifeq (mips,$(DEB_HOST_ARCH_CPU))
30 DEBUG_SUPPORT=1
31 endif
32
33 ifeq (mips64,$(DEB_HOST_ARCH_CPU))
34 DEBUG_SUPPORT=1
35 endif
Pretty sure there is a Make construct to do these all at once? :)
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-