https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38453 --- Comment #4 from David Cook <dcook@prosentient.com.au> --- (In reply to Mason James from comment #2)
i think this already happens...
# apt upgrade koha-common The following packages will be upgraded: koha-common koha-l10n
(In reply to Aleisha Amohia from comment #3)
Maybe it has been fixed then. When I reported this a few months ago it certainly didn't work that way.
I'll close this once the next minor point comes out and can confirm it's working as expected :)
I think that maybe you're both right. This was bugging me, so I did a comparison of "apt-get install" and "apt-get upgrade". If you do "apt-get install koha-common" to upgrade koha-common, it appears that apt will only upgrade that package. But if you do "apt-get upgrade koha-common", it will upgrade koha-common and its dependencies. Not sure how well that translates to tools like Ansible which abstract the install/upgrade process. Because the difference comes from the Debian tooling, it might be the safest to do something like "apt-get install koha-common koha-l10n" for targeted upgrades. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.