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

[Git][ocaml-team/ocaml-re][master] 2 commits: Fix autopkgtest on bytecode archs



Title: GitLab

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

Commits:

  • 8d4be157
    by Stephane Glondu at 2025-08-30T07:57:07+02:00
    Fix autopkgtest on bytecode archs
    
  • 75e84962
    by Stephane Glondu at 2025-08-30T08:13:10+02:00
    Update changelog and prepare upload to unstable
    

2 changed files:

Changes:

  • debian/changelog
    1
    +ocaml-re (1.13.3-5) unstable; urgency=medium
    
    2
    +
    
    3
    +  * Team upload
    
    4
    +  * Fix autopkgtest on bytecode archs
    
    5
    +
    
    6
    + -- Stéphane Glondu <glondu@debian.org>  Sat, 30 Aug 2025 08:13:08 +0200
    
    7
    +
    
    1 8
     ocaml-re (1.13.3-4) unstable; urgency=medium
    
    2 9
     
    
    3 10
       * Team upload
    

  • debian/tests/tests
    ... ... @@ -10,6 +10,7 @@ cp debian/tests/dune-project ${outdir}/lib_test/
    10 10
     mkdir -p ${outdir}/lib_test/lib/
    
    11 11
     cp lib/*.{ml,mli} ${outdir}/lib_test/lib/
    
    12 12
     cd ${outdir}/lib_test
    
    13
    +sed -i '/modes/s/native/byte/g' expect/dune
    
    13 14
     
    
    14 15
     echo "* Run tests"
    
    15 16
     dune runtest 2>&1


  • Reply to: