Source: libtime-y2038-perl Version: 20100403-5 Tags: patch User: [email protected] Usertags: cross-satisfiability
libtime-y2038-perl cannot be cross built, because its Build-Depends are not satisfiable. A first step towards resolving this issue is annotating the dependencies relevant for testing only with <!nocheck>, which yields identical binary artifacts as libtime-y2038-perl is reproducible. Please consider applying the attached patch. Helmut
diff --minimal -Nru libtime-y2038-perl-20100403/debian/changelog libtime-y2038-perl-20100403/debian/changelog --- libtime-y2038-perl-20100403/debian/changelog 2015-08-26 17:51:41.000000000 +0200 +++ libtime-y2038-perl-20100403/debian/changelog 2020-12-27 12:58:17.000000000 +0100 @@ -1,3 +1,10 @@ +libtime-y2038-perl (20100403-5.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Annotate test dependencies with <!nocheck>. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Sun, 27 Dec 2020 12:58:17 +0100 + libtime-y2038-perl (20100403-5) unstable; urgency=medium * Team upload. diff --minimal -Nru libtime-y2038-perl-20100403/debian/control libtime-y2038-perl-20100403/debian/control --- libtime-y2038-perl-20100403/debian/control 2015-05-27 22:00:04.000000000 +0200 +++ libtime-y2038-perl-20100403/debian/control 2020-12-27 12:58:15.000000000 +0100 @@ -7,8 +7,8 @@ Priority: optional Build-Depends: debhelper (>= 9.20120312), libjson-perl, - libtest-exception-perl, - libtest-warn-perl, + libtest-exception-perl <!nocheck>, + libtest-warn-perl <!nocheck>, perl, libmodule-build-perl (>= 0.360000) Standards-Version: 3.9.4

