Package: powerman / 2.4.4-5
Metadata
| Package | Version | Patches format |
|---|---|---|
| powerman | 2.4.4-5 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| 0001 Fix configure.ac.patch | (download) |
configure.ac |
3 1 + 2 - 0 ! |
fix configure.ac * Avoid "git describe" invocation |
| usrmerge.patch | (download) |
config/systemd.m4 |
2 1 + 1 - 0 ! |
fix computation of with_systemdsystemunitdir
The value for systemdsystemunitdir reported by systemd.pc already accounts for
${prefix} and will include it in future. Thus the current value would install a
unit into /usr/usr/lib/systemd/system which is not what we want.
|
| 0003 device.c Unconditionally cast tv_ sec usec to lld fo.patch | (download) |
src/powerman/device.c |
4 2 + 2 - 0 ! |
device.c: unconditionally cast tv_{sec,usec} to lld for printf
This avoids FTBFS due to mismatch between 64-bit time_t and printf
formatter when -Werror=format is enabled.
Bug: https://github.com/chaos/powerman/issues/199
Signed-off-by: Boyuan Yang <byang@debian.org>
|
| 0004 Disable large tests as suggested upstream.patch | (download) |
t/t0039-llnl-el-capitan-cluster.t |
6 6 + 0 - 0 ! |
disable large tests as suggested upstream See https://github.com/chaos/powerman/issues/206 . |
| 0005 curl_easy_setopt_to_long.patch | (download) |
src/httppower/httppower.c |
14 7 + 7 - 0 ! |
cast curl options to long int |
| lex yacc prototype fixes.patch | (download) |
src/powerman/parse_lex.l |
4 2 + 2 - 0 ! |
fix function prototypes with empty parameter lists Pre-ANSI function declarators which do not declare their parameters have been removed in C23 and the syntax reused for declaring functions with no parameters (like C++). GCC 15 defaults to C23, so these declarators may cause FTBFS. |
