Summary: | debian/control.in update: change maintainer for 3.22.x | ||
---|---|---|---|
Product: | Koha | Reporter: | Mirko Tietgen <mirko> |
Component: | Packaging | Assignee: | Mirko Tietgen <mirko> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | chris, claire_gravely, julian.maurice, mirko, mtompset |
Version: | 3.22 | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17062 | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | |||
Bug Blocks: | 17111 | ||
Attachments: | Bug 17121 - debian/control.in update: change maintainer for 3.22.x |
Description
Mirko Tietgen
2016-08-13 11:44:01 UTC
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. :) |