X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=debian%2Frules;h=f2b2219beb7c56829e770256c1810a3a68db03a7;hb=40e285b0c53a35adb92da972105229ceffdd5980;hp=a2bf70bd87a595913382c4de942d07f3016e6767;hpb=fd4a97a14e74cfe2544050e8c3ffe9ce6f3aee7e;p=dcpomatic.git 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