[Nickle] nickle: Branch 'master' - 2 commits

Keith Packard keithp at keithp.com
Sat Oct 11 09:35:56 PDT 2025


 debian/changelog |    6 ++++++
 meson.build      |    2 +-
 test/meson.build |    6 +++++-
 3 files changed, 12 insertions(+), 2 deletions(-)

New commits:
commit dde0212e351f6176585ffd89ab442b586746bd31
Author: Keith Packard <keithp at keithp.com>
Date:   Sat Oct 11 09:31:43 2025 -0700

    Version 2.107
    
    Signed-off-by: Keith Packard <keithp at keithp.com>

diff --git a/debian/changelog b/debian/changelog
index f65eda5..22a9ed4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+nickle (2.107) unstable; urgency=medium
+
+  * Fix autopkgtest by installing missing math-bits.5c.
+
+ -- Keith Packard <keithp at keithp.com>  Sat, 11 Oct 2025 09:31:18 -0700
+
 nickle (2.106) unstable; urgency=medium
 
   * Rename Complex as ComplexVal. Closes: #1117746.
diff --git a/meson.build b/meson.build
index dba668b..d8b49ce 100644
--- a/meson.build
+++ b/meson.build
@@ -12,7 +12,7 @@ project('nickle', 'c',
 	],
 	license : 'BSD',
 	meson_version : '>= 1.0',
-	version: '2.106'
+	version: '2.107'
        )
 
 release_date = '2025-10-05'
commit 051bb83c29ef0f61a51ef607bdb97f5030636592
Author: Keith Packard <keithp at keithp.com>
Date:   Sat Oct 11 09:30:55 2025 -0700

    test: Install math-bits.5c
    
    This file contains common bits for all of the math tests.
    
    Signed-off-by: Keith Packard <keithp at keithp.com>

diff --git a/test/meson.build b/test/meson.build
index a9f529c..e137b08 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -36,6 +36,10 @@ tests = [
   'chacha_test.5c'
 ]
 
+extra_files = [
+  'math-bits.5c'
+  ]
+
 prog_math_tables = find_program('math-tables.sh', required: true)
 prog_bc = find_program('bc', required: true)
 prog_fmt = find_program('fmt', required: true)
@@ -66,4 +70,4 @@ foreach test : tests
       )
 endforeach
 
-install_data(tests, install_dir: nickle_testdir)
+install_data(files(tests + extra_files), install_dir: nickle_testdir)


More information about the Nickle mailing list