/srv/irclogs.ubuntu.com/2011/06/28/#kubuntu-devel.txt

shadeslayeryofel: 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 path00:00
shadeslayeryofel: only other way is to patch start kde00:08
yofelI would be fine with that actually, better than hacking system config00:09
shadeslayerhttps://projects.kde.org/projects/kde/kdebase/kde-workspace/repository/revisions/master/entry/startkde.cmake#L291 << adding a --config-file=FILENAME should do it00:09
shadeslayerok i'll fix it then00:09
shadeslayeryofel: any test cases?00:40
shadeslayeryofel: http://paste.kde.org/89095 < thats our new startneon 00:40
yofelremove system akonadi and see if neon kdepim fails with dbus error?00:40
yofelk00:41
shadeslayeryofel: hmm everything works fine, i just removed system akonadi-server00:48
shadeslayerrestarted neon akonadi and it works00:48
shadeslayeryofel: want to test yourself?00:48
yofelshould work then I guess?00:48
yofelQuintasan: ^00:48
shadeslayerhe's away for a couple of days00:48
yofeloh right00:48
shadeslayeryofel: http://paste.kde.org/89107 << here's the session.conf as well, plz test on your machine as well00:49
yofelhe can read my blog post then00:49
shadeslayer:D00:49
yofeldid I mention my todo list is too long?00:49
yofelI'll test tomorrow, it's late and I should already be sleeping00:49
yofeland since smoke still doesn't build I'll do that now00:50
yofelgood night00:50
shadeslayersure00:50
shadeslayernight00:50
=== tazz_ is now known as tazz
yofelmorning08:35
jussimorning yofel!08:36
yofelhey jussi08:37
apacheloggerjussi: did you get linaro-media-create working?08:58
jussiapachelogger: its starting to come along... Im waiting for it to populate the rootfs partition, but it seems to have stalled09:03
apacheloggerperhaps it just seems stalled :)09:03
apacheloggerQuintasan: how is maliit packaging coming along?09:04
=== timblechmann is now known as tim
jussiGood morning sabdfl! :)09:07
sabdflhey jussi09:15
* jussi is excited. 4d Ultrasound tomorrow :)09:16
sabdflthe future :-)09:22
ejat:)09:22
ejathi sabdfl ... how r ya?09:23
sabdflgreat tks, in dublin this wk09:25
jussisabdfl: ahh, you are at the sprint also. :) 09:26
bambeemorning10:26
=== hunger_ is now known as hunger
hrwhi guys11:12
hrwcan someone check bug 699773 was it fixed? probably yes11:13
ubottuLaunchpad 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/69977311:13
ulysseshrw: fixed12:27
hrwthx, marked as fix released12:28
jussiapachelogger: ! it works! :D12:29
apacheloggeryay12:41
hrwbye12:48
* jussi waits for the plasma stuff to install12:54
=== tazz_ is now known as tazz
apacheloggerQuintasan: ping ping ping15:37
apacheloggerjussi: plasma up yet?15:37
yofelQuintasan is gone skating for a week, forgot that already?15:38
yofeland I just sent a mail to the ML re branches15:38
yofelor are we going to wait until all the others get back from being MIA?15:39
* yofel continues debugging smoke15:39
apacheloggerah rightz15:41
apacheloggerso who is MIA anyway?15:41
yofeldunno, I would've expected more people to comment on this than just me, Scott and Rohan15:42
yofelQuintasan is MIA, but he did say that15:42
apacheloggeryofel: https://launchpad.net/kubuntu-packaging15:43
yofel:)15:44
jussiapachelogger: dunno, not in the office anymore. will get back to it tomorrow15:54
apacheloggerkk15:58
* apachelogger points out that the launchpadlib api is not half bad15:59
apacheloggerif only it were written in a sane langauge15:59
apacheloggerg15:59
yofelIt's nice once you get used to it. The API docs seem chaotic until you get how the objects are linked.16:03
apacheloggernah, makes perfect sense :P16:06
apacheloggerif you had to do with that sorta api before I suppose16:06
apacheloggeranyhow16:06
apacheloggerseems one cannot rename a branch16:06
apacheloggerthat is fooey16:06
yofeler, you can16:06
apacheloggerah16:06
apacheloggernvm16:06
apacheloggerscrolled right past it16:07
yofelbranch.name = "new_name"16:07
yofelbranch.lp_save()16:07
apacheloggerthat is really what hurts about the apidocs, you cannot search :P16:07
yofelright, and find me where lp_save() is documented16:07
yofelI found that on some blog post16:07
apacheloggerlol16:11
apacheloggeryofel: any clue how one can construct an object representation using a link?16:26
yofelhm, wait...16:26
yofellp.load('/~kubuntu-packagers/kdelibs/ubuntu') should give you the branch16:28
yofelthen .setTarget to move the branch, (ignore the error) load the branch again from the new location and rename it16:29
apacheloggerah16:33
apacheloggeryofel: well, I get all branches of kubuntu-packagers, then iter them16:33
apacheloggerset theTarget to the packaging project and the name to the name of the old project16:33
apacheloggerprobably with y/n for each project as to avoid wrong moves16:33
apachelogger(like kds or kdi or kfi)16:34
yofelsounds right16:34
yofelthinking 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:35
* apachelogger thought the same thing 5 minutes ago and then decide to keep his contact with pyth0rn to as little as possible :P16:36
apacheloggerI always get a rash16:36
yofelheh, then I'll write something up for k-d-t16:36
apacheloggerperfect, seems to work alright16:39
apacheloggeryofel: thanks for the load16:39
yofelwas wgrant's idea to move the neon branches16:39
apacheloggerwgrant: thanks to you too then :)16:41
yofelonly the error with setTarget is annoying, but one can just use an empty catch for that16:42
yofelgrrr, smoke is giving me a headache... what easy things are left...16:53
* yofel takes kdepim-runtime16:53
apacheloggeryofel: http://paste.ubuntu.com/634382/ :(16:55
yofelnot lp.lp_save()16:55
yofelduh16:55
yofelmy fault for explaining badly16:55
yofelbranch = lp.load('/~kubuntu-packagers/kdelibs/ubuntu')16:56
yofelbranch.name = 'bla'16:56
yofelbranch.lp_save()16:56
apacheloggeroh16:56
apacheloggerwhat a fish16:56
apacheloggersome example actually uses lp.lp_save() IIRC16:56
yofelyeah, does it say what lp is?16:56
apacheloggercant remember :P16:56
apacheloggerclosed them tabs already16:56
yofelso much for type less programming being good16:56
CIA-52[kubuntu-dev-tools] Harald Sitter <apachelogger@ubuntu.com> * apachelogger@ubuntu.com-20110628160033-w96uq8832y339i67 * (bin/kbranchmover debian/changelog) Add kbranchmover for moving branches around17:00
yofelwow, increadible documentation...17:03
yofelprint br.lp_save.__doc__17:03
yofelSave changes to the entry.17:03
* ryanakca cheers at wiki.k.o now running MoinMoin 1.9.2, it's many years more recent than 1.6.3 :)17:15
apacheloggerlol17:16
yofelyeah, only problem is that any links that have #bla%20bla markers need to be fixed to #bla_bla17:16
yofelother than that, huge improvement17:16
apacheloggerohm, that is a bit fooey17:29
yofelare you changing Vcs links in the branches you're moving?17:29
apacheloggernah17:29
apacheloggeroh17:30
apacheloggerright17:30
apacheloggeronly moved two smokes up until now17:30
apacheloggerthere is a bigger problem anyway17:30
yofelhm?17:30
apacheloggeras 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 branch17:30
yofelwell, you're moving it to a new known location, what's the problem?17:31
apacheloggerthe complete location is not known :P17:31
apacheloggerI could build one, but that is utter shoot17:31
yofeljust the project part changes, it's still ~kubuntu-packagers/project/ubuntu17:32
apacheloggerutter shoot17:32
apacheloggeralso17:32
apacheloggerthat assumption only holds if lplib errors out on move fail17:32
yofellplip should track it though (bug IMO)17:32
apacheloggeri.e. the situation where it will try to move shit to +junk (because of name conflict presumably)17:32
apacheloggerso assuming there is a ubuntu branch lying in project and your move fails because of that but lplib does not error out -> big time mess17:33
yofelhaven't tested what it does on branch conflict...17:33
apacheloggerI think vcs update needs a seperate branch17:34
apacheloggertoo much python already17:34
apacheloggermy skin gets itchy17:34
yofelwell, one can just fix it manually17:34
yofelalthough scripting would be nice :P17:34
apacheloggeroeh17:36
apacheloggerTraceback (most recent call last):17:36
apachelogger  File "./kbranchmover", line 46, in <module>17:36
apachelogger    branch.setTarget(project=new_project_link)17:36
apacheloggerWTH17:36
apachelogger40417:36
yofelyou didn't catch the error?17:36
yofelyeah, it tries to confirm the move by loading the old location -> crash17:36
yofelwgrant said it's a known bug17:36
apacheloggerWTHHHHHHHHHHHHHH17:36
* apachelogger cant remember how to catch in pyth0rn :P17:37
apacheloggerah17:37
apacheloggerthe python way17:37
yofeltry:17:37
yofel     apachelogger.move()17:37
yofelexcept:17:37
yofel     apachelogger.sleep()17:37
bambeeapachelogger: you troll about python... so python does not like you! :P17:40
apacheloggeryofel: I don't get it17:40
apacheloggerdo I not have to name the type or something?17:40
yofelwell, except: will catch anything that happens and handle anything17:41
yofeland python is typeless17:41
yofelin another script I use17: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_number17:41
yofel                sys.exit(2)17:41
yofelas a typed example17:41
apacheloggerpython is not typeless if it were not typed you could not get problems when trying to add an object to a string :P17:43
apachelogger    try:17:43
apachelogger        branch.setTarget(project=new_project_link)17:43
apachelogger    except:17:43
apachelogger        pass17:43
apacheloggeryofel: that i what I use17:43
apacheloggeryet it fails17:44
yofelhm, maybe I remember it wrong17:44
yofeland 'except e:' ?17:44
bambeetypeless != dynamically typed17:46
yofeler, right, thanks17:46
apacheloggerNameError: name 'e' is not defined17:46
yofelodd17:47
yofeltry:17:47
yofel    bla()17:47
yofelexcept:17:47
yofel    print 'ok'17:47
yofelprints ok...17:47
yofelhm, how did I manage to break icecc *and* ccache in pbuilder o.O17:53
yofelonce you get used to them the new oxygen icons are pretty nice :)17:55
apacheloggerah18:02
apacheloggerfixed18:03
* apachelogger is too stupid for pythorn18:03
yofelkdepim-runtime done, I'll push to the old location for now18:04
yofelhmpf, you *just* moved it :P18:06
CIA-52[kubuntu-dev-tools] Harald Sitter <apachelogger@ubuntu.com> * apachelogger@ubuntu.com-20110628170749-qljwgeyaiekzlp24 * bin/kbranchmover fixy fixy18:07
CIA-52[lp:~kubuntu-packagers/kubuntu-packaging/kdepim-runtime] Philip Muškovac * 71 * debian/ (changelog control kdepim-runtime.install) * New upstrem release candidate18:08
yofelbambee: wasn't workspace failing thanks to kdepim-runtime? should work now ^18:09
bambeewe've not to fix python-kde4 before?18:11
* bambee is confused18:12
yofeloh right, that too18:12
yofel:(18:12
bambeeI am working on python-kde4, it's mostly done18:12
yofeldoesn't that need smoke?18:12
yofelwell, maybe it builds with old smoke too18:13
bambeeyofel: apparently not, it does not require smoke18:13
bambeepython-kde4 is written with sip18:14
yofelah right, need to update the dep-graph then18:14
apacheloggeryofel: plz drop a mail to kubuntu-devel about the move and stuff18:17
apacheloggerI think I suffered brain demage18:17
yofelhahah, sure18:17
=== ubott2 is now known as ubottu
yofelat least the branch names are sane now18:18
apacheloggerthat surely was the last move for the next 5 months :P18:18
ScottKs/months/days18:29
yofelhopefully not18:33
bambeeyofel: for kde-workspace, do I use a new changelog ?18:34
yofelhm, keep the changelog. It's still mostly the same package after all18:34
ScottKDefinitely.18:49
apacheloggerhttp://www.youtube.com/watch?v=wj768KO7IoQ19:25
apacheloggerzoidberg++19:25
yofel. . .19:27
yofelapachelogger: then we have plenty of packagers too :P19:53
apacheloggeryes we do19:53
yofelwell, kdepim almost done19:53
apacheloggerenough to debug a script on 10 packages and still have enough for the script to do once fixed :P19:53
yofelheh19:53
bambeepython-kde4: done19:54
* yofel wonders where shadeslayer vanished to19:54
bambeekde-workspace: upload in progress19:54
yofelyay19:54
yofelwe're getting somewhere...19:54
bambeeA lot of packages should be installable now, right?19:55
yofeluh, probably, still a lot left though19:55
bambeeindeed19:55
yofeluh, why doesn't kdepim have symbol files o.O19:56
bambeewhich kdepim are you talking about?19:56
yofelkdepim? 4.6.0 in this case19:57
yofelguess nobody cared to add some...19:57
CIA-52[lp:~kubuntu-packagers/kubuntu-packaging/kdepim] Philip Muškovac * 166 * debian/ (31 files) * New upstream release candidate20:16
CIA-52[lp:~kubuntu-packagers/kubuntu-packaging/kdewebdev] Philip Muškovac * 93 * debian/ (KUBUNTU-DEBIAN-DIFFERENCES changelog control) * New upstream release candidate20:33
=== yofel_ is now known as yofel
yofelwhy did kde-workspace fail this time...20:34
yofelbambee: you need to fix the package name in override_dh_strip20:35
bambeeyofel: I was fixing it :)20:36
yofel:)20:36
yofelbbiab20:37
yofelre21:03
bambeewtf?  http://paste.ubuntu.com/634533/ o_O21:16
yofelwtf indeed21:17
yofelkdebase-workspace-bin: /usr/lib/liboxygenstyle.so.421:17
yofelare you sure you're installing it?21:17
bambeekdebase-workspace-bin is now kde-workspace-bin and it's part of kde-workspace...21:19
yofelbambee: if it's properly installed the file should be in debian/kde-workspace-bin/usr/lib/21:19
yofelwhile building21:20
yofelare you sure you didn't comment a missing liboxygenstyle.so.4.6.0 out?21:20
bambeeOMG... my brain is dead this evening o_O21:22
yofelbah, kdesdk has a ton of icon renames21:25
yofeland kasten has a ton of missing headers...21:40
shadeslayeroh hai21:43
yofelhey21:44
shadeslayeri was studying for a bit ^_^21:44
yofelack, doesn't help with 4.7 though =Þ21:44
shadeslayeryeah, i'm on it :D21:44
bambeeyofel: fixed, noob mistake21:45
yofelbambee: don't worry, happens ^^21:45
bambee:)21:45
shadeslayerwell gwenview is ready if agateau fixes the copyrights :)21:45
yofelcan't you fix them yourself?21:46
yofelah, that was that with multiple ones21:46
shadeslayerno that was kate21:46
yofelbah, I should do okteta-dev from scratch :/21:46
shadeslayeri just don't think i should fix it since i might do it wrong and he would be the best person to fix it imo21:46
shadeslayerwe can just repack later on21:48
yofeltrue21:49
yofelactually I was thinking to put oneiric packages into beta PPA too, until we fix copyrights, upload permissions, MIRs etc.21:49
shadeslayerso the branches are now : lp:~kubuntu-packagers/kubuntu-packaging/foo/ubuntu21:49
yofelno /ubuntu at the end21:49
shadeslayeryofel: yeah thats actually a good idea since that way we get more QA21:49
shadeslayeroh21:49
shadeslayerwe're dropping the ubuntu now?21:50
yofel /foo END21:50
yofelyep21:50
shadeslayeralright, will have to fix up VCS entries then21:50
yofel/foo/ubuntu isn't a valid branch name too21:50
yofel<owner>/<project>/<branch>, more isn't allowed21:50
shadeslayeroh hmm ... bzr is a weird beastie21:51
shadeslayeri'll take up svgpart after this21:51
shadeslayeryofel: do you have to do something with the config CIA-52 to get the commits to show up?21:52
shadeslayerapart from the python script we have21:52
CIA-52[ubuntu] Rohan Garg * 1 * (10 files in 3 dirs) Initial packaging for gwenview21:53
shadeslayeri'll take that as a no21:53
shadeslayerand oops ... thats all wrong21:53
CIA-52[gwenview] Rohan Garg * 1 * (10 files in 3 dirs) Initial packaging for gwenview21:54
shadeslayerbetter :P21:54
yofelhaha21:54
shadeslayerheh, 6 files in svgpart22:00
shadeslayerand no COPYING file22:01
* shadeslayer fixes22:01
yofelwhy can't kdesdk be simple. At least once...22:02
yofelplease split that -.-22:02
* shadeslayer gets a knife22:03
yofel^^22:03
yofelyay, finally built...22:03
yofelnow rerun for symbols and list-missing22:03
shadeslayernow that i think about it .. it should be KNife xD22:04
yofel*headdesk*22:04
yofelthere's a sane limit to everything...22:04
yofelhm22:06
yofel-- Okteta will be compiled without script debugging. (-DOKTETA_DEBUG_SCRIPT=1 to enable)22:06
shadeslayeryofel: what happened?22:06
yofelshadeslayer: that was re KNife :P22:06
shadeslayerah :P22:06
yofelI guess we should stick to the defaults22:06
shadeslayeryeah ^^22:06
shadeslayersvgpart fixed in both master and 4.7 btw22:12
yofelright22:13
shadeslayeruhm22:17
shadeslayerlp:~kubuntu-packagers/kubuntu-packaging/gwenviewDevelopment4 hours 40 minutes ago22:17
shadeslayer1. Initial packaging for gwenview22:17
shadeslayerthat looks so wrong22:17
yofel4 hours 40 minutes ago?22:22
yofeldidn't know you could commit back in time22:22
apacheloggergood news everyone22:30
apacheloggerI have passed ballmers peak again22:30
apacheloggerit is the insanity22:30
yofelwhut?22:33
yofelgah, you missing symbols kdesdk...22:33
=== tazz_ is now known as tazz
ScottKapachelogger: Passing is not good news.  You are supposed to hit it.22:37
apacheloggerwell22:37
apacheloggerI tried22:37
* shadeslayer needs a better description for svgpart22:38
yofelwhat does that even do? Add svg editing to gwenview?22:39
yofelhm, function syntax changed, great22:40
shadeslayeri have no idea what svgpart does22:40
yofelwell, it was in gwenview before, so I assume it's something like that22:40
yofelwhat does the project page say?22:41
shadeslayerfrom what i can see, you can open/close/zoom in/ zoom out of svg's22:41
shadeslayernothing else22:41
shadeslayerA Plug-In for the gwenview image viewer and other KDE applications allowing  the SVG renderer to be used to render SVG Images22:42
shadeslayerthats what i'm going with22:42
yofelsounds ok22:42
yofelthat's more than I put into the oktetakasten descriptions ^^22:42
shadeslayer:P22:43
yofelbah, public symbol went missing in liboktetakastencontrollers422:46
yofelrdepends are okteta and kdevelop22:47
yofelshould I burn the one that committed that or just rebuild kdevelop?22:50
yofelshadeslayer: didn't you want to update kdevelop?22:50
shadeslayeryeah but apachelogger said that 4.7 had more priority22:51
yofelwhat to do...22:52
shadeslayerrebuild kdevelop later on i guess22:53
yofelk, easy enough todo22:53
* apachelogger notes that 4.7 is entirely blocking all of kubuntu mobile/tablet movement22:53
yofelit's blocking pretty much anything else :S22:54
shadeslayer^^22:54
apacheloggerit is the supreme blocker22:54
yofelbtw. 4.6.5 tagging is the day after tomorrow22:54
shadeslayershould we care? :P22:55
yofelwell, after 4.7 ^^22:55
yofelpeople should be used to delays by now...22:55
shadeslayerheh22:55
apacheloggerit is a bad thing really22:55
apacheloggerneeds changing22:55
yofelofc22:55
apacheloggerof course I am to drunk to change it22:55
yofelonce we have 4.7 done, rc2 should be easy22:55
yofel(compared to this)22:56
apacheloggerwhat I need is advanced minions22:56
apacheloggertake minionship to a whole new level22:56
yofelwhat we need are *any* minions22:56
* apachelogger points out that the work items say blogging22:56
yofeltazz: weren't you interested in packaging once?22:56
apacheloggeryet no one blogs22:56
apacheloggeryou are not obeying the command of the council22:56
yofeloh crapz22:56
yofelsee, 4.7 is even blocking blogging ^^22:57
shadeslayerhahaha22:57
* yofel wonders where c2tarun is MIA22:57
* shadeslayer pokes his CMakeLists while svgpart builds22:58
yofelI seriously hope Riddell is back for 5.0, or we're in trouble...22:59
yofelwait, we're already in trouble22:59
apacheloggerwe are not in trouble23:01
apacheloggerwe were in trouble if shadeslayer wasn't paying attention to copies of licenses23:01
apacheloggerbut since he does we are all good23:01
shadeslayer:)23:01
yofelheh, I still wonder where to find the libkdcraw devs23:01
yofelmight send a mail tomorrow23:02
shadeslayerapachelogger: btw kate has license copies in subdirs23:02
apacheloggeryofel: I think the might empire of digikam is in control23:03
apacheloggershadeslayer: so it shall be23:03
yofelah, that actually sounds plausible23:04
apacheloggernot the most awesome thing23:04
shadeslayerok libsvgpart can be made dep 523:04
shadeslayertrivial enough23:04
apacheloggeractually from a purely ubuntu POV the whole seperate repo thing is a bit a blow WRT licenses23:04
apacheloggerit kinda sucks we need to copy them everywhere23:04
apacheloggerit is the shit I might say23:04
apacheloggerperhaps someone (aka shadeslayer) should work out a solution23:05
ScottKUnusual optimism from apachelogger.23:05
shadeslayerplease no, i already have a headache from copyright files23:05
shadeslayerbest to invest my energy somewhere else23:05
* apachelogger beats shadeslayer with chop sticks23:05
apacheloggerScottK: it is because of the wine23:06
shadeslayerhey ... ouch .. stop it ... ouch23:06
apacheloggeralso I got blue lips23:06
apacheloggerI actually look the funny23:06
ScottKKDE blue?23:06
apacheloggersure23:06
ScottKThat's fine then.23:06
yofelwhy are you running KDE in wine?23:06
apacheloggeralso me friend spilled wine over my shoulder, looks like I got shot23:06
apacheloggeryofel: more fun23:06
apacheloggeractually23:06
yofelheh23:06
apacheloggerthere are people who do that23:07
yofelwhat?23:07
yofelsupreme nonsense23:07
apacheloggeralso I might have found a minion for kde startup profiling and improvement23:07
yofel\o/23:07
shadeslayerplz2validate : http://paste.ubuntu.com/634610/23:09
yofeldo you need to have the copy of the GPL-2+ twice in there?23:11
apacheloggermore copies ftw23:11
shadeslayerwas not sure whether to put it or not, thought it was best to be more verbose23:11
yofelwell, can't be wrong I guess23:13
CIA-52[lp:~kubuntu-packagers/kubuntu-packaging/kdesdk] Philip Muškovac * 135 * debian/ (27 files in 2 dirs) * New upstream release candidate23:14
shadeslayeri think moin moin took over youtube23:15
shadeslayeri'm getting 500 Internal server errors23:15
yofellol23:15
yofelsee, ubuntu is spreading :P23:16
shadeslayermore like moin moin is spreading23:16
yofelyou broke the packaging wiki btw.23:17
yofellook at gwenview23:17
* shadeslayer looks23:17
shadeslayer@_@23:17
shadeslayerhow the hell did that happen23:18
shadeslayersigh white spaces23:19
yofellet's see how broken libkdeedu is23:20
yofelis missing licenses worth mentioning?...23:22
yofelseems to be GPL-2+ and LGPL-2+ only at least23:24
yofellolwhut? 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
yofelor can you really shorten it down to that?23:25
shadeslayerthats it?23:25
shadeslayerdon't think so then23:26
yofel. . .23:26
yofellet's pretend I didn't see that...23:27
* yofel adds license copies at leats23:28
yofel*least23:28
yofeldoes it matter which branch you commit first to, btw.?23:29
tazzyofel: yes i was23:30
yofelnow would be a good time to do something :P23:31
tazzyofel: GSoC :-/23:33
tazzyofel: what do you need done?23:33
yofeltazz: lots https://wiki.kubuntu.org/Kubuntu/Ninjas/Packaging23:33
yofelkdeutils or kdetoys should be easy23:33
shadeslayertazz: yeah doesn't take alot of time23:34
yofelfor those it should be a kde-sc-dev-latest bump, Vcs links fixing and new changelog entry23:35
yofelmaybe some install file fixing23:35
shadeslayeryofel: how do you get the bzr branch to show up via CIA-5223:35
yofelshadeslayer: I modded the neon bzr hook23:36
yofelupdate your copy23:36
shadeslayerNo revisions to pull.                                                                                                                                                           23:36
tazzi'll check it out...23:37
yofelr186 is newest23:37
tazzok later guys... time to sleep.23:37
yofelmake sure you use bound branches, or it has no idea how to figure the link out23:37
shadeslayertazz: but its only 4 AM23:37
shadeslayerah right23:37
yofellol23:37
yofelhm, seeing ones name in #kde-commits has something ^^23:38
shadeslayeryofel: how do you bind new branches then?23:38
yofelah, you can push after init, then bind to the link23:38
yofelif you want the first commit to show up like that23:39
CIA-52[lp:~kubuntu-packagers/kubuntu-packaging/svgpart] Rohan Garg * 1 * (9 files in 3 dirs) Initial packaging for svgpart23:40
shadeslayer:)23:40
CIA-52[lp:~kubuntu-packagers/kubuntu-packaging/svgpart] Rohan Garg * 2 * debian/changelog Changelog fixes23:47
yofelI think I'll dep-5 libkdeedu too, less work than cutting that licensing piece apart...23:54
shadeslayeras of now i'm only doing trivial packages for dep523:55
yofelwell, libkdeedu is GPL with one file LGPL and some unknown23:55
yofellooks doable23:55
shadeslayerah ok23:57

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