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

[Git][ocaml-team/ocaml-migrate-parsetree][master] Remove obsolete autopkgtest



Title: GitLab

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

Commits:

3 changed files:

Changes:

  • debian/changelog
    1
    +ocaml-migrate-parsetree (2.3.0-2) unstable; urgency=medium
    
    2
    +
    
    3
    +  * Team upload
    
    4
    +  * Remove obsolete autopkgtest
    
    5
    +
    
    6
    + -- Stéphane Glondu <glondu@debian.org>  Thu, 27 Jan 2022 15:16:01 +0100
    
    7
    +
    
    1 8
     ocaml-migrate-parsetree (2.3.0-1) unstable; urgency=medium
    
    2 9
     
    
    3 10
       * Team upload
    

  • debian/tests/control deleted
    1
    -Tests: omp-ppx-here
    
    2
    -Depends: ocaml-nox, ocaml-findlib, @
    
    3
    -Restrictions: allow-stderr

  • debian/tests/omp-ppx-here deleted
    1
    -#!/bin/sh
    
    2
    -
    
    3
    -set -e
    
    4
    -
    
    5
    -cd "$(dirname "$0")/../../examples/omp_ppx_here"
    
    6
    -
    
    7
    -if [ -x '/usr/bin/ocamlopt' ]
    
    8
    -then
    
    9
    -	make
    
    10
    -else
    
    11
    -	make ppx_here.cmo
    
    12
    -fi
    
    13
    -
    
    14
    -make clean


  • Reply to: