Source: libebook-tools-perl Version: 0.5.4-1.3 Tags: patch User: debian-cr...@lists.debian.org Usertags: cross-satisfiability
I looked into cross building libebook-tools-perl, which might be irrelevant if #825652 is fixed. In any case, I noticed that the vast majority of its Build-Depends are not needed. If you perform a nocheck build, all but three can be dropped and you still get a bit-identical result. Please consider applying the attached patch. Helmut
diff -u libebook-tools-perl-0.5.4/debian/changelog libebook-tools-perl-0.5.4/debian/changelog --- libebook-tools-perl-0.5.4/debian/changelog +++ libebook-tools-perl-0.5.4/debian/changelog @@ -1,3 +1,10 @@ +libebook-tools-perl (0.5.4-1.4) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Annotate most Build-Depends with <!nocheck>. (Closes: #-1) + + -- Helmut Grohne <hel...@subdivi.de> Sat, 15 Feb 2020 12:09:21 +0100 + libebook-tools-perl (0.5.4-1.3) unstable; urgency=medium * Non-maintainer upload. diff -u libebook-tools-perl-0.5.4/debian/control libebook-tools-perl-0.5.4/debian/control --- libebook-tools-perl-0.5.4/debian/control +++ libebook-tools-perl-0.5.4/debian/control @@ -2,7 +2,7 @@ Section: perl Priority: optional Maintainer: Zed Pobre <z...@debian.org> -Build-Depends: debhelper (>= 8), perl (>= 5.10.1), libarchive-zip-perl, libbit-vector-perl, libconfig-inifiles-perl, libdate-manip-perl, libdbd-sqlite3-perl, libdbi-perl, libencode-detect-perl, libfile-mimeinfo-perl, libfile-slurp-perl, libfile-which-perl, libhtml-parser-perl, libimage-size-perl, liblingua-en-nameparse-perl, liblist-moreutils-perl, libmodule-build-perl, libmojolicious-perl (>= 3), libossp-uuid-perl, libpalm-perl, libstring-crc32-perl, libtie-ixhash-perl, libtime-local-perl, libwww-perl, libxml-twig-perl, txt2html +Build-Depends: debhelper (>= 8), perl (>= 5.10.1), libarchive-zip-perl <!nocheck>, libbit-vector-perl <!nocheck>, libconfig-inifiles-perl <!nocheck>, libdate-manip-perl <!nocheck>, libdbd-sqlite3-perl <!nocheck>, libdbi-perl <!nocheck>, libencode-detect-perl <!nocheck>, libfile-mimeinfo-perl <!nocheck>, libfile-slurp-perl <!nocheck>, libfile-which-perl <!nocheck>, libhtml-parser-perl <!nocheck>, libimage-size-perl <!nocheck>, liblingua-en-nameparse-perl <!nocheck>, liblist-moreutils-perl <!nocheck>, libmodule-build-perl, libmojolicious-perl (>= 3) <!nocheck>, libossp-uuid-perl <!nocheck>, libpalm-perl <!nocheck>, libstring-crc32-perl <!nocheck>, libtie-ixhash-perl <!nocheck>, libtime-local-perl <!nocheck>, libwww-perl <!nocheck>, libxml-twig-perl <!nocheck>, txt2html <!nocheck> Standards-Version: 3.9.5 Homepage: http://search.cpan.org/dist/EBook-Tools/ Vcs-Git: git://github.com/AZed/ebook-tools.git