X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=debian%2Frules;h=aed2292a2d1d7268615c6795826f5c9634e2e778;hb=1ae62667389cc75c849ac9f478486831d64353fd;hp=29f926c31651a2feb2b76792320f0a4fce70198e;hpb=a0856e3fbef17f24073b01cb96be6bbcb229ecbc;p=dcpomatic.git diff --git a/debian/rules b/debian/rules index 29f926c31..aed2292a2 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 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