summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-11-28 14:29:29 +0000
committerCarl Hetherington <cth@carlh.net>2013-11-28 14:29:29 +0000
commitd5382fd7db3ba0f2ad75ab5879de1b33ac65751c (patch)
tree871baad605a41c40133c850d812aa2312bb361f9 /debian/rules
parentb8e619c375029058429e1984839d4ae1b5ad9fed (diff)
Remove debug .deb building.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules6
1 files changed, 1 insertions, 5 deletions
diff --git a/debian/rules b/debian/rules
index 29f926c31..c0db3f77a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,14 +14,10 @@
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