Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / 
ocplib-simplex


Commits:
eef00f02 by Stephane Glondu at 2025-01-01T20:35:32+01:00
Fix tests with dune 3.17.0

- - - - -
cf916570 by Stephane Glondu at 2025-01-01T20:35:51+01:00
Update packaging

- - - - -
74ff0f68 by Stephane Glondu at 2025-01-01T20:38:14+01:00
Update changelog and prepare upload to unstable

- - - - -


4 changed files:

- debian/changelog
- debian/control
- + debian/patches/0001-Fix-tests-with-dune-3.17.0.patch
- + debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+ocplib-simplex (0.5.1-3) unstable; urgency=medium
+
+  * Team upload
+  * Fix tests with dune 3.17.0
+  * Bump Standards-Version to 4.7.0
+
+ -- Stéphane Glondu <[email protected]>  Wed, 01 Jan 2025 20:38:10 +0100
+
 ocplib-simplex (0.5.1-2) unstable; urgency=medium
 
   * Team upload


=====================================
debian/control
=====================================
@@ -9,8 +9,8 @@ Build-Depends:
  libzarith-ocaml-dev,
  liblogs-ocaml-dev,
  ocaml,
- ocaml-dune
-Standards-Version: 4.6.2
+ ocaml-dune (>= 3.17)
+Standards-Version: 4.7.0
 Rules-Requires-Root: no
 Homepage: https://github.com/OCamlPro-Iguernlala/ocplib-simplex
 Vcs-Browser: https://salsa.debian.org/ocaml-team/ocplib-simplex


=====================================
debian/patches/0001-Fix-tests-with-dune-3.17.0.patch
=====================================
@@ -0,0 +1,48 @@
+From: Stephane Glondu <[email protected]>
+Date: Wed, 1 Jan 2025 20:35:21 +0100
+Subject: Fix tests with dune 3.17.0
+
+---
+ tests/dune | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/tests/dune b/tests/dune
+index 4fcdd22..a3a667a 100644
+--- a/tests/dune
++++ b/tests/dune
+@@ -15,7 +15,7 @@
+ (rule
+  (alias runtest)
+  (action
+-  (diff solveEmpty.expected solveEmpty.output)
++  (diff solveEmpty.expected solveEmpty.exe.output)
+  )
+ )
+ 
+@@ -24,7 +24,7 @@
+  (action
+   (diff
+     standalone_minimal_maximization.expected
+-    standalone_minimal_maximization.output
++    standalone_minimal_maximization.exe.output
+   )
+  )
+ )
+@@ -34,7 +34,7 @@
+  (action
+   (diff
+     standalone_minimal.expected
+-    standalone_minimal.output
++    standalone_minimal.exe.output
+   )
+  )
+ )
+@@ -44,7 +44,7 @@
+  (action
+   (diff
+     standalone_test_strict_bounds.expected
+-    standalone_test_strict_bounds.output
++    standalone_test_strict_bounds.exe.output
+   )
+  )
+ )


=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+0001-Fix-tests-with-dune-3.17.0.patch



View it on GitLab: 
https://salsa.debian.org/ocaml-team/ocplib-simplex/-/compare/6644f24d1e00bcbcf5d637515bba9445d342f11e...74ff0f685a99abed8545e1bb17e63bc0664c6afe

-- 
View it on GitLab: 
https://salsa.debian.org/ocaml-team/ocplib-simplex/-/compare/6644f24d1e00bcbcf5d637515bba9445d342f11e...74ff0f685a99abed8545e1bb17e63bc0664c6afe
You're receiving this email because of your account on salsa.debian.org.


Reply via email to