/srv/irclogs.ubuntu.com/2020/02/29/#kubuntu-devel.txt

santa_morning11:14
santa_RikMills: build log example for that dh_kubuntu_list-missing problem?11:15
BluesKajHowdy folks11:40
RikMillssanta_: I uploaded a fix. please check and amend it if you think it needs to be neater11:50
RikMillssanta_: build log https://launchpadlibrarian.net/466971219/buildlog_ubuntu-focal-amd64.calligra_1%3A3.1.0+dfsg-6ubuntu5_BUILDING.txt.gz11:50
RikMillsbasically, debhelper 12.8 added 'warning:' before the list-missing file in the output11:51
RikMillssanta_: so your sed was returning 'warning:', not the file11:52
IrcsomeBot<RikMills> Santa ^^11:53
santa_yes, I'm here11:53
santa_I closed accidentaly the irc client XD11:53
RikMillsah11:53
santa_ok, so now the dh_missing output says "warning"11:53
santa_so you have this now:11:54
santa_| sed -E 's/dh_missing: warning:[[:space:]]*([^[:space:]]*)[[:space:]]*.*/\1/'11:54
santa_what about making the warning appearance optional?11:55
RikMillshow?11:55
santa_this way it would be also compatible with the debhelper from eoan11:55
RikMillsanyway, as I said, I did a quick fix. there may be a better long term one11:57
santa_| sed -E 's/dh_missing: (warning)?:[[:space:]]*([^[:space:]]*)[[:space:]]*.*/\1/'11:57
santa_↑ maybe this11:57
RikMillsI am fine with whatever works11:57
santa_hmm, nope12:00
santa_let me do a quick test of the fix12:00
santa_...12:00
RikMillsthen again, not sure we need to worry much about eoan soon12:00
RikMillsbut does not harm to fixup12:01
santa_| sed -E 's/dh_missing.*:[[:space:]]*([^[:space:]]*)[[:space:]]*.*/\1/'12:07
santa_RikMills: this should work ↑12:07
santa_that one will swallow any "dh_missing adahd bla bla bla: THE_FILE_IN_QUESTION bla bla bla"12:08
RikMillsseems to work :)12:11
RikMillspush the fix and I will upload12:12
santa_RikMills: I didn't make the change in git just tested on konsole :P12:17
santa_RikMills: I have however a debian merge of kscreen to upload12:17
RikMillsok12:18
santa_RikMills: pushed, that fixes an orange in the page status which was bothering me XD12:20
santa_also the other debian changes seem fine and good to have12:20
RikMillsurgh. lp git seems half dead12:21

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!