UbuntuIRC / 2020 /02 /29 /#kubuntu-devel.txt
niansa
Initial commit
4aa5fce
[11:14] <santa_> morning
[11:15] <santa_> RikMills: build log example for that dh_kubuntu_list-missing problem?
[11:40] <BluesKaj> Howdy folks
[11:50] <RikMills> santa_: I uploaded a fix. please check and amend it if you think it needs to be neater
[11:50] <RikMills> santa_: build log https://launchpadlibrarian.net/466971219/buildlog_ubuntu-focal-amd64.calligra_1%3A3.1.0+dfsg-6ubuntu5_BUILDING.txt.gz
[11:51] <RikMills> basically, debhelper 12.8 added 'warning:' before the list-missing file in the output
[11:52] <RikMills> santa_: so your sed was returning 'warning:', not the file
[11:53] <IrcsomeBot> <RikMills> Santa ^^
[11:53] <santa_> yes, I'm here
[11:53] <santa_> I closed accidentaly the irc client XD
[11:53] <RikMills> ah
[11:53] <santa_> ok, so now the dh_missing output says "warning"
[11:54] <santa_> so you have this now:
[11:54] <santa_> | sed -E 's/dh_missing: warning:[[:space:]]*([^[:space:]]*)[[:space:]]*.*/\1/'
[11:55] <santa_> what about making the warning appearance optional?
[11:55] <RikMills> how?
[11:55] <santa_> this way it would be also compatible with the debhelper from eoan
[11:57] <RikMills> anyway, as I said, I did a quick fix. there may be a better long term one
[11:57] <santa_> | sed -E 's/dh_missing: (warning)?:[[:space:]]*([^[:space:]]*)[[:space:]]*.*/\1/'
[11:57] <santa_> ↑ maybe this
[11:57] <RikMills> I am fine with whatever works
[12:00] <santa_> hmm, nope
[12:00] <santa_> let me do a quick test of the fix
[12:00] <santa_> ...
[12:00] <RikMills> then again, not sure we need to worry much about eoan soon
[12:01] <RikMills> but does not harm to fixup
[12:07] <santa_> | sed -E 's/dh_missing.*:[[:space:]]*([^[:space:]]*)[[:space:]]*.*/\1/'
[12:07] <santa_> RikMills: this should work ↑
[12:08] <santa_> that one will swallow any "dh_missing adahd bla bla bla: THE_FILE_IN_QUESTION bla bla bla"
[12:11] <RikMills> seems to work :)
[12:12] <RikMills> push the fix and I will upload
[12:17] <santa_> RikMills: I didn't make the change in git just tested on konsole :P
[12:17] <santa_> RikMills: I have however a debian merge of kscreen to upload
[12:18] <RikMills> ok
[12:20] <santa_> RikMills: pushed, that fixes an orange in the page status which was bothering me XD
[12:20] <santa_> also the other debian changes seem fine and good to have
[12:21] <RikMills> urgh. lp git seems half dead