Package: fspy / 0.1.1-5
Metadata
| Package | Version | Patches format |
|---|---|---|
| fspy | 0.1.1-5 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| 01_fix_makefile.patch | (download) |
Makefile |
10 5 + 5 - 0 ! |
--- |
| 02_reproducible_build.patch | (download) |
Makefile |
7 6 + 1 - 0 ! |
this patch makes the build reproducible Bug-Debian: https://bugs.debian.org/831354 |
| 03_fix_makefile_cppflags.patch | (download) |
Makefile |
2 1 + 1 - 0 ! |
fix makefile added cppflags. |
| 04_fix_compiler_warnings.patch | (download) |
src/adaptive.c |
7 4 + 3 - 0 ! |
fix compiler warnings for uninitialized variables This patch fixes several compiler warnings that appear with modern GCC versions: |
| 05_reformat_to_linux_style.patch | (download) |
src/adaptive.c |
212 111 + 101 - 0 ! |
reformat source code to linux kernel coding style Reformat all C source and header files using astyle with Linux kernel coding style settings: - Linux style brace placement (K&R style) - Tab indentation (8 spaces) - Maximum line length of 80 characters . This improves code readability and consistency with Linux kernel coding conventions. No functional changes. |
| 06_update_version_output.patch | (download) |
src/fspy.c |
15 9 + 6 - 0 ! |
update version output to show debian package and maintainer info Enhances the --version output to display: - License information (GPL v2+) - Better formatted output with clearer labels . This provides users with complete version and maintenance information when running fspy --version. |
| 07_fix_read_warning.patch | (download) |
src/enumdirs.c |
9 8 + 1 - 0 ! |
fix read() return value warning in enumdirs.c Detailed description of the changes made. . This patch implements the following: - (Add details here as needed) |
| 08_improve_readme.patch | (download) |
README |
67 52 + 15 - 0 ! |
improve readme documentation Enhance the README with better structure, clearer examples, and more comprehensive usage instructions. Add detailed explanations of monitoring options, filtering, and output formatting. |
