Source: camlidl Version: 1.11-1 Tags: patch User: [email protected] Usertags: cross-satisfiability
camlidl cannot be cross built from source for a number of dependency issues. Two of them are binutils and cpp, both of which are natively implied by build-essential and cross-unsatisfiable. Please drop them. I'll leave the issues around dh-ocaml for later and attach a patch for your convenience. Helmut
diff --minimal -Nru camlidl-1.11/debian/changelog camlidl-1.11/debian/changelog --- camlidl-1.11/debian/changelog 2023-01-20 12:35:37.000000000 +0100 +++ camlidl-1.11/debian/changelog 2023-03-08 09:08:28.000000000 +0100 @@ -1,3 +1,11 @@ +camlidl (1.11-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Drop unnecessary and cross-unsatisfiable dependencies on binutils and cpp. + (Closes: #-1) + + -- Helmut Grohne <[email protected]> Wed, 08 Mar 2023 09:08:28 +0100 + camlidl (1.11-1) unstable; urgency=medium [ Stéphane Glondu ] diff --minimal -Nru camlidl-1.11/debian/control camlidl-1.11/debian/control --- camlidl-1.11/debian/control 2023-01-20 12:35:37.000000000 +0100 +++ camlidl-1.11/debian/control 2023-03-08 09:08:25.000000000 +0100 @@ -7,8 +7,6 @@ Build-Depends: ocaml-nox, debhelper-compat (= 13), - cpp, - binutils, dh-ocaml Standards-Version: 4.6.1 Rules-Requires-Root: no

