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

[Git][ocaml-team/morbig][master] 3 commits: Do not hardcode /usr/lib/ocaml



Title: GitLab

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

Commits:

  • f5af9db4
    by Stephane Glondu at 2024-08-03T08:49:16+02:00
    Do not hardcode /usr/lib/ocaml
    
  • 13cee5b5
    by Stephane Glondu at 2024-08-03T08:50:17+02:00
    Update changelog
    
  • 6ae1a3ea
    by Stephane Glondu at 2024-08-03T09:46:55+02:00
    Prepare upload to unstable
    

2 changed files:

Changes:

  • debian/changelog
    1
    +morbig (0.11.0-2) unstable; urgency=medium
    
    2
    +
    
    3
    +  * Team upload
    
    4
    +  * Do not hardcode /usr/lib/ocaml
    
    5
    +
    
    6
    + -- Stéphane Glondu <glondu@debian.org>  Sat, 03 Aug 2024 09:46:45 +0200
    
    7
    +
    
    1 8
     morbig (0.11.0-1) unstable; urgency=medium
    
    2 9
     
    
    3 10
       * New upstream version 0.11.0
    

  • debian/libmorbig-ocaml-dev.installdebian/libmorbig-ocaml-dev.install.in
    1
    -usr/lib/morbig		usr/lib/ocaml/
    
    1
    +usr/lib/morbig		@OCamlStdlibDir@
    
    2 2
     src/morbig.docdir/*	usr/share/doc/libmorbig-ocaml-dev/html


  • Reply to: