From e0fad4f60064282cbdc2f284d3f33ef8c145c615 Mon Sep 17 00:00:00 2001 From: Andreas Granig Date: Thu, 16 Feb 2012 16:01:13 +0000 Subject: [PATCH] Looks good, unset debug and strip daemon binary. --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index ed84c64ec..da63524e1 100755 --- a/debian/rules +++ b/debian/rules @@ -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