Skip to content
Permalink
c9b99fa821
Go to file
 
 
Cannot retrieve contributors at this time
executable file 13 lines (10 sloc) 235 Bytes
#!/usr/bin/make -f
%:
dh $@
override_dh_auto_configure:
dh_auto_configure -- --disable-gtk-doc
override_dh_auto_build:
dh_auto_build
$(MAKE) doxygen
DEB_CFLAGS_MAINT_APPEND += -Wall -ansi -Wshadow
export DEB_CFLAGS_MAINT_APPEND
You can’t perform that action at this time.