https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33168 --- Comment #22 from David Cook <dcook@prosentient.com.au> --- (In reply to Mason James from comment #21)
hmm, i think ive traced the problem to using deb9 vs deb10 pbuilder versions, (wtf)
Yeah, I think the problem surfaced when I switched from building on deb9 Stretch to deb11 Bullseye. I'm not using pbuilder so I imagine it's a lower level component causing the problem. I'm wondering if "history.txt" is a magic word to newer versions of debuild (or another component), and if the solution is to just rename the file. Apparently dh_installchangelogs looks for history.txt... Ahhhhhh guess what file is installed as /usr/share/doc/koha-common/changelog.gz? Our old friend history.txt! "In non-native packages, dh_installchangelogs will first look for changelog files installed by the upstream build system into usr/share/doc/package (of the package build directory) and rename the most likely candidate (if any) to usr/share/doc/package/changelog." https://manpages.debian.org/testing/debhelper/dh_installchangelogs.1.en.html -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.