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

2012-08-25 Thread Jerome BENOIT
Thanks for your quick reply: Meanwhile, I realized that I can modify the Makefile.am itself. Best wishes, Jerome On 25/08/12 07:39, Raphael Hertzog wrote: 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-

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

2012-08-24 Thread Raphael Hertzog
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/.version" > > was use. I cannot figure out how to proceed within

dh machinery and module how to export only given symbol

2012-08-24 Thread Jerome BENOIT
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/.version" was use. I cannot figure out how to proceed within the dh machinery. Any hint is welcome. Thanks in advance,