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

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

rules @debian/2.7-2raw · history · blame

#!/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 --with quilt $@

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