<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body>A new request with request id 17731 has been created by koha-devel-request@lists.koha-community.org. Short info on the request is : <br><br>Title : Koha-devel Digest, Vol 187, Issue 4<br>Category : <br>Description : <div>Send Koha-devel mailing list submissions to<br>    koha-devel@lists.koha-community.org<br><br>To subscribe or unsubscribe via the World Wide Web, visit<br>    https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel<br>or, via email, send a message with subject or body 'help' to<br>    koha-devel-request@lists.koha-community.org<br><br>You can reach the person managing the list at<br>    koha-devel-owner@lists.koha-community.org<br><br>When replying, please edit your Subject line so it is more specific<br>than "Re: Contents of Koha-devel digest..."<br><br><br>Today's Topics:<br><br>   1. Re: Follow-up patches and why not to use them (Joonas Kylmälä)<br>   2. Increasing Debian Package Compatibility Levels<br>      (dcook@prosentient.com.au)<br>   3. Re: Increasing Debian Package Compatibility Levels<br>      (dcook@prosentient.com.au)<br><br><br>----------------------------------------------------------------------<br><br>Message: 1<br>Date: Mon, 7 Jun 2021 07:26:19 +0300<br>From: Joonas Kylmälä <joonas.kylmala@helsinki.fi><br>To: Julian Maurice <julian.maurice@biblibre.com>,<br>    koha-devel@lists.koha-community.org<br>Subject: Re: [Koha-devel] Follow-up patches and why not to use them<br>Message-ID: <7965dba3-c0b1-1cba-457e-9508d0f39ac9@helsinki.fi><br>Content-Type: text/plain; charset=utf-8<br><br>Hi,<br><br>On 04/06/2021 15:42, Julian Maurice wrote:<br>> Do you know you can revert multiple commits at once (ie. only one<br>> "revert commit" that revert a series of commits) ? Would that make it<br>> easier for cases like that ?<br>> And when trying to find all commits of a particular bug, git log --grep<br>> is your friend.<br><br>Yup, however you still need to verify all the changes make sense on top<br>of the new code base so that doesn't help.<br><br>> By enforcing a "1 commit" rule we would lose the (often) logical<br>> separation of patches that makes review easier.<br><br>I didn't suggest 1 commit hard rule per bug. I'm after commits<br>containing one logical change also.<br><br>Joonas<br><br><br>------------------------------<br><br>Message: 2<br>Date: Mon, 7 Jun 2021 16:22:46 +1000<br>From: <dcook@prosentient.com.au><br>To: <koha-devel@lists.koha-community.org><br>Subject: [Koha-devel] Increasing Debian Package Compatibility Levels<br>Message-ID: <048b01d75b65$882c2d20$98848760$@prosentient.com.au><br>Content-Type: text/plain; charset="utf-8"<br><br>Hi all, <br><br> <br><br>I've been noticing lately some of the following warnings when I'm building<br>Koha Debian packages:<br><br> <br><br>dh_install: Compatibility levels before 9 are deprecated (level 7 in use)<br><br>dh_installdocs<br><br>dh_installdocs: Compatibility levels before 9 are deprecated (level 7 in<br>use)<br><br>dh_installchangelogs<br><br>dh_installchangelogs: Compatibility levels before 9 are deprecated (level 7<br>in use)<br><br>dh_compress<br><br>dh_fixperms<br><br>dh_installdeb<br><br>dh_installdeb: Compatibility levels before 9 are deprecated (level 7 in use)<br><br>dh_gencontrol<br><br> <br><br>It seems to me that we should look at upping our compatibility level. <br><br> <br><br>We can see the changes between v7, 8, and 9 at<br>https://manpages.debian.org/testing/debhelper/debhelper.7.en.html. <br><br> <br><br>At a glance, I think that we'd probably be OK moving up to 9 from 7. But<br>we'd want to do some testing. <br><br> <br><br>David Cook<br><br>Software Engineer<br><br>Prosentient Systems<br><br>Suite 7.03<br><br>6a Glen St<br><br>Milsons Point NSW 2061<br><br>Australia<br><br> <br><br>Office: 02 9212 0899<br><br>Online: 02 8005 0595<br><br> <br><br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <http://lists.koha-community.org/pipermail/koha-devel/attachments/20210607/1f452d15/attachment-0001.htm><br><br>------------------------------<br><br>Message: 3<br>Date: Mon, 7 Jun 2021 16:26:33 +1000<br>From: <dcook@prosentient.com.au><br>To: <koha-devel@lists.koha-community.org><br>Subject: Re: [Koha-devel] Increasing Debian Package Compatibility<br>    Levels<br>Message-ID: <049001d75b66$0fa8c6f0$2efa54d0$@prosentient.com.au><br>Content-Type: text/plain; charset="utf-8"<br><br>Note that those warnings are from Debian Stretch. Since it's oldstable, it's<br>probably still OK to be building on it. <br><br> <br><br>What OS do the Koha CI servers use?<br><br> <br><br>David Cook<br><br>Software Engineer<br><br>Prosentient Systems<br><br>Suite 7.03<br><br>6a Glen St<br><br>Milsons Point NSW 2061<br><br>Australia<br><br> <br><br>Office: 02 9212 0899<br><br>Online: 02 8005 0595<br><br> <br><br>From: dcook@prosentient.com.au <dcook@prosentient.com.au> <br>Sent: Monday, 7 June 2021 4:23 PM<br>To: 'koha-devel@lists.koha-community.org'<br><koha-devel@lists.koha-community.org><br>Cc: 'Mason James' <mtj@kohaaloha.com><br>Subject: Increasing Debian Package Compatibility Levels<br><br> <br><br>Hi all, <br><br> <br><br>I've been noticing lately some of the following warnings when I'm building<br>Koha Debian packages:<br><br> <br><br>dh_install: Compatibility levels before 9 are deprecated (level 7 in use)<br><br>dh_installdocs<br><br>dh_installdocs: Compatibility levels before 9 are deprecated (level 7 in<br>use)<br><br>dh_installchangelogs<br><br>dh_installchangelogs: Compatibility levels before 9 are deprecated (level 7<br>in use)<br><br>dh_compress<br><br>dh_fixperms<br><br>dh_installdeb<br><br>dh_installdeb: Compatibility levels before 9 are deprecated (level 7 in use)<br><br>dh_gencontrol<br><br> <br><br>It seems to me that we should look at upping our compatibility level. <br><br> <br><br>We can see the changes between v7, 8, and 9 at<br>https://manpages.debian.org/testing/debhelper/debhelper.7.en.html. <br><br> <br><br>At a glance, I think that we'd probably be OK moving up to 9 from 7. But<br>we'd want to do some testing. <br><br> <br><br>David Cook<br><br>Software Engineer<br><br>Prosentient Systems<br><br>Suite 7.03<br><br>6a Glen St<br><br>Milsons Point NSW 2061<br><br>Australia<br><br> <br><br>Office: 02 9212 0899<br><br>Online: 02 8005 0595<br><br> <br><br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <http://lists.koha-community.org/pipermail/koha-devel/attachments/20210607/9c87cae6/attachment-0001.htm><br><br>------------------------------<br><br>Subject: Digest Footer<br><br>_______________________________________________<br>Koha-devel mailing list<br>Koha-devel@lists.koha-community.org<br>https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel<br>website : https://www.koha-community.org/<br>git : https://git.koha-community.org/<br>bugs : https://bugs.koha-community.org/<br><br><br>------------------------------<br><br>End of Koha-devel Digest, Vol 187, Issue 4<br>******************************************<br></div><br><br>NOTE: You are receiving this mail because, the Requester/Technician wanted you to get notified on this request creation.<br></body></html>