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

[Git][ocaml-team/cppo][master] 3 commits: Add support for a different OCaml stdlib dir



Title: GitLab

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

Commits:

  • baeaed4a
    by Stephane Glondu at 2024-08-03T04:32:45+02:00
    Add support for a different OCaml stdlib dir
    
  • 1e76d96f
    by Stephane Glondu at 2024-08-03T04:32:52+02:00
    Update changelog
    
  • a3e31ed6
    by Stephane Glondu at 2024-08-03T05:14:03+02:00
    Prepare upload to unstable
    

2 changed files:

Changes:

  • debian/changelog
    1
    +cppo (1.6.9-4) unstable; urgency=medium
    
    2
    +
    
    3
    +  * Team upload
    
    4
    +  * Add support for a different OCaml stdlib dir
    
    5
    +
    
    6
    + -- Stéphane Glondu <glondu@debian.org>  Sat, 03 Aug 2024 05:13:52 +0200
    
    7
    +
    
    1 8
     cppo (1.6.9-3) unstable; urgency=medium
    
    2 9
     
    
    3 10
       * Team upload
    

  • debian/cppo.installdebian/cppo.install.in
    1 1
     usr/bin/cppo
    
    2
    -usr/lib/ocaml/cpp*
    2
    +@OCamlStdlibDir@/cpp*


  • Reply to: