Bug#1066410: More help needed to finally fix autoconf in ncftp

2025-02-15 Thread itd
initscr(); > 5130 exit(0); yes, there is a `#include ` missing (-Wimplicit-function-declaration) and `main` needs a return value (-Wimplicit-int). Something like [0] seems to work [1]. [0]: https://salsa.debian.org/itd/ncftp/-/commit/600b2ea2d4f2c2ed9d9b34f7267de82c8

Bug#966935: libpandoc-wrapper-perl: FTBFS: dh_auto_test: error: perl Build test --verbose 1 returned exit code 1

2020-08-11 Thread itd
libpandoc-elements-perl-0.38/lib/Pandoc/Elements.pm @@ -23,6 +23,7 @@ my $PANDOC_BIN_MIN = Pandoc::Version->ne # release version => minimal required api version my @REQUIRED_API = map { Pandoc::Version->new($_) } +'2.9.1' => '1.20', # TODO this is a blindtext; please remove this FIXME '1.19' => '1.17', # pandoc 1.19 has api 1.17.0.4, compatible with api 1.17 '1.18' => '1.17', # pandoc 1.18 has api 1.17.0.4, compatible with api 1.17 '1.16' => '1.16', # pandoc 1.16 has api 1.16 Regards itd