Try to fix unstripped .debs.
[dcpomatic.git] / debian / rules
index 29f926c31651a2feb2b76792320f0a4fce70198e..de52c1d23af09401a1f6cc63581af3a460bb4d0f 100755 (executable)
@@ -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