Package: austin / 3.7.0-4
Metadata
Package | Version | Patches format |
---|---|---|
austin | 3.7.0-4 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 Change linking of austinp for Debian.patch | (download) |
configure.ac |
6 3 + 3 - 0 ! |
change linking of austinp for debian Upstream wants to link austinp statically. In Debian, we prefer dynamic linking to be able to update dependencies and to have smaller binaries. An exception to this rule is libbfd. It must not be linked dynamically. Beyond this, libbfd gained libsframe and libzstd dependencies. Last but not least, wrap libraries in a group to resolve cycles. |
0002 Defer austin import failure.patch | (download) |
test/utils.py |
19 13 + 6 - 0 ! |
defer austin import failure Drop this patch when austin-python is packaged |
0003 Fix build failure on non arm 32bit architectures.patch | (download) |
src/events.h |
4 1 + 3 - 0 ! |
fix build failure on non-arm 32bit architectures |
0004 Fix out of bound _hash_table__index return value.patch | (download) |
src/cache.c |
2 1 + 1 - 0 ! |
fix out-of-bound _hash_table__index return value |
0005 Upgrade microsecond time representation to 64bit.patch | (download) |
src/austin.c |
13 7 + 6 - 0 ! |
upgrade microsecond time representation to 64bit |