Browse Source

Don't strip daemon binary to simplify debugging.

git.mgm/mediaproxy-ng/2.0
Andreas Granig 14 years ago
parent
commit
40a633faea
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      debian/rules

+ 1
- 1
debian/rules View File

@ -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


Loading…
Cancel
Save