X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=debian%2Frules;h=17594701970869bd061c1f082cfdeb531c5607b0;hb=f861018389acd9d277fe34d7621182b9b54f977f;hp=3320087a5a48cead85eaee75a2a7968ea39e97ad;hpb=2385a5c4e83295921ec10e59bb2b2b66a492bb47;p=dcpomatic.git diff --git a/debian/rules b/debian/rules index 3320087a5..175947019 100755 --- a/debian/rules +++ b/debian/rules @@ -13,11 +13,15 @@ dh $@ override_dh_auto_configure: - ./waf --nocache configure --prefix=/usr --static + LINKFLAGS=$(CDIST_LINKFLAGS) CXXFLAGS="$(CXXFLAGS) $(CDIST_CXXFLAGS)" PKG_CONFIG_PATH=$(CDIST_PKG_CONFIG_PATH) \ + ./waf --nocache configure --prefix=/usr --static --enable-debug override_dh_auto_build: ./waf --nocache build override_dh_auto_install: - ./waf --nocache install --destdir=debian/dvdomatic + ./waf --nocache install --destdir=debian/dcpomatic +.PHONY: override_dh_strip +override_dh_strip: + dh_strip --dbg-package=dvdomatic-dbg