dh-waf: a debhelper helper to help with waf
this is a simple debhelper module to help package waf enabled projects, use
it by adding --buildsystem=waf
to your dh lines:
#!/usr/bin/make -f
%:
dh $@ --buildsystem=waf
this is a simple debhelper module to help package waf enabled projects, use
it by adding --buildsystem=waf
to your dh lines:
#!/usr/bin/make -f
%:
dh $@ --buildsystem=waf