X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=debian%2Frules;h=619dfff5ea6d4afce35cebadf39e0993cd9901d1;hb=c47e88e8061b389be10c62d52da09fff7eef6d4d;hp=29f926c31651a2feb2b76792320f0a4fce70198e;hpb=a183c1776cfd020a37d028ebb0f641352f49697b;p=dcpomatic.git diff --git a/debian/rules b/debian/rules index 29f926c31..619dfff5e 100755 --- a/debian/rules +++ b/debian/rules @@ -14,7 +14,7 @@ override_dh_auto_configure: LINKFLAGS=$(CDIST_LINKFLAGS) CXXFLAGS="$(CXXFLAGS) $(CDIST_CXXFLAGS)" PKG_CONFIG_PATH=$(CDIST_PKG_CONFIG_PATH) \ - ./waf --nocache configure --prefix=/usr --static --enable-debug + ./waf --nocache configure --prefix=/usr --target-debian --enable-debug $(CDIST_EXTRA_CONFIGURE) override_dh_auto_build: ./waf --nocache build @@ -24,4 +24,4 @@ override_dh_auto_install: .PHONY: override_dh_strip override_dh_strip: - dh_strip --dbg-package=dcpomatic-dbg + dh_strip