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

Re: dh machinery and module how to export only given symbol



Hi,

On Sat, 25 Aug 2012, Jerome BENOIT wrote:
> Hello:
> 
> I have  to build a module that exports only symbol with a given prefix:
> in the pre-dh debian/rules , something as
> 
> 	CFLAGS="$(cflags) -Wl,--version-script,debian/<PACAKAGENAME>.version"
> 
> was use. I cannot figure out how to proceed within the dh machinery.

With debhelper in compat 9 mode, it will set the various variables by
using dpkg-buildflags.

Thus you can use the facilities of dpkg-buildflags to extend such
variables. See man dpkg-buildflags.

export DEB_CFLAGS_MAINT_APPEND=...

This is the recommended way nowadays. But in truth, setting and exporting
variables should just work since dh will not overwrite existing
environment variables.

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Get the Debian Administrator's Handbook:
→ http://debian-handbook.info/get/


Reply to: