[Bug 17121] New: debian/control.in update: change maintainer for 3.22.x
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17121 Bug ID: 17121 Summary: debian/control.in update: change maintainer for 3.22.x Change sponsored?: --- Product: Koha Version: 3.22 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Packaging Assignee: koha-bugs@lists.koha-community.org Reporter: mirko@abunchofthings.net QA Contact: testopia@bugs.koha-community.org CC: mirko@abunchofthings.net 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. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17121 Mirko Tietgen <mirko@abunchofthings.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |mirko@abunchofthings.net |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17121 Mirko Tietgen <mirko@abunchofthings.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17121 --- Comment #1 from Mirko Tietgen <mirko@abunchofthings.net> --- Created attachment 54423 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=54423&action=edit Bug 17121 - debian/control.in update: change maintainer for 3.22.x Changing the package maintainer and removing a whitespace in debian/control.in. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17121 Mirko Tietgen <mirko@abunchofthings.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17121 Mirko Tietgen <mirko@abunchofthings.net> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=17062 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17121 Mirko Tietgen <mirko@abunchofthings.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |17111 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17111 [Bug 17111] Automatic debian/control updates (oldstable) -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17121 --- Comment #2 from Mirko Tietgen <mirko@abunchofthings.net> --- 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, -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17121 Mirko Tietgen <mirko@abunchofthings.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |claire_gravely@hotmail.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17121 Mirko Tietgen <mirko@abunchofthings.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17121 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris@bigballofwax.co.nz --- Comment #3 from Chris Cormack <chris@bigballofwax.co.nz> --- Mirko bug 16971 is in 3.22.x now, did you want to update this patch? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17121 --- Comment #4 from Mirko Tietgen <mirko@abunchofthings.net> --- (In reply to Chris Cormack from comment #3)
Mirko bug 16971 is in 3.22.x now, did you want to update this patch?
No, the other change will come with an updated version of bug 17111 once this is pushed. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17121 --- Comment #5 from Mirko Tietgen <mirko@abunchofthings.net> --- (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. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17121 M. Tompsett <mtompset@hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtompset@hotmail.com --- Comment #6 from M. Tompsett <mtompset@hotmail.com> --- (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. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17121 --- Comment #7 from Mirko Tietgen <mirko@abunchofthings.net> --- 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. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17121 Julian Maurice <julian.maurice@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julian.maurice@biblibre.com Status|Needs Signoff |Signed Off --- Comment #8 from Julian Maurice <julian.maurice@biblibre.com> --- 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 ! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17121 Julian Maurice <julian.maurice@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17121 Julian Maurice <julian.maurice@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Stable -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17121 --- Comment #9 from M. Tompsett <mtompset@hotmail.com> --- (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. :) -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17121 Mirko Tietgen <mirko@abunchofthings.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to Stable |RESOLVED -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org