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

[Git][ocaml-team/ocamlify][master] 3 commits: Bump Standards-Version to 4.6.2



Title: GitLab

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

Commits:

  • 6991d711
    by Stephane Glondu at 2023-09-21T07:04:42+02:00
    Bump Standards-Version to 4.6.2
    
  • 71a80be3
    by Stephane Glondu at 2023-09-21T07:05:08+02:00
    Make ocamlify an arch:any package
    
  • 39127250
    by Stephane Glondu at 2023-09-21T07:06:09+02:00
    Update changelog and prepare upload to unstable
    

2 changed files:

Changes:

  • debian/changelog
    1
    +ocamlify (0.0.2-10) unstable; urgency=medium
    
    2
    +
    
    3
    +  * Team upload
    
    4
    +  * Recompile with OCaml 4.14.1
    
    5
    +  * Make ocamlify an arch:any package
    
    6
    +  * Bump Standards-Version to 4.6.2
    
    7
    +
    
    8
    + -- Stéphane Glondu <glondu@debian.org>  Thu, 21 Sep 2023 07:05:58 +0200
    
    9
    +
    
    1 10
     ocamlify (0.0.2-9) unstable; urgency=medium
    
    2 11
     
    
    3 12
       * Team upload
    

  • debian/control
    ... ... @@ -9,14 +9,14 @@ Build-Depends:
    9 9
      dh-ocaml,
    
    10 10
      ocamlbuild,
    
    11 11
      ocaml-findlib
    
    12
    -Standards-Version: 4.6.0
    
    12
    +Standards-Version: 4.6.2
    
    13 13
     Rules-Requires-Root: no
    
    14 14
     Vcs-Browser: https://salsa.debian.org/ocaml-team/ocamlify
    
    15 15
     Vcs-Git: https://salsa.debian.org/ocaml-team/ocamlify.git
    
    16 16
     Homepage: http://ocamlify.forge.ocamlcore.org/
    
    17 17
     
    
    18 18
     Package: ocamlify
    
    19
    -Architecture: all
    
    19
    +Architecture: any
    
    20 20
     Depends: ${shlibs:Depends}, ${misc:Depends}, ${ocaml:Depends}
    
    21 21
     Description: include files in OCaml code
    
    22 22
      This program allows one to copy files inside OCaml code. It uses a first file
    


  • Reply to: