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