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

[Git][ocaml-team/ocaml-re][master] 2 commits: Break dependency loop by not running tests



Title: GitLab

Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / ocaml-re

Commits:

  • 1a0ff6c3
    by Stephane Glondu at 2025-08-25T15:03:27+02:00
    Break dependency loop by not running tests
    
  • fa85eb9f
    by Stephane Glondu at 2025-08-25T15:03:31+02:00
    Update changelog and prepare upload to unstable
    

3 changed files:

Changes:

  • debian/changelog
    1
    +ocaml-re (1.13.3-2) unstable; urgency=medium
    
    2
    +
    
    3
    +  * Team upload
    
    4
    +  * Break dependency loop by not running tests
    
    5
    +
    
    6
    + -- Stéphane Glondu <glondu@debian.org>  Mon, 25 Aug 2025 15:03:11 +0200
    
    7
    +
    
    1 8
     ocaml-re (1.13.3-1) unstable; urgency=medium
    
    2 9
     
    
    3 10
       * Team upload
    

  • debian/control
    ... ... @@ -10,10 +10,6 @@ Build-Depends:
    10 10
      ocaml-findlib,
    
    11 11
      ocaml-dune,
    
    12 12
      libseq-ocaml-dev,
    
    13
    - libounit-ocaml-dev <!nocheck>,
    
    14
    - libtime-now-ocaml-dev (>= 0.17.0-3~) <!nocheck>,
    
    15
    - js-of-ocaml <!nocheck>,
    
    16
    - nodejs <!nocheck>,
    
    17 13
      dh-ocaml (>= 1.2)
    
    18 14
     Standards-Version: 4.7.2
    
    19 15
     Rules-Requires-Root: no
    

  • debian/rules
    ... ... @@ -5,3 +5,6 @@ include /usr/share/ocaml/ocamlvars.mk
    5 5
     
    
    6 6
     %:
    
    7 7
     	dh $@ --with ocaml --buildsystem ocaml_dune
    
    8
    +
    
    9
    +# Break dependency loop
    
    10
    +override_dh_auto_test:


  • Reply to: