Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / ocp-indent


Commits:
31b75c97 by Stephane Glondu at 2023-07-15T16:27:25+02:00
Use ocaml_dune DH buildsystem

- - - - -


4 changed files:

- debian/changelog
- debian/control
- + debian/debian-dune
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+ocp-indent (1.8.2-3) unstable; urgency=medium
+
+  * Team upload
+  * Use ocaml_dune DH buildsystem
+
+ -- Stéphane Glondu <[email protected]>  Sat, 15 Jul 2023 16:27:19 +0200
+
 ocp-indent (1.8.2-2) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/control
=====================================
@@ -4,7 +4,7 @@ Maintainer: Debian OCaml Maintainers 
<[email protected]>
 Uploaders: Johannes 'josch' Schauer <[email protected]>
 Build-Depends:
  debhelper-compat (= 13),
- dh-ocaml,
+ dh-ocaml (>= 1.2),
  ocaml-nox,
  ocaml-dune,
  libcmdliner-ocaml-dev,


=====================================
debian/debian-dune
=====================================
@@ -0,0 +1 @@
+ocp-indent


=====================================
debian/rules
=====================================
@@ -1,14 +1,5 @@
 #!/usr/bin/make -f
-
-
-DESTDIR=$(CURDIR)/debian/tmp
-include /usr/share/ocaml/ocamlvars.mk
+# -*- makefile -*-
 
 %:
-       dh $@ --with ocaml
-
-override_dh_auto_build:
-       dune build -p ocp-indent --verbose
-
-override_dh_auto_install:
-       dune install --destdir=$(DESTDIR) --prefix=/usr 
--libdir=..$(OCAML_STDLIB_DIR) --verbose
+       dh $@ --with ocaml --buildsystem ocaml_dune



View it on GitLab: 
https://salsa.debian.org/ocaml-team/ocp-indent/-/commit/31b75c977f37c09b4a6d9147ccb4fd460cb4509e

-- 
View it on GitLab: 
https://salsa.debian.org/ocaml-team/ocp-indent/-/commit/31b75c977f37c09b4a6d9147ccb4fd460cb4509e
You're receiving this email because of your account on salsa.debian.org.


Reply via email to