Control: reassign -1 javahelper On Thu, 18 Jan 2018 23:41:19 +0200 Adrian Bunk <b...@debian.org> wrote: > Package: debhelper > Version: 11.1.2 > Severity: serious > Control: affects -1 javahelper src:zabbix > > https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/zabbix.html > > ... > jh_linkjars -O--max-parallel=4 -Nzabbix-frontend-php -Nzabbix-java-gateway > Invalid option: N > Usage: jh_linkjars [options] [target] > Options: > -h --help: show this text > -V --version: show the version > -v --verbose: show more information while running > -t --transitive: transitively link jars > -n --no-act: don't actually do anything, just print the results > -u --unlink: remove the links instead of adding them > debian/rules:77: recipe for target 'binary' failed > make: *** [binary] Error 1 > > > Works after downgrading to debhelper 11 > >
The -N option is a basic "shared" debhelper option required by any dh-like tool added to the debhelper sequence (similar to -p/-s/-i). The solution here is to have javahelper support that option. Thanks, ~Niels