[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#981784: ocaml-ctypes: annotate test dependencies <!nocheck>



Source: ocaml-ctypes
Version: 0.17.1-2
Tags: patch
User: helmutg@debian.org
Usertags: rebootstrap

ocaml-ctypes participates in dependency loops relevant to architecture
bootstrap. Instead of looking into such a difficult problem, I looked
into easily droppable dependencies and found that libounit-ocaml-dev and
liblwt-ocaml-dev can be dropped in a nocheck build. Please consider
applying the attached patch to annotate them <!nocheck>.

Helmut
diff --minimal -Nru ocaml-ctypes-0.17.1/debian/changelog ocaml-ctypes-0.17.1/debian/changelog
--- ocaml-ctypes-0.17.1/debian/changelog	2020-08-05 17:29:30.000000000 +0200
+++ ocaml-ctypes-0.17.1/debian/changelog	2021-02-03 15:21:56.000000000 +0100
@@ -1,3 +1,10 @@
+ocaml-ctypes (0.17.1-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Annotate test dependencies <!nocheck>. (Closes: #-1)
+
+ -- Helmut Grohne <helmut@subdivi.de>  Wed, 03 Feb 2021 15:21:56 +0100
+
 ocaml-ctypes (0.17.1-2) unstable; urgency=medium
 
   * Link libtest_functions.so with -lm (fixes FTBFS on some architectures)
diff --minimal -Nru ocaml-ctypes-0.17.1/debian/control ocaml-ctypes-0.17.1/debian/control
--- ocaml-ctypes-0.17.1/debian/control	2020-08-05 17:29:30.000000000 +0200
+++ ocaml-ctypes-0.17.1/debian/control	2021-02-03 15:21:52.000000000 +0100
@@ -9,8 +9,8 @@
  ocaml-findlib,
  ocaml-nox,
  libintegers-ocaml-dev,
- libounit-ocaml-dev,
- liblwt-ocaml-dev (>= 3.2.0),
+ libounit-ocaml-dev <!nocheck>,
+ liblwt-ocaml-dev (>= 3.2.0) <!nocheck>,
  dh-ocaml
 Standards-Version: 4.5.0
 Rules-Requires-Root: no

Reply to: