diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-03-09 16:29:03 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-03-09 16:29:03 -0700 |
commit | 6c7e94eb92b1919d0d011384fe422da3c9b8c957 (patch) | |
tree | a200c14569486e903c8c4afa8d281099a812e026 | |
parent | 3b745d7c82a7f560d2ee181ac7e658ebf429c9ba (diff) | |
download | quagga-6c7e94eb92b1919d0d011384fe422da3c9b8c957.tar.bz2 quagga-6c7e94eb92b1919d0d011384fe422da3c9b8c957.tar.xz |
Strip the code
Okay, to strip only removes debug symbols
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index b3245bcc..046bffc9 100755 --- a/debian/rules +++ b/debian/rules @@ -124,7 +124,7 @@ binary-arch: build install dh_installpam --name=quagga dh_installlogrotate -# dh_strip + dh_strip dh_compress dh_fixperms dh_makeshlibs --noscripts |