summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Robbertze <paddatrapper@debian.org>2022-11-13 18:09:47 +0200
committerKyle Robbertze <paddatrapper@debian.org>2022-11-13 18:12:27 +0200
commit81d7c34cb19cd212cdab18498f11284be7c8c871 (patch)
treeab69ac6fd7cb8236b9a3317f035b1dcb9e030a8c
parent60bc5c9e36de66d3ad17b862859286de016ba33a (diff)
d/control: depend on shlibs
-rw-r--r--debian/control17
1 files changed, 8 insertions, 9 deletions
diff --git a/debian/control b/debian/control
index 96248f2..450acbb 100644
--- a/debian/control
+++ b/debian/control
@@ -3,13 +3,12 @@ Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Kyle Robbertze <paddatrapper@debian.org>
-Build-Depends:
- debhelper-compat (= 13),
- dh-buildinfo,
- ocaml-nox,
- dh-ocaml,
- ocaml-dune,
- libpcre-ocaml-dev
+Build-Depends: debhelper-compat (= 13),
+ dh-buildinfo,
+ dh-ocaml,
+ libpcre-ocaml-dev,
+ ocaml-dune,
+ ocaml-nox
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: https://savonet.sourceforge.net/
@@ -18,7 +17,7 @@ Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-duppy
Package: libduppy-ocaml
Architecture: any
-Depends: ${shlibs:Depends}, ${ocaml:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${ocaml:Depends}, ${shlibs:Depends}
Provides: ${ocaml:Provides}
Description: Advanced scheduler for OCaml (Runtime library)
Duppy is an event scheduler written for OCaml. It allows the user
@@ -32,7 +31,7 @@ Description: Advanced scheduler for OCaml (Runtime library)
Package: libduppy-ocaml-dev
Architecture: any
-Depends: ${ocaml:Depends}, ocaml-findlib, ${misc:Depends}
+Depends: ocaml-findlib, ${misc:Depends}, ${ocaml:Depends}, ${shlibs:Depends}
Provides: ${ocaml:Provides}
Description: Advanced scheduler for OCaml (Development package)
Duppy is an event scheduler written for OCaml. It allows the user