On 2018-05-21 17:05 +0200, Sven Joachim wrote: > Package: debhelper > Version: 11.3 > > Upon rebuilding (binary-arch only) ncurses with debhelper 11.3, I found > that lintian would notice missing upstream changelogs: > > ,---- > | P: libtinfo6: no-upstream-changelog > | P: libtinfo5: no-upstream-changelog > | P: lib64tinfo6: no-upstream-changelog > | P: ncurses-bin: no-upstream-changelog > | P: ncurses-examples: no-upstream-changelog > `---- > > In debian/rules I have "dh_installchangelogs -a NEWS", nothing fancy. > And dh_installchangelogs silently skipped this file.
For the reference, commit 406bd37eb469 ("dh_installchangelogs: Prefer existing changelog in d/<pkg>/u/s/d/<pkg>") is the culprit. Cheers, Sven