Package: nom / 0.1.5-7
Metadata
Package | Version | Patches format |
---|---|---|
nom | 0.1.5-7 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 Add GPLv2 text to each file to comply with the pesky.patch | (download) |
LICENSE.md |
361 361 + 0 - 0 ! |
[patch] add gplv2 text to each file, to comply with the pesky debian people :P |
0002 adjust for Ruby3 replace exists method with exist.patch | (download) |
lib/nom/config.rb |
2 1 + 1 - 0 ! |
[patch] adjust for ruby3: replace exists method with exist as described in https://github.com/blinry/nom/issues/19 and fixed in https://github.com/blinry/nom/commit/79ba1df8d8f15e97ca57e7fd7d360f3427bc8761 (though that commit has other changes too which we don't want right now) Signed-off-by: Holger Levsen <holger@layer-acht.org> |
0003 Make sure svg plot is not deleted.patch | (download) |
lib/nom/nom.rb |
3 1 + 2 - 0 ! |
[patch] make sure svg plot is not deleted needed for ruby3.3, taken from https://github.com/blinry/nom/pull/20 |