Codebase list faad2 / debian/2.7-7 debian / rules
debian/2.7-7

Tree @debian/2.7-7 (Download .tar.gz)

rules @debian/2.7-7

40d21ce
 
d330209
 
 
d30f1c6
19a433c
40d21ce
d30f1c6
3c3abb5
#!/usr/bin/make -f

CFLAGS += -Wall -g -O$(if $(findstring noopt,$(DEB_BUILD_OPTIONS)),0,2)
CXXFLAGS += -Wall -g -O$(if $(findstring noopt,$(DEB_BUILD_OPTIONS)),0,2)

%:
	dh $@

override_dh_strip:
	dh_strip --dbg-package=faad2-dbg