summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephane Glondu <Stéphane Glondu glondu@debian.org>2023-07-12 10:51:28 +0200
committerStephane Glondu <Stéphane Glondu glondu@debian.org>2023-07-12 10:51:28 +0200
commit1508369191a36eaecbed6bfb3b982a02ffb562b8 (patch)
tree16fdb18a3643efb7ff03df2faf2d5fdb9c4fbd49
parent296b7cc78f400c1cb72c1f383bd764ef1159b703 (diff)
Build-depend on ocaml-dune (Closes: #1040813)debian/0.6.1-3
-rw-r--r--debian/changelog7
-rw-r--r--debian/control2
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index aae8803..b8eadc0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ocaml-unix-errno (0.6.1-3) unstable; urgency=medium
+
+ * Team upload
+ * Build-depend on ocaml-dune (Closes: #1040813)
+
+ -- Stéphane Glondu <glondu@debian.org> Wed, 12 Jul 2023 10:51:25 +0200
+
ocaml-unix-errno (0.6.1-2) unstable; urgency=medium
* Rebuild for source-only upload
diff --git a/debian/control b/debian/control
index 89d2d36..cb238f6 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Kyle Robbertze <paddatrapper@debian.org>
Build-Depends: debhelper-compat (=13),
dh-ocaml (>= 0.9),
- dune,
+ ocaml-dune,
ocaml-findlib (>= 1.2.4),
ocaml (>= 3.11.2),
libctypes-ocaml-dev,