Source: cupt Version: 2.10.4+nmu1 Tags: patch User: [email protected] Usertags: cross-satisfiability
cupt cannot be cross built from source, because its Build-Depends are not satisfiable. Instead of looking into such a difficult problem, I looked for easily droppable dependencies and noticed that debian/control already partitions its build dependencies into functional categories via source code comments. All that is missing here is annotating the already separated test dependencies <!nocheck>. Please consider applying the attached patch. Helmut
diff --minimal -Nru cupt-2.10.4+nmu1/debian/changelog cupt-2.10.4+nmu2/debian/changelog --- cupt-2.10.4+nmu1/debian/changelog 2020-06-07 22:56:21.000000000 +0200 +++ cupt-2.10.4+nmu2/debian/changelog 2021-02-28 08:52:01.000000000 +0100 @@ -1,3 +1,10 @@ +cupt (2.10.4+nmu2) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Annotate test dependencies <!nocheck>. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Sun, 28 Feb 2021 08:52:01 +0100 + cupt (2.10.4+nmu1) unstable; urgency=medium * Non-maintainer upload. diff --minimal -Nru cupt-2.10.4+nmu1/debian/control cupt-2.10.4+nmu2/debian/control --- cupt-2.10.4+nmu1/debian/control 2020-06-07 22:52:19.000000000 +0200 +++ cupt-2.10.4+nmu2/debian/control 2021-02-28 08:51:59.000000000 +0100 @@ -18,14 +18,14 @@ doxygen, txt2tags, # test suite - gpgv (>= 2), - gnupg (>= 2), - ed, - libipc-run3-perl, - liblist-moreutils-perl, - libtest-dir-perl, - libexpect-simple-perl, - locales-all + gpgv (>= 2) <!nocheck>, + gnupg (>= 2) <!nocheck>, + ed <!nocheck>, + libipc-run3-perl <!nocheck>, + liblist-moreutils-perl <!nocheck>, + libtest-dir-perl <!nocheck>, + libexpect-simple-perl <!nocheck>, + locales-all <!nocheck> Maintainer: Eugene V. Lyubimkin <[email protected]> Homepage: https://wiki.debian.org/Cupt Standards-Version: 4.1.3

