summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-04-22 09:57:53 +0100
committerCarl Hetherington <cth@carlh.net>2013-04-22 09:57:53 +0100
commit65a208bf91761f21812394fd035a402cc5380b47 (patch)
treeb8fabbebde24f7a249e454c52dc280fab3de7f63 /debian
parent000f4f854f40b51f082575366ea41d3d7d8777b5 (diff)
Try to build dbg packages for debian.
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