Summary: | Debian packages only include release notes for Koha 3.x | ||
---|---|---|---|
Product: | Koha | Reporter: | David Cook <dcook> |
Component: | Packaging | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | CC: | martin.renvoize, mtj, nick |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: |
Description
David Cook
2022-03-31 23:42:33 UTC
Could someone check on a package installation if this is still true? (In reply to Katrin Fischer from comment #1) > Could someone check on a package installation if this is still true? I realize this bug is much newer than bug 7750 which mentioned it for the first time. (In reply to Katrin Fischer from comment #1) > Could someone check on a package installation if this is still true? 100% still true for on a 22.11 install. They're totally missing from koha-testing-docker but that looks unrelated. dpkg -L koha-common | less /usr/share/doc/koha-common/release_notes_30000.txt.gz /usr/share/doc/koha-common/release_notes_30000alpha.txt.gz /usr/share/doc/koha-common/release_notes_30000beta.txt.gz /usr/share/doc/koha-common/release_notes_30000stableRC1.txt.gz /usr/share/doc/koha-common/release_notes_30001.txt.gz /usr/share/doc/koha-common/release_notes_30002.txt.gz /usr/share/doc/koha-common/release_notes_30003.txt.gz /usr/share/doc/koha-common/release_notes_30004.txt.gz /usr/share/doc/koha-common/release_notes_30005.txt.gz /usr/share/doc/koha-common/release_notes_3_10_0.txt.gz /usr/share/doc/koha-common/release_notes_3_12_0.txt.gz /usr/share/doc/koha-common/release_notes_3_14_0.txt.gz /usr/share/doc/koha-common/release_notes_3_16_0.txt.gz /usr/share/doc/koha-common/release_notes_3_18_0.txt.gz /usr/share/doc/koha-common/release_notes_3_20_0.txt.gz /usr/share/doc/koha-common/release_notes_3_22_0.txt.gz /usr/share/doc/koha-common/release_notes_3_2_0.txt.gz /usr/share/doc/koha-common/release_notes_3_4_0.txt.gz /usr/share/doc/koha-common/release_notes_3_6_0.txt.gz /usr/share/doc/koha-common/release_notes_3_8_0.txt.gz The reason is the following: grep -R "release_notes" debian/* debian/koha-common.docs:misc/release_notes/release_notes_3*.txt debian/koha-core.docs:misc/release_notes/release_notes_3*.txt It would be an easy fix. It's just super low on the priority list. |