Browse Source

Looks good, unset debug and strip daemon binary.

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

+ 2
- 2
debian/rules View File

@ -37,7 +37,7 @@ build: build-stamp
build-stamp:
dh_testdir
make -C iptables-extension
make -C daemon debug
make -C daemon
touch $@
clean:
@ -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