Package: nom / 0.1.5-7

Metadata

Package Version Patches format
nom 0.1.5-7 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Add GPLv2 text to each file to comply with the pesky.patch | (download)

LICENSE.md | 361 361 + 0 - 0 !
bin/nom | 17 17 + 0 - 0 !
lib/nom/food_entry.rb | 17 17 + 0 - 0 !
lib/nom/helpers.rb | 17 17 + 0 - 0 !
lib/nom/nom.plt.erb | 17 17 + 0 - 0 !
lib/nom/nom.rb | 17 17 + 0 - 0 !
lib/nom/weight_database.rb | 17 17 + 0 - 0 !
nom.gemspec | 17 17 + 0 - 0 !
8 files changed, 480 insertions(+)

 [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 !
lib/nom/nom.rb | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 [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 !
1 file changed, 1 insertion(+), 2 deletions(-)

 [patch] make sure svg plot is not deleted

needed for ruby3.3, taken from https://github.com/blinry/nom/pull/20