dh_strip is smart enough to pick up the contents of DEB_BUILD_OPTIONS
itself, so always call it.
CROSS=
endif
-ifneq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
-STRIP=y
-endif
-
ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
NUMJOBS := -j$(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
endif
dh_testroot -s
dh_lintian -s
dh_installinit -s -- defaults 15 85
- [ -n "$(STRIP)" ] || dh_strip -s
+ dh_strip -s
dh_makeshlibs -s
dh_installdebconf -s
dh_installdeb -s