https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33168 --- Comment #19 from David Cook <dcook@prosentient.com.au> --- If I make a tarball from custom 21.11, I see docs/history.txt is in there... But when I build from that same branch, the history.txt file is not in the .deb package. I can confirm that using 'dpkg -c' on the .deb file. -- It looks like it's being installed by dh_auto_install into the '/debian/tmp' build directory... Installing /home/koha/build/koha-21.11.XX-XXXX+20230320095638.5d5cedcd/debian/tmp/usr/share/koha/doc/teams.yaml Installing /home/koha/build/koha-21.11.XX-XXXX+20230320095638.5d5cedcd/debian/tmp/usr/share/koha/doc/contributors.yaml Installing /home/koha/build/koha-21.11.XX-XXXX+20230320095638.5d5cedcd/debian/tmp/usr/share/koha/doc/history.txt However in debian/rules, we nuke /usr/share/koha/doc since we don't need it in /usr/share/koha... so that's irrelevant. Just shows that it does exist at that point in time... -- I don't know. It's so weird that teams.yaml and contributors.yaml get included but history.txt does not. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.