Remove debug .deb building.
authorCarl Hetherington <cth@carlh.net>
Thu, 28 Nov 2013 14:29:29 +0000 (14:29 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 28 Nov 2013 14:29:29 +0000 (14:29 +0000)
debian/rules

index 29f926c31651a2feb2b76792320f0a4fce70198e..c0db3f77aff09eb5db203ce97d1d652f70c4235c 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 --static
 
 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 --dbg-package=dcpomatic-dbg