/srv/irclogs.ubuntu.com/2014/06/21/#kubuntu-devel.txt

lordievaderGood morning.07:32
=== Haudegen_ is now known as Haudegen
santa_morning. I'm about to be done with my latest mass merge proposal \o/10:41
=== Haudegen_ is now known as Haudegen
yofelok, with upower 0.99 we're losing suspend12:00
yofelNoskcaj: ^12:03
yofelI'll take another look if we can somehow use ubuntu's logind12:03
=== Haudegen is now known as OnkV
=== OnkV is now known as Haudegen
yofelshadeslayer: ^12:40
yofelas you looked at that last12:41
yofelTBH, I'm wondering why it's broken though, as with your upstart changes this should work..12:46
sgclarksanta_: ping13:12
santa_sgclark: pong13:13
sgclarkwhat is the purpose of the bin packages?13:14
BluesKaj'Morning all13:15
sgclarkmorning13:15
santa_sgclark: not shipping stuff in the library package which is not the library, this is a good practice in general because if the soname changes you won't have conflicting packages13:17
santa_supose you have libfoo513:17
santa_this package ships /usr/bin/whatever13:18
santa_then if you have a soname bump you will have libfoo613:19
santa_if libfoo6 ships again /usr/bin/whatever, you will have to declare a breaks/replaces against the old package13:20
santa_and that's undesirable13:20
santa_in fact debian's abi manager was created to avoid that kind of situations13:21
sgclarksanta_: thanks for the explanation :) merging these now13:21
sgclarkmakes sense13:21
santa_sgclark: regarding binary compatibility soname bumps and everything let me find some links13:22
santa_sgclark: ok, found the stuff, here we go:13:33
santa_http://techbase.kde.org/Policies/Binary_Compatibility_Issues_With_C++13:33
santa_↑ this one is about binary compatibility in general13:34
santa_http://www.netfort.gr.jp/~dancer/column/libpkg-guide/libpkg-guide.html13:34
santa_http://pkg-kde.alioth.debian.org/symbolfiles.html13:34
santa_http://lists.alioth.debian.org/pipermail/pkg-kde-talk/2011-March/001574.html13:35
santa_↑ these 3 are about packaging13:35
sgclarksanta_: thanks!13:35
santa_when the kde frameworks abi becomes stable, ideally we should inspect the missing symbols from *.symbols files13:36
santa_most of them won't produce an abi break and would be fine13:37
santa_but when they do, they are various possible cases and strategies to follow13:37
sgclarkok13:38
santa_sgclark: so when you are done reading that, feel free to give me a ping and I will explain you how abi breaks are handled in debian's kde packaging13:39
sgclarksanta_: ok great, thank you so much13:39
santa_I worked for debian for a few ¿years? until I got expelled for bad behaviour, so I have some practice dealing with abi breaks and other stuff13:40
santa_OT: " until I got expelled for bad behaviour" ->  even acdc made a song about the topic https://www.youtube.com/watch?v=Fhgt6g78GTw13:42
santa_they forgot to mention I signed the ubuntu code of conduct though13:43
mparilloFollowing the instructions here: http://techbase.kde.org/Getting_Started/Using_Project_Neon_to_contribute_to_KDE#Installing_Project_Neon_5 and logging into my Neon5 session, under System Settings, I see duplicate Oxygen cursor themes. I assume that only occurs for people with both Plasma 4 and Neon5 installed together? Not a bug?13:54
santa_mparillo: not sure, if I remember I will check in a "kde 5" only installation14:03
mparilloTY santa_14:07
sgclarksanta_: you only have +Multi-Arch: foreign on some of these -data packages, is this on purpose?14:10
santa_sgclark: nope, I must have missed some, which ones?14:11
santa_ah, ok, fixing kparts...14:13
sgclarkyeah that one sorry, also santa_: it need Architecture: all14:14
santa_sgclark: resubmitted, let me know if you find more issues14:16
mparilloJust in case it is a bug, I created https://bugs.launchpad.net/project-neon/+bug/1332825  P.S. Launchpad no longer routinely crashes Rekonq.14:19
ubottuUbuntu bug 1332825 in Project Neon "Duplicate Oxygen Cursor Themes" [Undecided,New]14:19
santa_https://git.reviewboard.kde.org/r/118865/14:28
sgclarksanta_: sorry I am not clear, you do want depends -bin on the debug packages as well?15:00
sgclarkerr recommends15:01
santa_yes, that was the idea15:01
santa_but probably I forgot some15:02
sgclarkok ty15:03
sgclarkI will look out for others now15:03
santa_ok15:03
sgclarksanta_ now I see one with -data package also recommend -bin which I have not seen before, we need all to recommend  -bin?15:38
santa_sgclark: nope, -data shouldn't recommend -bin, which one has that?15:39
sgclarkkconfig15:39
santa_sgclark: ah no, -data doesn't recommend it, but the other library15:43
sgclarksanta_: plasma-workspace and kauth will need to be reviewed by Riddell or someone else with more experience. They have items I am not well versed in yet and can't review properly. 15:43
santa_I think each library should recommend -bin15:43
santa_but not -data15:43
santa_sgclark: ok, thank you for all you merged so far :)15:44
sgclarksanta_ oh my eyes playing tricks o me, my apologies.. merging15:44
sgclarksanta_: kmediaplayer needs information if you could15:49
santa_done15:53
sgclarkgosh it doesn't remove you merge request when merged? this is hard to keep track of what is done :(15:54
santa_nope. but should mark it as merged15:55
santa_in any case this link https://code.launchpad.net/~panfaust/+activereviews shows only the active ones15:55
sgclarksanta_: I have to step out for a bit, I think I got most of them though. I will check back later this afternoon (I am in the US)15:56
santa_i.e. not merged or superseedeed15:56
santa_sgclark: ok thank you. have a nice day15:56
sgclarkoh nifty, thanks!15:56
sgclarknp, you too15:56
sgclarksanta_ kde-baseapps tar is up in https://launchpad.net/~kubuntu-ppa/+archive/next/+packages, please note that this has not yet had full review by Riddell. But suggetstions welcome, ok really gone now.17:03
Noskcaj_yofel: Thanks for looking into kde upower. Now i only need someone who maintains sugar20:37
yofelmeh, upower also broke the device notifier20:57
NoskcajIs that with a rebuild of the kde parts or just updating the version of upower in the OS?21:02
yofellatter for now, AFAIK kde uses mostly the dbus interface, not the lib21:08
yofelalthough I'm rebuilding kde-workspace too21:09
yofelkdelibs is also on the list21:09
valorieI've gotten two comments on my G+ repost of apachelogger's post about our ISOs for testing, that download is extremely slow23:36
valorieperhaps we should have a torrent file available23:36
valorie? I would seed a torrent, and I'm sure others would as well23:36
apacheloggervalorie: yeah, we talked about it briefly the other day, problem is we'd need an initial seed for which we have no setup right now23:45
apacheloggervalorie: you could poke kde-sysadmin perhaps they have an idea how to speed up things, currently it all runs over the same server, if we had a couple of mirrors it would probably work a lot better23:46
valorieok23:46
valorieI'll file a ticket if I don't get a reply in channel23:50
valoriealso, from #kde-multimedia: 23:58
valorie[14:36] <apachelogger> http://apachelog.wordpress.com/2014/06/21/phonon-4-7-2-phonon-vlc-0-7-2-and-phonon-gstreamer-4-7-2/23:58
valorie[14:36] <apachelogger> longest title ever23:58
valorie[14:38] <valorie> apachelogger: will we see this fixes backported to kub. 14.04 ?23:58
* valorie hopes so23:59

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