diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2013-03-30 11:56:25 +0000 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2013-03-30 11:56:25 +0000 |
commit | 688d6f23208c4f0bfc55e1c2b61b84b9925452b4 (patch) | |
tree | b26e74ce171797342fa399327c11c3db3130ee56 | |
parent | 1240c4946341b68e6f0172c55666a6d284263a8d (diff) | |
download | illumos-packaging-688d6f23208c4f0bfc55e1c2b61b84b9925452b4.tar.gz |
bootadm: strip binaries
-rw-r--r-- | bootadm/debian/changelog | 6 | ||||
-rwxr-xr-x | bootadm/debian/rules | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/bootadm/debian/changelog b/bootadm/debian/changelog index edc6395..61cf101 100644 --- a/bootadm/debian/changelog +++ b/bootadm/debian/changelog @@ -1,3 +1,9 @@ +bootadm (2.10-3) UNRELEASED; urgency=low + + * Strip binaries + + -- Igor Pashev <pashev.igor@gmail.com> Sat, 30 Mar 2013 11:53:56 +0000 + bootadm (2.10-2) unstable; urgency=low * Update bootadm-avoid-libadm.patch to rename diff --git a/bootadm/debian/rules b/bootadm/debian/rules index cbcf803..a456555 100755 --- a/bootadm/debian/rules +++ b/bootadm/debian/rules @@ -71,6 +71,7 @@ binary-stamp: build-stamp dh_fixperms dh_installdeb dh_shlibdeps + dh_strip dh_gencontrol dh_md5sums dh_builddeb |