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:

- debhelper/ocaml_dune.pm
- debian/changelog


Changes:

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


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



View it on GitLab: 
https://salsa.debian.org/ocaml-team/dh-ocaml/-/compare/51b6f5aa174ccc321bf22eb7f6c04f2552ca5303...28aacdebb3cac78dcf39a716583c10234e1e1177

-- 
View it on GitLab: 
https://salsa.debian.org/ocaml-team/dh-ocaml/-/compare/51b6f5aa174ccc321bf22eb7f6c04f2552ca5303...28aacdebb3cac78dcf39a716583c10234e1e1177
You're receiving this email because of your account on salsa.debian.org.


Reply via email to