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


Commits:
f0f74807 by Stephane Glondu at 2023-07-16T08:25:55+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 @@
+ocaml-flac (0.3.1-2) unstable; urgency=medium
+
+  * Team upload
+  * Use ocaml_dune DH buildsystem
+
+ -- Stéphane Glondu <[email protected]>  Sun, 16 Jul 2023 08:25:50 +0200
+
 ocaml-flac (0.3.1-1) unstable; urgency=medium
 
   [ Debian Janitor ]


=====================================
debian/control
=====================================
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian OCaml Maintainers <[email protected]>
 Uploaders: Kyle Robbertze <[email protected]>
 Build-Depends: debhelper-compat (= 13),
-               dh-ocaml,
+               dh-ocaml (>= 1.2),
                ocaml-dune,
                ocaml-nox,
                libflac-dev,


=====================================
debian/debian-dune
=====================================
@@ -0,0 +1 @@
+flac


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



View it on GitLab: 
https://salsa.debian.org/ocaml-team/ocaml-flac/-/commit/f0f748076772c3c63aeace6d4e09271fd81c8cd7

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


Reply via email to