X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=debian%2Frules;h=aed2292a2d1d7268615c6795826f5c9634e2e778;hb=1b576d63f5b5babda35c3995dd375e39baa16947;hp=c0db3f77aff09eb5db203ce97d1d652f70c4235c;hpb=d5382fd7db3ba0f2ad75ab5879de1b33ac65751c;p=dcpomatic.git diff --git a/debian/rules b/debian/rules index c0db3f77a..aed2292a2 100755 --- a/debian/rules +++ b/debian/rules @@ -14,10 +14,14 @@ override_dh_auto_configure: LINKFLAGS=$(CDIST_LINKFLAGS) CXXFLAGS="$(CXXFLAGS) $(CDIST_CXXFLAGS)" PKG_CONFIG_PATH=$(CDIST_PKG_CONFIG_PATH) \ - ./waf --nocache configure --prefix=/usr --static + ./waf --nocache configure --prefix=/usr --target-debian --enable-debug override_dh_auto_build: ./waf --nocache build override_dh_auto_install: ./waf --nocache install --destdir=debian/dcpomatic + +.PHONY: override_dh_strip +override_dh_strip: + dh_strip