summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-04-23 00:05:16 +0100
committerCarl Hetherington <cth@carlh.net>2013-04-23 00:05:16 +0100
commited34be5011aafe4ebdf42d4f6426c788d39dc5e1 (patch)
tree6e27b3df32386af2ec0a6d2bde0c27a4bc34c9c9 /debian
parent979f68288ffe879a46a51a0f45175c7feb624a62 (diff)
parent074e70083a115eaac2b593b1c42962ff7e0c3951 (diff)
Merge branch 'bug-120'
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules5
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index a2bf70bd8..f2b2219be 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
+ ./waf --nocache configure --prefix=/usr --static --enable-debug
override_dh_auto_build:
./waf --nocache build
@@ -22,3 +22,6 @@ override_dh_auto_build:
override_dh_auto_install:
./waf --nocache install --destdir=debian/dvdomatic
+.PHONY: override_dh_strip
+override_dh_strip:
+ dh_strip --dbg-package=dvdomatic-dbg