Comment 7 for bug 438658

Revision history for this message
Fabrice Coutadeur (fabricesp) wrote :

Hi,

Instead of having the full conf file in debian, it would be easier to set the variable used by the Makefile to generate the conf:
 @sed -e "s+@ifname_v4v6@+$(PLATFORM_V4V6)+" \
      -e "s+@ifname_v6udpv4@+$(PLATFORM_V6UDPV4)+" \
      -e "s+@ifname_v6v4@+$(PLATFORM_V6V4)+" \
      -e "s+@conf_template@+$(PLATFORM)+" \
      -e "s+@conf_gw6_dir@+$(INSTALL_DIR)+"

I've quickly checked, and I've been able to generate the same file as you put in Debian.
This will also reduce the diff with Debian. Please update your debdiff.

Thanks,
Fabrice