diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2013-04-28 18:41:51 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2013-04-28 18:41:51 +0400 |
commit | 2940c2f9dc0a266c5d59c723978698e1b08b0185 (patch) | |
tree | 0b5d517053d0772a0ffb6e5e494533753ff96853 /libuutil/debian/rules | |
parent | 7c485c4c1f6d108f5f1e702a370c49de2c094cfc (diff) | |
download | illumos-packaging-2940c2f9dc0a266c5d59c723978698e1b08b0185.tar.gz |
libuutil (2.10-2) unstable; urgency=low
* Install libuutil_impl.h (for mdb)
* Strip libraries
* Built against libsunavl2
Diffstat (limited to 'libuutil/debian/rules')
-rwxr-xr-x | libuutil/debian/rules | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libuutil/debian/rules b/libuutil/debian/rules index 308285b..f4a45d9 100755 --- a/libuutil/debian/rules +++ b/libuutil/debian/rules @@ -79,6 +79,7 @@ binary-stamp: build-stamp dh_makeshlibs -- -c4 dh_installdeb dh_shlibdeps + dh_strip dh_gencontrol dh_md5sums dh_builddeb @@ -88,5 +89,5 @@ clean: unpatch dh_testdir dh_testroot dh_clean - rm -rf usr + rm -rf usr .pc |