X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=debian%2Frules;h=29f926c31651a2feb2b76792320f0a4fce70198e;hb=bbd20953701383dddc4c45d2ab317d55845d8b89;hp=ba42e5291fabb5689821c7eee5ba168a9a964063;hpb=f90e90cdec39c7959c26e8199ee2170cedb4f256;p=dcpomatic.git diff --git a/debian/rules b/debian/rules index ba42e5291..29f926c31 100755 --- a/debian/rules +++ b/debian/rules @@ -13,7 +13,8 @@ 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 @@ -21,3 +22,6 @@ override_dh_auto_build: override_dh_auto_install: ./waf --nocache install --destdir=debian/dcpomatic +.PHONY: override_dh_strip +override_dh_strip: + dh_strip --dbg-package=dcpomatic-dbg