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

[Git][ocaml-team/ocamlgsl][master] Include ocamlvars.mk in debian/rules



Title: GitLab

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

Commits:

  • 4eac3f81
    by Stephane Glondu at 2023-07-20T15:09:59+02:00
    Include ocamlvars.mk in debian/rules
    

2 changed files:

Changes:

  • debian/changelog
    1
    +ocamlgsl (1.24.3-4) UNRELEASED; urgency=medium
    
    2
    +
    
    3
    +  * Include ocamlvars.mk in debian/rules
    
    4
    +
    
    5
    + -- Stéphane Glondu <glondu@debian.org>  Thu, 20 Jul 2023 15:09:59 +0200
    
    6
    +
    
    1 7
     ocamlgsl (1.24.3-3) unstable; urgency=medium
    
    2 8
     
    
    3 9
       * Team upload
    

  • debian/rules
    1 1
     #!/usr/bin/make -f
    
    2 2
     # -*- makefile -*-
    
    3 3
     
    
    4
    +include /usr/share/ocaml/ocamlvars.mk
    
    5
    +
    
    4 6
     %:
    
    5 7
     	dh $@ --with ocaml --buildsystem ocaml_dune


  • Reply to: