From: matthewv Date: Sun, 6 Jul 2003 18:18:28 +0000 (+0000) Subject: strip /usr/sbin/really (correctly this time) X-Git-Tag: debian_version_3_99_1_0_9~13 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-utils.git;a=commitdiff_plain;h=cb9d35e27fcc89ef2160557bd865491020e6f65e strip /usr/sbin/really (correctly this time) --- diff --git a/debian/rules b/debian/rules index 54280cd..db5e7e9 100755 --- a/debian/rules +++ b/debian/rules @@ -58,10 +58,11 @@ binary-prep: cd $t/cprogs/usr/share/man/man1 && \ mv readbuffer.1 writebuffer.1 $t/chiark-rwbuffer/usr/share/man/man1/ # - install -sd $t/chiark-really/usr/sbin + install -d $t/chiark-really/usr/sbin install -d $t/chiark-really/usr/share/man/man8 cd $t/cprogs/usr/sbin && \ mv really $t/chiark-really/usr/sbin/ + strip --strip-unneeded $t/chiark-really/usr/sbin/really cd $t/cprogs/usr/share/man/man8 && \ mv really.8 $t/chiark-really/usr/share/man/man8/ #