Commit graph

4 commits

Author SHA1 Message Date
Patrick Schleizer
b3b5e5d21d
add SONAME - https://github.com/GrapheneOS/hardened_malloc/issues/86
use correct Section: libs rather than misc

compatiblity with dh_dwz / dwz - https://github.com/GrapheneOS/hardened_malloc/issues/85

move to sub folder /usr/lib/libhardened_malloc.so so lintian will not complain
about non-versioned shared objects and missing symlinks. That extra complexity
is not needed here since this lib aims to be compatible with what it replaces.

full path is now /usr/lib/libhardened_malloc.so/libhardened_malloc.so

deprecate no longer needed make_all_hook_post as this was improved in genmkfile
2019-07-28 19:20:03 +00:00
Patrick Schleizer
dc599bf62d
fortunately no need to use versioned shared object file names
https://www.debian.org/doc/debian-policy/ch-sharedlibs.html
2019-07-22 12:05:53 -04:00
Patrick Schleizer
f7d78bba9c
/usr/lib/libhardened_malloc.so.1 instead of /usr/lib/libhardened_malloc.so 2019-07-21 01:25:40 +00:00
Patrick Schleizer
f3e201bac9
initial debian packaging 2019-07-21 00:20:45 +00:00