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

[Git][ocaml-team/ocaml-sedlex][master] Fix autopkgtest



Title: GitLab

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

Commits:

2 changed files:

Changes:

  • debian/changelog
    1
    +ocaml-sedlex (2.5-2) unstable; urgency=medium
    
    2
    +
    
    3
    +  * Team upload
    
    4
    +  * Fix autopkgtest
    
    5
    +
    
    6
    + -- Stéphane Glondu <glondu@debian.org>  Thu, 27 Jan 2022 15:24:44 +0100
    
    7
    +
    
    1 8
     ocaml-sedlex (2.5-1) unstable; urgency=medium
    
    2 9
     
    
    3 10
       [ Stéphane Glondu ]
    

  • debian/tests/test-examples
    ... ... @@ -10,7 +10,7 @@ cd "${testdir}/example"
    10 10
     
    
    11 11
     sed -i 's/sedlex_ppx/sedlex.ppx/g' dune
    
    12 12
     
    
    13
    -echo "(lang dune 1.11)" > dune-project
    
    13
    +echo "(lang dune 2.9)" > dune-project
    
    14 14
     dune build @runtest --verbose
    
    15 15
     
    
    16 16
     echo "test: OK"


  • Reply to: