Changing the package maintainer and removing a whitespace in debian/control.in. The version for 3.22 does not include libhtml-parser-perl because bug 16971 is not pushed to 3.22 yet.
Created attachment 54423 [details] [review] Bug 17121 - debian/control.in update: change maintainer for 3.22.x Changing the package maintainer and removing a whitespace in debian/control.in.
This is a patch for 3.22.x! To test: git checkout -b bug_17121 origin/3.22.x debian/update-control git diff The result of git diff should be two changes in debian/control: 1) The maintainer line -Maintainer: Galen Charlton <gmcharlt@gmail.com> +Maintainer: Mirko Tietgen <mirko@abunchofthings.net> 2) A deleted trailing whitespace - perl-modules, + perl-modules,
Mirko bug 16971 is in 3.22.x now, did you want to update this patch?
(In reply to Chris Cormack from comment #3) > Mirko bug 16971 is in 3.22.x now, did you want to update this patch? libhtml-parser-perl got pushed with bug 16788, no update needed.
(In reply to Mirko Tietgen from comment #2) [SNIP] > The result of git diff should be two changes in debian/control: [SNIP] This test plan works for debian/control.in, but following build instructions from https://wiki.koha-community.org/wiki/Building_Debian_Packages_-_The_Easy_Way would mean you should make the same change to the debian/control not just debian/control.in, which this patch has. I'm not sure how the .in progresses to the non-in version, so I can't sign this off.
Thanks for testing! Changes to debian/control are in bug 17111, which is (will be) generated automatically when there are changes. This bug is only about having the change in the control.in file. Please sign off.
This is really a trivial patch. I'm preparing the 3.22.11 release, and it would be a shame to wait another month for this. So patch signed off, passed QA and pushed to 3.22.x all at once !
(In reply to Julian Maurice from comment #8) > This is really a trivial patch. I'm preparing the 3.22.11 release, and it > would be a shame to wait another month for this. So patch signed off, passed > QA and pushed to 3.22.x all at once ! I would have signed off, given Mirko's reply. :P But now, I'll go sign off 17111 instead. :)