X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=debian%2Frules;h=aed2292a2d1d7268615c6795826f5c9634e2e778;hb=78b06a4c085e94af0218cb83dc4fe0a4088174d2;hp=ba42e5291fabb5689821c7eee5ba168a9a964063;hpb=7ee21d16c01b90c22192cd10f118419881fe504e;p=dcpomatic.git diff --git a/debian/rules b/debian/rules index ba42e5291..aed2292a2 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 --target-debian --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