From 40a633faea55427c09e46eca167288c62ee3f22f Mon Sep 17 00:00:00 2001 From: Andreas Granig Date: Wed, 15 Feb 2012 14:17:34 +0000 Subject: [PATCH] Don't strip daemon binary to simplify debugging. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index da63524e1..31a78ba08 100755 --- a/debian/rules +++ b/debian/rules @@ -121,7 +121,7 @@ ngcp-mediaproxy-ng-daemon: install dh_installchangelogs -p$@ -P$(b)/$@ dh_installinit -p$@ -P$(b)/$@ dh_install -p$@ -P$(b)/$@ - dh_strip -p$@ -P$(b)/$@ + #dh_strip -p$@ -P$(b)/$@ dh_compress -p$@ -P$(b)/$@ dh_fixperms -p$@ -P$(b)/$@ dh_makeshlibs -p$@ -P$(b)/$@ -V