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

[Git][ocaml-team/headache][master] 2 commits: Fix autopkgtest



Title: GitLab

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

Commits:

  • 5db995df
    by Stephane Glondu at 2024-06-08T07:57:05+02:00
    Fix autopkgtest
    
  • 81b55dea
    by Stephane Glondu at 2024-06-08T07:59:04+02:00
    Update changelog and prepare upload to unstable
    

2 changed files:

Changes:

  • debian/changelog
    1
    +headache (1.08-2) unstable; urgency=medium
    
    2
    +
    
    3
    +  * Team upload
    
    4
    +  * Fix autopkgtest
    
    5
    +
    
    6
    + -- Stéphane Glondu <glondu@debian.org>  Sat, 08 Jun 2024 07:58:47 +0200
    
    7
    +
    
    1 8
     headache (1.08-1) unstable; urgency=medium
    
    2 9
     
    
    3 10
       * Team upload
    

  • debian/tests/ocaml-files/hello.ml.out
    ... ... @@ -8,6 +8,7 @@
    8 8
     (*                                                                        *)
    
    9 9
     (*  Additional terms apply, due to the reproduction of portions of        *)
    
    10 10
     (*  the POSIX standard. Please refer to the file COPYING for details.     *)
    
    11
    +(*                                                                        *)
    
    11 12
     (**************************************************************************)
    
    12 13
     
    
    13 14
     Printf.printf "Hello, world.\n"


  • Reply to: