Package: i3blocks / 1.4-3
Metadata
| Package | Version | Patches format |
|---|---|---|
| i3blocks | 1.4-3 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| makefile_reproducible.patch | (download) |
Makefile |
2 1 + 1 - 0 ! |
make the build reproducible this is done by sorting the list of sources, which will later turned into list of objects (thus sent to the linker). $(wildcard ) in a makefile is not stable, it's output depend from readdir(). This is easily fixed by wrapping it in $(sort ) |
| manpage_use_pandoc.patch | (download) |
Makefile |
4 2 + 2 - 0 ! |
[patch] manpage: use pandoc instead of ruby-ronn reasonning: ruby-ronn is abandonned, and will most likely be dropped from debian and ubuntu [1] 1: https://bugs.debian.org/796497 |
1
