Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / why3
Commits:
-
9cfc020a
by Stephane Glondu at 2024-08-13T01:40:25+02:00
-
3d8f2cc8
by Stephane Glondu at 2024-08-13T01:42:21+02:00
-
def95125
by Stephane Glondu at 2024-08-13T01:43:20+02:00
2 changed files:
Changes:
1 | -why3 (1.7.2-2) UNRELEASED; urgency=medium
|
|
1 | +why3 (1.7.2-2) unstable; urgency=medium
|
|
2 | 2 | |
3 | + * Team upload
|
|
3 | 4 | * Do not hardcode /usr/lib/ocaml
|
5 | + * Depend on ocaml-native-compilers in tests for now
|
|
4 | 6 | |
5 | - -- Stéphane Glondu <glondu@debian.org> Mon, 12 Aug 2024 20:03:36 +0200
|
|
7 | + -- Stéphane Glondu <glondu@debian.org> Tue, 13 Aug 2024 01:43:15 +0200
|
|
6 | 8 | |
7 | 9 | why3 (1.7.2-1) unstable; urgency=medium
|
8 | 10 |
1 | 1 | Tests: why3+cvc4
|
2 | -Depends: why3, cvc4 (<< 1.9)
|
|
2 | +Depends: why3, cvc4 (<< 1.9), ocaml-native-compilers
|
|
3 | 3 | Restrictions: skip-not-installable
|
4 | 4 | |
5 | 5 | Tests: why3+spass
|
6 | -Depends:why3, spass
|
|
6 | +Depends:why3, spass, ocaml-native-compilers
|
|
7 | 7 | Restrictions: skip-not-installable
|
8 | 8 | |
9 | 9 | Tests: why3+z3
|
10 | -Depends:why3, z3 (<< 4.11.1)
|
|
10 | +Depends:why3, z3 (<< 4.11.1), ocaml-native-compilers
|
|
11 | 11 | Restrictions: skip-not-installable |