[03:20] good morning [03:53] ISTR a tool that helps rebuild rdeps, am I imagining it? [04:18] ScottK: was it decided to start "sponsoring" backports or are we still uploading as ourselves? [06:39] micahg: I don't recall a definitive conclusion. === luke is now known as Guest56538 [13:29] hello? [13:29] hi [13:30] is anyone like good at ubuntu === yofel_ is now known as yofel [14:34] great now we have pyqt 4.10 => lots of '4.10' < '4.x' breakage to be fixed :( [14:39] * mitya57 wonders why that wasn't uploaded to Debian [14:41] that will probably be done soon [14:42] do you have any list of affected packages? [14:42] thats hard to create [14:42] you'd have to grep all sources [14:42] I know of two which are broken [14:42] this isn't exposed in dependencies? [14:43] please at least name those two [14:43] also, codesearch! [14:43] ipython and spyder [14:43] Because it was released the day before feature freeze along with sip4 and qsintilla2 and you have to update them sip4 -> PyQt -> Qscintilla2 and there wasn't time to do that in Debian and Ubuntu before FF. [14:44] ok [14:44] * ScottK will do Debian uploads this week. [14:45] It's rather less urgent there. [14:45] * mitya57 will look at bug 1130784 this week [14:45] bug 1130784 in python-qt4 (Ubuntu) "Support Qt5" [Wishlist,Won't fix] https://launchpad.net/bugs/1130784 [14:45] jtaylor: Thanks for looking into it. [14:45] mitya57: Part of the reason to push the newer PyQt in is it support Qt 5.0 final. [14:46] I know :) [14:46] It will need an FFe at this point. [14:46] maybe it'll make sense to remove "Won't fix" status for now [14:47] Done. [14:47] I will be happy to get that done in a PPA, but I don't know about mterry's plans [14:50] has someone already written a autopkgtest with expect? [16:45] a quick codesearch.debian.net showed two more broken apps [16:46] with pyqt4 [16:46] I'll file some bugs [16:46] should I use a usertag [16:54] tortoisehg 702715, dff 702716 [17:21] It's done \o/ [17:21] xnox =) [17:21] http://mentors.debian.net/package/ecere-sdk [17:40] hmm, should I file a Launchpad bug as well? [17:43] well I'm finally going to get some sleep :) [17:44] Please please bring in my hard efforts into Raring :P [18:04] jtaylor: From #debian-python: lucid has two more years of non-desktop support. [18:24] jbicha: goffice failed in Debian due to missing symbols on arm*, why did you upload it before that was fixed? [18:47] micahg: because I assumed the Debian failure was the same as the last time which we fixed in Ubuntu [18:47] interestingly enough, it looks like we don't need separate symbols for arm any more [18:50] jbicha: but the symbol that failed was missing was a new one :) [18:51] micahg: are you sure? it builds fine on my arm chroot if I let arm have the long-double symbols too [18:53] hrm, gog_renderer_draw_equation seems to not be present in the last round of fixes and seems to have been dropped in the .1 update [18:54] anyway, I'm going to do an upload that I believe fixes the ftbfs [18:54] but it's optional so that's ok? [18:54] it's optional on some archs (not sure what lasem means offhand) [18:56] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=696987 [18:56] Debian bug 696987 in wnpp "ITP: lasem -- MathML and SVG rendering library" [Wishlist,Open] [19:08] that's what I got from Google, but it doesn't seem contextually correct [19:11] jbicha: anyways, glad to hear you're sorting it out, /me disappears again [19:11] in the build log, gnumeric mentions that it can't find lasem; for some reason the Gnumeric Debian maintainer added an optional symbol for lasem but has yet to actually upload lasem into Debian [22:14] Laney: Do you mind if I handle the fonts-ipaexfont merge? [22:20] Logan_: If you want. I don't know enough about it to know if that chance is worthwhile. I also haven't thought about whether it needs FFe [23:28] is there a particularly good method for making a patch with diff when you have made multiple changes in a few different files? diff -nu path/ path-orig/ doesn't produce the magic I need :) [23:33] whats missing? [23:35] besides possibly -r (or is diff smart enough to ad that by itself)