Missing commit.
[dcpomatic.git] / debian / rules
index f2b2219beb7c56829e770256c1810a3a68db03a7..619dfff5ea6d4afce35cebadf39e0993cd9901d1 100755 (executable)
 
 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
 
 override_dh_auto_install:
-       ./waf --nocache install --destdir=debian/dvdomatic
+       ./waf --nocache install --destdir=debian/dcpomatic
 
 .PHONY: override_dh_strip
 override_dh_strip:
-       dh_strip --dbg-package=dvdomatic-dbg
+       dh_strip