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

[Git][ocaml-team/dh-ocaml][master] 2 commits: Pass remaining arguments to "dune build"



Title: GitLab

Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / dh-ocaml

Commits:

  • cc923a38
    by Stephane Glondu at 2023-08-23T07:47:31+02:00
    Pass remaining arguments to "dune build"
    
  • 28aacdeb
    by Stephane Glondu at 2023-08-23T07:50:01+02:00
    Update changelog
    

2 changed files:

Changes:

  • debhelper/ocaml_dune.pm
    ... ... @@ -57,7 +57,7 @@ sub get_dune_parallel {
    57 57
     sub build {
    
    58 58
         my $this = shift;
    
    59 59
         $this->doit_in_sourcedir( "dune", "build", $this->get_dune_parallel(),
    
    60
    -        "-p", $this->get_dune_package_name_list() );
    
    60
    +        "-p", $this->get_dune_package_name_list(), @_ );
    
    61 61
     }
    
    62 62
     
    
    63 63
     sub test {
    

  • debian/changelog
    1 1
     dh-ocaml (2.0) UNRELEASED; urgency=medium
    
    2 2
     
    
    3
    -  * Add explicit dependencies to versioned ocaml{,-base} if relevant
    
    3
    +  * dh_ocaml:
    
    4
    +    - Add explicit dependencies to versioned ocaml{,-base} if relevant
    
    5
    +  * ocaml_dune.pm:
    
    6
    +    - Pass remaining arguments to "dune build"
    
    4 7
     
    
    5 8
      -- Stéphane Glondu <glondu@debian.org>  Sun, 20 Aug 2023 08:17:54 +0200
    
    6 9
     
    


  • Reply to: