[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][ocaml-team/why3][master] 6 commits: New upstream version 1.7.2



Title: GitLab

Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / why3

Commits:

  • 1ad400d0
    by Ralf Treinen at 2024-08-12T10:56:44+02:00
    New upstream version 1.7.2
  • 16bac251
    by Ralf Treinen at 2024-12-28T02:05:12+01:00
    New upstream version 1.8.0
  • 7de60b4e
    by Ralf Treinen at 2025-01-01T16:25:07+01:00
    New upstream version 1.8.0
  • 08083df1
    by Stephane Glondu at 2025-02-02T07:46:28+01:00
    Merge tag 'upstream/1.8.0'
    
    Upstream version 1.8.0
    
  • f5aae687
    by Stephane Glondu at 2025-02-02T07:46:53+01:00
    Add Breaks+Replaces to avoid file conflict (Closes: #1093827)
    
  • b6965561
    by Stephane Glondu at 2025-02-02T07:46:53+01:00
    Update changelog and prepare upload to unstable
    

2 changed files:

Changes:

  • debian/changelog
    1
    +why3 (1.8.0-2) unstable; urgency=medium
    
    2
    +
    
    3
    +  * Team upload
    
    4
    +  * Add Breaks+Replaces to avoid file conflict (Closes: #1093827)
    
    5
    +
    
    6
    + -- Stéphane Glondu <glondu@debian.org>  Sun, 02 Feb 2025 07:37:18 +0100
    
    7
    +
    
    1 8
     why3 (1.8.0-1) unstable; urgency=medium
    
    2 9
     
    
    3 10
       * New upstream release.
    

  • debian/control
    ... ... @@ -39,6 +39,8 @@ Depends:
    39 39
       ${misc:Depends},
    
    40 40
     Recommends: cvc4 (<< 1.9) | cvc5 (<< 1.3) | spass | z3 (<< 4.14)
    
    41 41
     Suggests: why3-examples
    
    42
    +Breaks: libwhy3-ocaml-dev (<< 1.8), why3-coq (<< 1.8)
    
    43
    +Replaces: libwhy3-ocaml-dev (<< 1.8), why3-coq (<< 1.8)
    
    42 44
     Description: Software verification platform
    
    43 45
      Why3 is a platform for deductive program verification. It provides a
    
    44 46
      rich language for specification and programming, called WhyML, and
    


  • Reply to: