X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=debian%2Frules;h=619dfff5ea6d4afce35cebadf39e0993cd9901d1;hb=938d3cde87a1958513bc1e98d2285dda1e960055;hp=c0db3f77aff09eb5db203ce97d1d652f70c4235c;hpb=bdbb254c18b100f8fa66a3707f6b515309d05685;p=dcpomatic.git diff --git a/debian/rules b/debian/rules index c0db3f77a..619dfff5e 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 $(CDIST_EXTRA_CONFIGURE) 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