Source: quantlib
Version: 1.10.1-1
Severity: serious
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/quantlib.html
...
rm -vf
/build/1st/quantlib-1.10.1/debian/libquantlib0-dev/usr/share/doc/libquantlib0v5/examples/test-suite/CPPUNIT-COPYING
dh_installchangelogs -plibquantlib0v5 -N -Nquantlib-examples ChangeLog.txt
dh_installchangelogs: Unknown package -Nquantlib-examples given via
-N/--no-package, expected one of: libquantlib0v5 libquantlib0-dev
quantlib-examples
dh_installchangelogs: unknown option or error during option parsing; aborting
debian/rules:157: recipe for target 'install-work' failed
make[1]: *** [install-work] Error 25
make[1]: Leaving directory '/build/1st/quantlib-1.10.1'
debian/rules:155: recipe for target 'install-stamp' failed
make: *** [install-stamp] Error 2
debian/rules says:
dh_installchangelogs -p$(libpkg) -N$(debpkg) -N$(smppkg)
ChangeLog.txt
$(debpkg) used here and a few lines below is not set anywhere,
the variable that does exist is $(devpkg).