libsec: Use headers from uts-dev
This commit is contained in:
parent
89915d01f0
commit
d89693f767
|
@ -1,3 +1,9 @@
|
|||
libsec (2.10-2) unstable; urgency=low
|
||||
|
||||
* Use headers from uts-dev
|
||||
|
||||
-- Igor Pashev <pashev.igor@gmail.com> Mon, 07 Jan 2013 22:21:53 +0400
|
||||
|
||||
libsec (2.10-1) unstable; urgency=low
|
||||
|
||||
* Initial release.
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
usr/lib/*/libsec.so
|
||||
usr/include/aclutils.h
|
||||
usr/include/sys/acl.h
|
||||
usr/include/*
|
||||
|
|
|
@ -3,4 +3,4 @@ libsec-acl.y.patch
|
|||
libsec-acl.y-bad_entry_type-implicit.patch
|
||||
libsec-acl.y-realloc.patch
|
||||
libsec-flex.patch
|
||||
libsec-acl-headers.patch
|
||||
#libsec-acl-headers.patch
|
||||
|
|
|
@ -18,7 +18,6 @@ unpack-stamp:
|
|||
dh_illumos_gate --build \
|
||||
$(libs:%=usr/src/lib/%) \
|
||||
usr/src/common/acl/acl_common.\* \
|
||||
usr/src/uts/common/sys/acl.h
|
||||
|
||||
# Not used and buggy:
|
||||
echo > usr/src/Makefile.msg.targ
|
||||
|
@ -47,7 +46,6 @@ dirs-stamp:
|
|||
|
||||
headers-stamp: patch-stamp dirs-stamp
|
||||
dh_illumos_make $(libs_headers:%=usr/src/lib/%) -t install_h
|
||||
cp usr/src/uts/common/sys/acl*.h debian/tmp/usr/include/sys/
|
||||
touch $@
|
||||
|
||||
install build build-arch build-indep: build-stamp
|
||||
|
|
Loading…
Reference in New Issue