UbuntuIRC / 2011 /06 /28 /#kubuntu-devel.txt
niansa
Initial commit
4aa5fce
raw
history blame
28.5 kB
[00:00] <shadeslayer> yofel: there's also the possibility of replacing a line in the session.conf file that reads : <include>session-local.conf</include>
[00:00] <shadeslayer> ^^ replacing name with a custom path
[00:08] <shadeslayer> yofel: only other way is to patch start kde
[00:09] <yofel> I would be fine with that actually, better than hacking system config
[00:09] <shadeslayer> https://projects.kde.org/projects/kde/kdebase/kde-workspace/repository/revisions/master/entry/startkde.cmake#L291 << adding a --config-file=FILENAME should do it
[00:09] <shadeslayer> ok i'll fix it then
[00:40] <shadeslayer> yofel: any test cases?
[00:40] <shadeslayer> yofel: http://paste.kde.org/89095 < thats our new startneon
[00:40] <yofel> remove system akonadi and see if neon kdepim fails with dbus error?
[00:41] <yofel> k
[00:48] <shadeslayer> yofel: hmm everything works fine, i just removed system akonadi-server
[00:48] <shadeslayer> restarted neon akonadi and it works
[00:48] <shadeslayer> yofel: want to test yourself?
[00:48] <yofel> should work then I guess?
[00:48] <yofel> Quintasan: ^
[00:48] <shadeslayer> he's away for a couple of days
[00:48] <yofel> oh right
[00:49] <shadeslayer> yofel: http://paste.kde.org/89107 << here's the session.conf as well, plz test on your machine as well
[00:49] <yofel> he can read my blog post then
[00:49] <shadeslayer> :D
[00:49] <yofel> did I mention my todo list is too long?
[00:49] <yofel> I'll test tomorrow, it's late and I should already be sleeping
[00:50] <yofel> and since smoke still doesn't build I'll do that now
[00:50] <yofel> good night
[00:50] <shadeslayer> sure
[00:50] <shadeslayer> night
=== tazz_ is now known as tazz
[08:35] <yofel> morning
[08:36] <jussi> morning yofel!
[08:37] <yofel> hey jussi
[08:58] <apachelogger> jussi: did you get linaro-media-create working?
[09:03] <jussi> apachelogger: its starting to come along... Im waiting for it to populate the rootfs partition, but it seems to have stalled
[09:03] <apachelogger> perhaps it just seems stalled :)
[09:04] <apachelogger> Quintasan: how is maliit packaging coming along?
=== timblechmann is now known as tim
[09:07] <jussi> Good morning sabdfl! :)
[09:15] <sabdfl> hey jussi
[09:16] * jussi is excited. 4d Ultrasound tomorrow :)
[09:22] <sabdfl> the future :-)
[09:22] <ejat> :)
[09:23] <ejat> hi sabdfl ... how r ya?
[09:25] <sabdfl> great tks, in dublin this wk
[09:26] <jussi> sabdfl: ahh, you are at the sprint also. :)
[10:26] <bambee> morning
=== hunger_ is now known as hunger
[11:12] <hrw> hi guys
[11:13] <hrw> can someone check bug 699773 was it fixed? probably yes
[11:13] <ubottu> Launchpad bug 699773 in kdeartwork (Ubuntu) " trying to overwrite '/usr/share/wallpapers/Ethais/metadata.desktop', which is also in package kdebase-workspace-wallpapers 4:4.5.90-0ubuntu1 " [Undecided,Confirmed] https://launchpad.net/bugs/699773
[12:27] <ulysses> hrw: fixed
[12:28] <hrw> thx, marked as fix released
[12:29] <jussi> apachelogger: ! it works! :D
[12:41] <apachelogger> yay
[12:48] <hrw> bye
[12:54] * jussi waits for the plasma stuff to install
=== tazz_ is now known as tazz
[15:37] <apachelogger> Quintasan: ping ping ping
[15:37] <apachelogger> jussi: plasma up yet?
[15:38] <yofel> Quintasan is gone skating for a week, forgot that already?
[15:38] <yofel> and I just sent a mail to the ML re branches
[15:39] <yofel> or are we going to wait until all the others get back from being MIA?
[15:39] * yofel continues debugging smoke
[15:41] <apachelogger> ah rightz
[15:41] <apachelogger> so who is MIA anyway?
[15:42] <yofel> dunno, I would've expected more people to comment on this than just me, Scott and Rohan
[15:42] <yofel> Quintasan is MIA, but he did say that
[15:43] <apachelogger> yofel: https://launchpad.net/kubuntu-packaging
[15:44] <yofel> :)
[15:54] <jussi> apachelogger: dunno, not in the office anymore. will get back to it tomorrow
[15:58] <apachelogger> kk
[15:59] * apachelogger points out that the launchpadlib api is not half bad
[15:59] <apachelogger> if only it were written in a sane langauge
[15:59] <apachelogger> g
[16:03] <yofel> It's nice once you get used to it. The API docs seem chaotic until you get how the objects are linked.
[16:06] <apachelogger> nah, makes perfect sense :P
[16:06] <apachelogger> if you had to do with that sorta api before I suppose
[16:06] <apachelogger> anyhow
[16:06] <apachelogger> seems one cannot rename a branch
[16:06] <apachelogger> that is fooey
[16:06] <yofel> er, you can
[16:06] <apachelogger> ah
[16:06] <apachelogger> nvm
[16:07] <apachelogger> scrolled right past it
[16:07] <yofel> branch.name = "new_name"
[16:07] <yofel> branch.lp_save()
[16:07] <apachelogger> that is really what hurts about the apidocs, you cannot search :P
[16:07] <yofel> right, and find me where lp_save() is documented
[16:07] <yofel> I found that on some blog post
[16:11] <apachelogger> lol
[16:26] <apachelogger> yofel: any clue how one can construct an object representation using a link?
[16:26] <yofel> hm, wait...
[16:28] <yofel> lp.load('/~kubuntu-packagers/kdelibs/ubuntu') should give you the branch
[16:29] <yofel> then .setTarget to move the branch, (ignore the error) load the branch again from the new location and rename it
[16:33] <apachelogger> ah
[16:33] <apachelogger> yofel: well, I get all branches of kubuntu-packagers, then iter them
[16:33] <apachelogger> set theTarget to the packaging project and the name to the name of the old project
[16:33] <apachelogger> probably with y/n for each project as to avoid wrong moves
[16:34] <apachelogger> (like kds or kdi or kfi)
[16:34] <yofel> sounds right
[16:35] <yofel> thinking for it, I should write a script to copy packages from one PPA to another. Considering how LP times out if you want to move more than one package copying 70 packages will take a while...
[16:36] * apachelogger thought the same thing 5 minutes ago and then decide to keep his contact with pyth0rn to as little as possible :P
[16:36] <apachelogger> I always get a rash
[16:36] <yofel> heh, then I'll write something up for k-d-t
[16:39] <apachelogger> perfect, seems to work alright
[16:39] <apachelogger> yofel: thanks for the load
[16:39] <yofel> was wgrant's idea to move the neon branches
[16:41] <apachelogger> wgrant: thanks to you too then :)
[16:42] <yofel> only the error with setTarget is annoying, but one can just use an empty catch for that
[16:53] <yofel> grrr, smoke is giving me a headache... what easy things are left...
[16:53] * yofel takes kdepim-runtime
[16:55] <apachelogger> yofel: http://paste.ubuntu.com/634382/ :(
[16:55] <yofel> not lp.lp_save()
[16:55] <yofel> duh
[16:55] <yofel> my fault for explaining badly
[16:56] <yofel> branch = lp.load('/~kubuntu-packagers/kdelibs/ubuntu')
[16:56] <yofel> branch.name = 'bla'
[16:56] <yofel> branch.lp_save()
[16:56] <apachelogger> oh
[16:56] <apachelogger> what a fish
[16:56] <apachelogger> some example actually uses lp.lp_save() IIRC
[16:56] <yofel> yeah, does it say what lp is?
[16:56] <apachelogger> cant remember :P
[16:56] <apachelogger> closed them tabs already
[16:56] <yofel> so much for type less programming being good
[17:00] <CIA-52> [kubuntu-dev-tools] Harald Sitter <[email protected]> * [email protected] * (bin/kbranchmover debian/changelog) Add kbranchmover for moving branches around
[17:03] <yofel> wow, increadible documentation...
[17:03] <yofel> print br.lp_save.__doc__
[17:03] <yofel> Save changes to the entry.
[17:15] * ryanakca cheers at wiki.k.o now running MoinMoin 1.9.2, it's many years more recent than 1.6.3 :)
[17:16] <apachelogger> lol
[17:16] <yofel> yeah, only problem is that any links that have #bla%20bla markers need to be fixed to #bla_bla
[17:16] <yofel> other than that, huge improvement
[17:29] <apachelogger> ohm, that is a bit fooey
[17:29] <yofel> are you changing Vcs links in the branches you're moving?
[17:29] <apachelogger> nah
[17:30] <apachelogger> oh
[17:30] <apachelogger> right
[17:30] <apachelogger> only moved two smokes up until now
[17:30] <apachelogger> there is a bigger problem anyway
[17:30] <yofel> hm?
[17:30] <apachelogger> as soon as you settarget the old branch representation object is obviously not valid anymore, but I do not see a way to reliably get the new branch
[17:31] <yofel> well, you're moving it to a new known location, what's the problem?
[17:31] <apachelogger> the complete location is not known :P
[17:31] <apachelogger> I could build one, but that is utter shoot
[17:32] <yofel> just the project part changes, it's still ~kubuntu-packagers/project/ubuntu
[17:32] <apachelogger> utter shoot
[17:32] <apachelogger> also
[17:32] <apachelogger> that assumption only holds if lplib errors out on move fail
[17:32] <yofel> lplip should track it though (bug IMO)
[17:32] <apachelogger> i.e. the situation where it will try to move shit to +junk (because of name conflict presumably)
[17:33] <apachelogger> so assuming there is a ubuntu branch lying in project and your move fails because of that but lplib does not error out -> big time mess
[17:33] <yofel> haven't tested what it does on branch conflict...
[17:34] <apachelogger> I think vcs update needs a seperate branch
[17:34] <apachelogger> too much python already
[17:34] <apachelogger> my skin gets itchy
[17:34] <yofel> well, one can just fix it manually
[17:34] <yofel> although scripting would be nice :P
[17:36] <apachelogger> oeh
[17:36] <apachelogger> Traceback (most recent call last):
[17:36] <apachelogger> File "./kbranchmover", line 46, in <module>
[17:36] <apachelogger> branch.setTarget(project=new_project_link)
[17:36] <apachelogger> WTH
[17:36] <apachelogger> 404
[17:36] <yofel> you didn't catch the error?
[17:36] <yofel> yeah, it tries to confirm the move by loading the old location -> crash
[17:36] <yofel> wgrant said it's a known bug
[17:36] <apachelogger> WTHHHHHHHHHHHHHH
[17:37] * apachelogger cant remember how to catch in pyth0rn :P
[17:37] <apachelogger> ah
[17:37] <apachelogger> the python way
[17:37] <yofel> try:
[17:37] <yofel> apachelogger.move()
[17:37] <yofel> except:
[17:37] <yofel> apachelogger.sleep()
[17:40] <bambee> apachelogger: you troll about python... so python does not like you! :P
[17:40] <apachelogger> yofel: I don't get it
[17:40] <apachelogger> do I not have to name the type or something?
[17:41] <yofel> well, except: will catch anything that happens and handle anything
[17:41] <yofel> and python is typeless
[17:41] <yofel> in another script I use
[17:41] <yofel> except HTTPError, error:
[17:41] <yofel> if error.response.status == 401:
[17:41] <yofel> print >> sys.stderr, "E: Don't have enough permissions to access bug %d" % bug_number
[17:41] <yofel> sys.exit(2)
[17:41] <yofel> as a typed example
[17:43] <apachelogger> python is not typeless if it were not typed you could not get problems when trying to add an object to a string :P
[17:43] <apachelogger> try:
[17:43] <apachelogger> branch.setTarget(project=new_project_link)
[17:43] <apachelogger> except:
[17:43] <apachelogger> pass
[17:43] <apachelogger> yofel: that i what I use
[17:44] <apachelogger> yet it fails
[17:44] <yofel> hm, maybe I remember it wrong
[17:44] <yofel> and 'except e:' ?
[17:46] <bambee> typeless != dynamically typed
[17:46] <yofel> er, right, thanks
[17:46] <apachelogger> NameError: name 'e' is not defined
[17:47] <yofel> odd
[17:47] <yofel> try:
[17:47] <yofel> bla()
[17:47] <yofel> except:
[17:47] <yofel> print 'ok'
[17:47] <yofel> prints ok...
[17:53] <yofel> hm, how did I manage to break icecc *and* ccache in pbuilder o.O
[17:55] <yofel> once you get used to them the new oxygen icons are pretty nice :)
[18:02] <apachelogger> ah
[18:03] <apachelogger> fixed
[18:03] * apachelogger is too stupid for pythorn
[18:04] <yofel> kdepim-runtime done, I'll push to the old location for now
[18:06] <yofel> hmpf, you *just* moved it :P
[18:07] <CIA-52> [kubuntu-dev-tools] Harald Sitter <[email protected]> * [email protected] * bin/kbranchmover fixy fixy
[18:08] <CIA-52> [lp:~kubuntu-packagers/kubuntu-packaging/kdepim-runtime] Philip Muškovac * 71 * debian/ (changelog control kdepim-runtime.install) * New upstrem release candidate
[18:09] <yofel> bambee: wasn't workspace failing thanks to kdepim-runtime? should work now ^
[18:11] <bambee> we've not to fix python-kde4 before?
[18:12] * bambee is confused
[18:12] <yofel> oh right, that too
[18:12] <yofel> :(
[18:12] <bambee> I am working on python-kde4, it's mostly done
[18:12] <yofel> doesn't that need smoke?
[18:13] <yofel> well, maybe it builds with old smoke too
[18:13] <bambee> yofel: apparently not, it does not require smoke
[18:14] <bambee> python-kde4 is written with sip
[18:14] <yofel> ah right, need to update the dep-graph then
[18:17] <apachelogger> yofel: plz drop a mail to kubuntu-devel about the move and stuff
[18:17] <apachelogger> I think I suffered brain demage
[18:17] <yofel> hahah, sure
=== ubott2 is now known as ubottu
[18:18] <yofel> at least the branch names are sane now
[18:18] <apachelogger> that surely was the last move for the next 5 months :P
[18:29] <ScottK> s/months/days
[18:33] <yofel> hopefully not
[18:34] <bambee> yofel: for kde-workspace, do I use a new changelog ?
[18:34] <yofel> hm, keep the changelog. It's still mostly the same package after all
[18:49] <ScottK> Definitely.
[19:25] <apachelogger> http://www.youtube.com/watch?v=wj768KO7IoQ
[19:25] <apachelogger> zoidberg++
[19:27] <yofel> . . .
[19:53] <yofel> apachelogger: then we have plenty of packagers too :P
[19:53] <apachelogger> yes we do
[19:53] <yofel> well, kdepim almost done
[19:53] <apachelogger> enough to debug a script on 10 packages and still have enough for the script to do once fixed :P
[19:53] <yofel> heh
[19:54] <bambee> python-kde4: done
[19:54] * yofel wonders where shadeslayer vanished to
[19:54] <bambee> kde-workspace: upload in progress
[19:54] <yofel> yay
[19:54] <yofel> we're getting somewhere...
[19:55] <bambee> A lot of packages should be installable now, right?
[19:55] <yofel> uh, probably, still a lot left though
[19:55] <bambee> indeed
[19:56] <yofel> uh, why doesn't kdepim have symbol files o.O
[19:56] <bambee> which kdepim are you talking about?
[19:57] <yofel> kdepim? 4.6.0 in this case
[19:57] <yofel> guess nobody cared to add some...
[20:16] <CIA-52> [lp:~kubuntu-packagers/kubuntu-packaging/kdepim] Philip Muškovac * 166 * debian/ (31 files) * New upstream release candidate
[20:33] <CIA-52> [lp:~kubuntu-packagers/kubuntu-packaging/kdewebdev] Philip Muškovac * 93 * debian/ (KUBUNTU-DEBIAN-DIFFERENCES changelog control) * New upstream release candidate
=== yofel_ is now known as yofel
[20:34] <yofel> why did kde-workspace fail this time...
[20:35] <yofel> bambee: you need to fix the package name in override_dh_strip
[20:36] <bambee> yofel: I was fixing it :)
[20:36] <yofel> :)
[20:37] <yofel> bbiab
[21:03] <yofel> re
[21:16] <bambee> wtf? http://paste.ubuntu.com/634533/ o_O
[21:17] <yofel> wtf indeed
[21:17] <yofel> kdebase-workspace-bin: /usr/lib/liboxygenstyle.so.4
[21:17] <yofel> are you sure you're installing it?
[21:19] <bambee> kdebase-workspace-bin is now kde-workspace-bin and it's part of kde-workspace...
[21:19] <yofel> bambee: if it's properly installed the file should be in debian/kde-workspace-bin/usr/lib/
[21:20] <yofel> while building
[21:20] <yofel> are you sure you didn't comment a missing liboxygenstyle.so.4.6.0 out?
[21:22] <bambee> OMG... my brain is dead this evening o_O
[21:25] <yofel> bah, kdesdk has a ton of icon renames
[21:40] <yofel> and kasten has a ton of missing headers...
[21:43] <shadeslayer> oh hai
[21:44] <yofel> hey
[21:44] <shadeslayer> i was studying for a bit ^_^
[21:44] <yofel> ack, doesn't help with 4.7 though =Þ
[21:44] <shadeslayer> yeah, i'm on it :D
[21:45] <bambee> yofel: fixed, noob mistake
[21:45] <yofel> bambee: don't worry, happens ^^
[21:45] <bambee> :)
[21:45] <shadeslayer> well gwenview is ready if agateau fixes the copyrights :)
[21:46] <yofel> can't you fix them yourself?
[21:46] <yofel> ah, that was that with multiple ones
[21:46] <shadeslayer> no that was kate
[21:46] <yofel> bah, I should do okteta-dev from scratch :/
[21:46] <shadeslayer> i just don't think i should fix it since i might do it wrong and he would be the best person to fix it imo
[21:48] <shadeslayer> we can just repack later on
[21:49] <yofel> true
[21:49] <yofel> actually I was thinking to put oneiric packages into beta PPA too, until we fix copyrights, upload permissions, MIRs etc.
[21:49] <shadeslayer> so the branches are now : lp:~kubuntu-packagers/kubuntu-packaging/foo/ubuntu
[21:49] <yofel> no /ubuntu at the end
[21:49] <shadeslayer> yofel: yeah thats actually a good idea since that way we get more QA
[21:49] <shadeslayer> oh
[21:50] <shadeslayer> we're dropping the ubuntu now?
[21:50] <yofel> /foo END
[21:50] <yofel> yep
[21:50] <shadeslayer> alright, will have to fix up VCS entries then
[21:50] <yofel> /foo/ubuntu isn't a valid branch name too
[21:50] <yofel> <owner>/<project>/<branch>, more isn't allowed
[21:51] <shadeslayer> oh hmm ... bzr is a weird beastie
[21:51] <shadeslayer> i'll take up svgpart after this
[21:52] <shadeslayer> yofel: do you have to do something with the config CIA-52 to get the commits to show up?
[21:52] <shadeslayer> apart from the python script we have
[21:53] <CIA-52> [ubuntu] Rohan Garg * 1 * (10 files in 3 dirs) Initial packaging for gwenview
[21:53] <shadeslayer> i'll take that as a no
[21:53] <shadeslayer> and oops ... thats all wrong
[21:54] <CIA-52> [gwenview] Rohan Garg * 1 * (10 files in 3 dirs) Initial packaging for gwenview
[21:54] <shadeslayer> better :P
[21:54] <yofel> haha
[22:00] <shadeslayer> heh, 6 files in svgpart
[22:01] <shadeslayer> and no COPYING file
[22:01] * shadeslayer fixes
[22:02] <yofel> why can't kdesdk be simple. At least once...
[22:02] <yofel> please split that -.-
[22:03] * shadeslayer gets a knife
[22:03] <yofel> ^^
[22:03] <yofel> yay, finally built...
[22:03] <yofel> now rerun for symbols and list-missing
[22:04] <shadeslayer> now that i think about it .. it should be KNife xD
[22:04] <yofel> *headdesk*
[22:04] <yofel> there's a sane limit to everything...
[22:06] <yofel> hm
[22:06] <yofel> -- Okteta will be compiled without script debugging. (-DOKTETA_DEBUG_SCRIPT=1 to enable)
[22:06] <shadeslayer> yofel: what happened?
[22:06] <yofel> shadeslayer: that was re KNife :P
[22:06] <shadeslayer> ah :P
[22:06] <yofel> I guess we should stick to the defaults
[22:06] <shadeslayer> yeah ^^
[22:12] <shadeslayer> svgpart fixed in both master and 4.7 btw
[22:13] <yofel> right
[22:17] <shadeslayer> uhm
[22:17] <shadeslayer> lp:~kubuntu-packagers/kubuntu-packaging/gwenview Development 4 hours 40 minutes ago
[22:17] <shadeslayer> 1. Initial packaging for gwenview
[22:17] <shadeslayer> that looks so wrong
[22:22] <yofel> 4 hours 40 minutes ago?
[22:22] <yofel> didn't know you could commit back in time
[22:30] <apachelogger> good news everyone
[22:30] <apachelogger> I have passed ballmers peak again
[22:30] <apachelogger> it is the insanity
[22:33] <yofel> whut?
[22:33] <yofel> gah, you missing symbols kdesdk...
=== tazz_ is now known as tazz
[22:37] <ScottK> apachelogger: Passing is not good news. You are supposed to hit it.
[22:37] <apachelogger> well
[22:37] <apachelogger> I tried
[22:38] * shadeslayer needs a better description for svgpart
[22:39] <yofel> what does that even do? Add svg editing to gwenview?
[22:40] <yofel> hm, function syntax changed, great
[22:40] <shadeslayer> i have no idea what svgpart does
[22:40] <yofel> well, it was in gwenview before, so I assume it's something like that
[22:41] <yofel> what does the project page say?
[22:41] <shadeslayer> from what i can see, you can open/close/zoom in/ zoom out of svg's
[22:41] <shadeslayer> nothing else
[22:42] <shadeslayer> A Plug-In for the gwenview image viewer and other KDE applications allowing the SVG renderer to be used to render SVG Images
[22:42] <shadeslayer> thats what i'm going with
[22:42] <yofel> sounds ok
[22:42] <yofel> that's more than I put into the oktetakasten descriptions ^^
[22:43] <shadeslayer> :P
[22:46] <yofel> bah, public symbol went missing in liboktetakastencontrollers4
[22:47] <yofel> rdepends are okteta and kdevelop
[22:50] <yofel> should I burn the one that committed that or just rebuild kdevelop?
[22:50] <yofel> shadeslayer: didn't you want to update kdevelop?
[22:51] <shadeslayer> yeah but apachelogger said that 4.7 had more priority
[22:52] <yofel> what to do...
[22:53] <shadeslayer> rebuild kdevelop later on i guess
[22:53] <yofel> k, easy enough todo
[22:53] * apachelogger notes that 4.7 is entirely blocking all of kubuntu mobile/tablet movement
[22:54] <yofel> it's blocking pretty much anything else :S
[22:54] <shadeslayer> ^^
[22:54] <apachelogger> it is the supreme blocker
[22:54] <yofel> btw. 4.6.5 tagging is the day after tomorrow
[22:55] <shadeslayer> should we care? :P
[22:55] <yofel> well, after 4.7 ^^
[22:55] <yofel> people should be used to delays by now...
[22:55] <shadeslayer> heh
[22:55] <apachelogger> it is a bad thing really
[22:55] <apachelogger> needs changing
[22:55] <yofel> ofc
[22:55] <apachelogger> of course I am to drunk to change it
[22:55] <yofel> once we have 4.7 done, rc2 should be easy
[22:56] <yofel> (compared to this)
[22:56] <apachelogger> what I need is advanced minions
[22:56] <apachelogger> take minionship to a whole new level
[22:56] <yofel> what we need are *any* minions
[22:56] * apachelogger points out that the work items say blogging
[22:56] <yofel> tazz: weren't you interested in packaging once?
[22:56] <apachelogger> yet no one blogs
[22:56] <apachelogger> you are not obeying the command of the council
[22:56] <yofel> oh crapz
[22:57] <yofel> see, 4.7 is even blocking blogging ^^
[22:57] <shadeslayer> hahaha
[22:57] * yofel wonders where c2tarun is MIA
[22:58] * shadeslayer pokes his CMakeLists while svgpart builds
[22:59] <yofel> I seriously hope Riddell is back for 5.0, or we're in trouble...
[22:59] <yofel> wait, we're already in trouble
[23:01] <apachelogger> we are not in trouble
[23:01] <apachelogger> we were in trouble if shadeslayer wasn't paying attention to copies of licenses
[23:01] <apachelogger> but since he does we are all good
[23:01] <shadeslayer> :)
[23:01] <yofel> heh, I still wonder where to find the libkdcraw devs
[23:02] <yofel> might send a mail tomorrow
[23:02] <shadeslayer> apachelogger: btw kate has license copies in subdirs
[23:03] <apachelogger> yofel: I think the might empire of digikam is in control
[23:03] <apachelogger> shadeslayer: so it shall be
[23:04] <yofel> ah, that actually sounds plausible
[23:04] <apachelogger> not the most awesome thing
[23:04] <shadeslayer> ok libsvgpart can be made dep 5
[23:04] <shadeslayer> trivial enough
[23:04] <apachelogger> actually from a purely ubuntu POV the whole seperate repo thing is a bit a blow WRT licenses
[23:04] <apachelogger> it kinda sucks we need to copy them everywhere
[23:04] <apachelogger> it is the shit I might say
[23:05] <apachelogger> perhaps someone (aka shadeslayer) should work out a solution
[23:05] <ScottK> Unusual optimism from apachelogger.
[23:05] <shadeslayer> please no, i already have a headache from copyright files
[23:05] <shadeslayer> best to invest my energy somewhere else
[23:05] * apachelogger beats shadeslayer with chop sticks
[23:06] <apachelogger> ScottK: it is because of the wine
[23:06] <shadeslayer> hey ... ouch .. stop it ... ouch
[23:06] <apachelogger> also I got blue lips
[23:06] <apachelogger> I actually look the funny
[23:06] <ScottK> KDE blue?
[23:06] <apachelogger> sure
[23:06] <ScottK> That's fine then.
[23:06] <yofel> why are you running KDE in wine?
[23:06] <apachelogger> also me friend spilled wine over my shoulder, looks like I got shot
[23:06] <apachelogger> yofel: more fun
[23:06] <apachelogger> actually
[23:06] <yofel> heh
[23:07] <apachelogger> there are people who do that
[23:07] <yofel> what?
[23:07] <yofel> supreme nonsense
[23:07] <apachelogger> also I might have found a minion for kde startup profiling and improvement
[23:07] <yofel> \o/
[23:09] <shadeslayer> plz2validate : http://paste.ubuntu.com/634610/
[23:11] <yofel> do you need to have the copy of the GPL-2+ twice in there?
[23:11] <apachelogger> more copies ftw
[23:11] <shadeslayer> was not sure whether to put it or not, thought it was best to be more verbose
[23:13] <yofel> well, can't be wrong I guess
[23:14] <CIA-52> [lp:~kubuntu-packagers/kubuntu-packaging/kdesdk] Philip Muškovac * 135 * debian/ (27 files in 2 dirs) * New upstream release candidate
[23:15] <shadeslayer> i think moin moin took over youtube
[23:15] <shadeslayer> i'm getting 500 Internal server errors
[23:15] <yofel> lol
[23:16] <yofel> see, ubuntu is spreading :P
[23:16] <shadeslayer> more like moin moin is spreading
[23:17] <yofel> you broke the packaging wiki btw.
[23:17] <yofel> look at gwenview
[23:17] * shadeslayer looks
[23:17] <shadeslayer> @_@
[23:18] <shadeslayer> how the hell did that happen
[23:19] <shadeslayer> sigh white spaces
[23:20] <yofel> let's see how broken libkdeedu is
[23:22] <yofel> is missing licenses worth mentioning?...
[23:24] <yofel> seems to be GPL-2+ and LGPL-2+ only at least
[23:25] <yofel> lolwhut? is this even a valid GPL header?
[23:25] <yofel> * *
[23:25] <yofel> * This program is free software; you can redistribute it and/or modify *
[23:25] <yofel> * it under the terms of the GNU General Public License as published by *
[23:25] <yofel> * the Free Software Foundation; either version 2 of the License, or *
[23:25] <yofel> * (at your option) any later version. *
[23:25] <yofel> * *
[23:25] <yofel> ***************************************************************************/
[23:25] <yofel> or can you really shorten it down to that?
[23:25] <shadeslayer> thats it?
[23:26] <shadeslayer> don't think so then
[23:26] <yofel> . . .
[23:27] <yofel> let's pretend I didn't see that...
[23:28] * yofel adds license copies at leats
[23:28] <yofel> *least
[23:29] <yofel> does it matter which branch you commit first to, btw.?
[23:30] <tazz> yofel: yes i was
[23:31] <yofel> now would be a good time to do something :P
[23:33] <tazz> yofel: GSoC :-/
[23:33] <tazz> yofel: what do you need done?
[23:33] <yofel> tazz: lots https://wiki.kubuntu.org/Kubuntu/Ninjas/Packaging
[23:33] <yofel> kdeutils or kdetoys should be easy
[23:34] <shadeslayer> tazz: yeah doesn't take alot of time
[23:35] <yofel> for those it should be a kde-sc-dev-latest bump, Vcs links fixing and new changelog entry
[23:35] <yofel> maybe some install file fixing
[23:35] <shadeslayer> yofel: how do you get the bzr branch to show up via CIA-52
[23:36] <yofel> shadeslayer: I modded the neon bzr hook
[23:36] <yofel> update your copy
[23:36] <shadeslayer> No revisions to pull.
[23:37] <tazz> i'll check it out...
[23:37] <yofel> r186 is newest
[23:37] <tazz> ok later guys... time to sleep.
[23:37] <yofel> make sure you use bound branches, or it has no idea how to figure the link out
[23:37] <shadeslayer> tazz: but its only 4 AM
[23:37] <shadeslayer> ah right
[23:37] <yofel> lol
[23:38] <yofel> hm, seeing ones name in #kde-commits has something ^^
[23:38] <shadeslayer> yofel: how do you bind new branches then?
[23:38] <yofel> ah, you can push after init, then bind to the link
[23:39] <yofel> if you want the first commit to show up like that
[23:40] <CIA-52> [lp:~kubuntu-packagers/kubuntu-packaging/svgpart] Rohan Garg * 1 * (9 files in 3 dirs) Initial packaging for svgpart
[23:40] <shadeslayer> :)
[23:47] <CIA-52> [lp:~kubuntu-packagers/kubuntu-packaging/svgpart] Rohan Garg * 2 * debian/changelog Changelog fixes
[23:54] <yofel> I think I'll dep-5 libkdeedu too, less work than cutting that licensing piece apart...
[23:55] <shadeslayer> as of now i'm only doing trivial packages for dep5
[23:55] <yofel> well, libkdeedu is GPL with one file LGPL and some unknown
[23:55] <yofel> looks doable
[23:57] <shadeslayer> ah ok