/srv/irclogs.ubuntu.com/2010/11/26/#kubuntu-devel.txt

=== gp[8]_ is now known as gp[8]
aakshayRiddell: hi..done with account and key.00:04
Riddellaakshay: what's the account?00:07
Riddellguess he fell asleep00:09
aaskahyRiddell: hi00:12
Riddellaaskahy: do you want to do some packaging?00:14
aaskahyRiddell: yes00:14
aaskahyRiddell: How to start? :)00:15
Riddellaaskahy: we need KDE SC 4.6 beta 1 packaged for natty00:16
Riddellaaskahy: would you like to do kdetoys?00:16
Riddellit's a simple package to do00:16
Riddellif so put your name in the table in this wiki page https://wiki.kubuntu.org/Kubuntu/Ninjas/Packaging00:17
aaskahyRiddell: as i am begineer, i hav limited knowledge of evrything here..00:18
aaskahyRiddell: i want to. let me add my name in table00:18
aaskahyRiddell: how can i add my name? there is no option00:19
Riddellaaskahy: login to the wiki00:20
Riddellclick Edit00:20
Riddellput your name next to kdetoys in the table00:20
Riddellclick save00:20
aaskahyRiddell: ok and also i am using Ubuntu lucid, so i hope Kubuntu Packaging will work on it?00:22
Riddellaaskahy: no it will need a natty chroot, do you have enough bandwidth to do that locally or do you want to use a remote machine I can give you access to?00:23
aaskahyRiddell: i dont have enough bandwidth. please provide access to remote machine.00:25
Riddellaaskahy: ssh ubuntu@ec2-204-236-220-166.compute-1.amazonaws.com00:25
aaskahyRiddell: connected with your remote machine00:28
Riddellaaskahy: run    screen -x00:29
Riddellaaskahy: great00:30
aaskahyRiddell: done00:31
Riddellaaskahy: so to make a chroot run   debootstrap natty natty00:31
aaskahyRiddell: its showin "debootsrap is not installed."00:32
Riddellaaskahy: you'll need to install debootstrap00:32
aaskahyRiddell: i am installong it00:32
aaskahy*installing00:32
Riddellaaskahy: needs sudo00:33
aaskahyRiddell: installed and i run the command but it is saying " debootstrap can only run as chroot"00:34
Riddellaaskahy: can only run as root00:35
Riddellaaskahy: just add sudo at the start00:35
aaskahyRiddell: yes!! 00:35
Riddellawooga, that'll take a few minutes00:36
aaskahyRiddell: its working.. well why do we need to add "sudo" in begining?00:36
Riddellaaskahy: because it can only br run as the root (administrator) user00:36
aaskahyRiddell: okiez.. 00:37
Riddellaaskahy: done!00:38
aaskahyRiddell: done successfully00:38
Riddellaaskahy: now  sudo chroot natty  to get into the new chroot00:38
aaskahyriddell: done. 00:39
Riddellaaskahy: make a new directory to do your work in00:39
Riddellcd root; mkdir kdetoys00:39
Riddellis what I'd do00:39
aaskahyRiddell: okiez.. i am making cd akshay; mkdir kdetoys00:40
Riddellthere is no "akshay" you need to make that too00:40
Riddellgroovy00:40
aaskahyRiddell: yes!! i made it00:41
aaskahyRiddell: done with it..00:41
Riddellaaskahy: cd into kdetoys then download (with wget) the kdetoys tar from here ftp://ftp.kde.org/pub/kde/unstable/4.5.80/src00:41
aaskahyRiddell: okiez...00:41
Riddellyou will need to look at ftp://ftp.kde.org/pub/kde/unstable/4.5.80/src in your local web browser to get the full URL00:42
Riddelloh and install wget too I guess00:43
aaskahyRiddell: how can i install wget?00:44
Riddellaaskahy: with apt-get00:44
=== freeflyi1g is now known as freeflying
aaskahyRiddell: let me install00:45
Riddellaaskahy: export LANG=C  will get rid of the annoying language errors00:46
Riddellaaskahy: great00:47
Riddellaaskahy: now you need to rename the tar00:47
Riddellneeds to be called  kdetoys_4.5.80.orig.tar.bz200:47
aaskahyRiddell: how can i export this? can i write in same "kdetoys"?00:48
=== Mamarok_ is now known as Mamarok
Riddellaaskahy: use  mv   to rename a file00:49
Riddellmv <oldname>  <newname>00:49
aaskahyRiddell: done.. i have a question...00:51
Riddellwhat's that?00:51
aaskahyRiddell: why we dint untar the file and then make it .orig as mentioned in guide? :)00:52
Riddelluntar it is the next step00:52
Riddellyou can do it either way around00:52
Riddellit doesn't matter much00:52
Riddellso go ahead and untar it00:52
aaskahyRiddell: okiez!!!.....00:53
aaskahyRiddell: yep....00:53
Riddellaaskahy: it's bz2 not gz so I think that -z needs to be a -j00:55
Riddellaaskahy: next we need to get the current packaging00:56
Riddellwhich is kept in a bzr repository00:56
aaskahyRiddell: yes... untarring is done00:56
Riddellbzr checkout lp:~kubuntu-members/kdetoys/ubuntu00:56
Riddellneeds the full command above ^^00:57
Riddellaaskahy: needs to install bzr00:58
aaskahyRiddell: using apt-get?00:59
Riddellaaskahy: yes00:59
aaskahyRiddell: okiez..00:59
Riddellaaskahy: great01:00
aaskahyRiddell: done!!01:01
Riddellnow you have an ubuntu/ directory with the checkout of the packaging01:01
Riddellthe packaging is the ubuntu/debian/ directory01:01
Riddellyou need to copy that into the kdetoys directory01:01
Riddellaaskahy: remove that first slash01:06
Riddelladd a -r  to copy the directory01:06
Riddelland copy it into the kdetoys-4.5.80 directory01:06
Riddellaaskahy: not quite right01:08
Riddellaaskahy: needs copied into kdetoys-4.5.8001:08
aaskahyRiddell: sorry.. i forgot cp functionalities.. correcting it...01:09
aaskahyRiddell: is this the command: "cp -r ubuntu/debian kdetoys-4.5.80"01:11
Riddellyes01:11
Riddellaaskahy: ok now I'm going to add our secret ninjas repository and install some bits01:12
aaskahyRiddell: done01:12
aaskahyRiddell: yes!!!..01:12
Riddellaaskahy: almost ready to compile01:17
Riddellaaskahy: run   dch -i  to add a new changelog entry01:17
aaskahyRiddell: yes..01:17
Riddellaaskahy: set version to 4.5.80-0ubuntu101:18
Riddellaaskahy: next to the * set a changelog message saying new release01:19
aaskahyRiddell: done01:19
Riddellaaskahy: exit and save01:20
aaskahyRiddell: here only?01:20
aaskahyRiddell: its not accepting ":wq"01:21
Riddellaaskahy: it's not vi01:22
Riddellit's nano01:22
Riddelluse  control-x01:22
Riddelly01:22
aaskahyRiddell: oh sorry..01:22
aaskahyRiddel: its asking for file name. should i enter the default?01:23
Riddellaaskahy: I did that01:23
Riddellaaskahy: now ready to compile01:23
Riddellrun   debuild01:23
aaskahyriddell: done01:24
Riddellaaskahy: wee problem, let me fix01:24
Riddellaaskahy: ok go again with  debuild01:25
aaskahyRiddell: ok01:25
aaskahyRiddell: am i giving the right command?01:25
* claydoh saves his irclogs this is a great how -to :)01:25
Riddellaaskahy: try now01:26
Riddellclaydoh: going to become a ninja too? :)01:26
aaskahyRiddell: still not done01:26
* yofel will read it tomorrow when he has time...01:27
claydohRiddell: I should, I guess :) I think I have soaked enough info over the past few years :)01:27
Riddellaaskahy: fooey01:27
Riddellaaskahy: those extra packages need installed01:28
Riddellaaskahy: but kdebase-workspace isn't ready yet01:28
Riddellaaskahy: so that's as far as we can go tonight01:28
aaskahyRiddell: ok..01:28
Riddellaaskahy: so we'll have to stop there for today01:28
Riddellaaskahy: good work though01:28
Riddellaaskahy: do come back tomorrow and hopefully kdebase-workspace will be ready and we can finish it off01:29
aaskahyRiddell:  no problem... i enjoyed this a lot..01:29
Riddellclaydoh: let me know if you need any pointers in becoming a ninja.  yofel you too01:29
* claydoh passes everyone a piece of his home made sweet potato pie w/ice cream01:29
aaskahyRiddell: thankyou so much for making me understand things...01:29
Riddellclaydoh: yum, thanks01:29
RiddellI'm off to bed now01:29
Riddellgood night all01:29
claydohRiddell: will do, I already keep a ppa for up-to-date kmymoney packages01:30
yofelI'll first have to finish reading the documentation, for example I have no idea what a symbols file is...01:30
aaskahyRiddell: good night01:30
aaskahyRiddell::)01:30
claydohnini Riddell01:30
yofelgn Riddell01:30
* yofel hits pbuilder in the meanwhile01:31
yofelspent half an hour wondering why it wouldn't build policykit-1 until I found debian bug 363193 -.-01:32
ubottuDebian bug 363193 in pbuilder "pbuilder-satisfydepends does not support new style architecture specifications" [Important,Open] http://bugs.debian.org/36319301:32
_Groo_hi/2 all02:41
_Groo_Riddell: ping02:41
_Groo_JontheEchidna: ping02:41
_Groo_could anyone pass me the dput.cf for the kubuntu ninjas ppa?02:42
_Groo_anyone awake?02:48
DarkwingDuckA bit02:50
_Groo_DarkwingDuck: are you a kubuntu ninja?03:10
DarkwingDuck_Groo_: Nope. I'm Documentation guru03:10
_Groo_DarkwingDuck: ah ok03:10
_Groo_DarkwingDuck: im having troubles uploading to ninjas ppa03:10
DarkwingDuckScottK, Riddell ^^^^^^^^^^^03:11
_Groo_DarkwingDuck: i know :D but nvm my brain just kicked in and i figured it out03:13
DarkwingDuck_Groo_: got ya03:14
=== tazz_ is now known as tazz
=== hrw|gone is now known as hrw
apacheloggerNightrose: n900?09:31
Nightroseapachelogger: working on it - sorry :(  didn't manage to get to a post office yet - hopefully tomorrow09:31
apacheloggerNightrose: ok :)09:31
Nightroseapachelogger: speaking of which - do you need the wall charger? i'd love to have one for my android and don't have one09:32
Nightrosewall to usb09:32
apacheloggerno, I have one from my htc :)09:32
Nightroseexcellent09:32
debfxRiddell: could you please set an email address for kubuntu-ninjas10:12
jussiNightrose: if you are looking for one again, heres a store Id recomend: http://www.dealextreme.com/details.dx/sku.26753 -shipping is usually 2$ - Ive used them multiple times.10:13
debfxlike you did for kubuntu-ppa so we don't get spammed with ftbfs mails10:13
Nightrosejussi: thx10:14
Riddelldebfx: yeah10:20
ari-tczewdebfx: have a time for review clementine?10:37
apacheloggerari-tczew: copyright in source files is not clear11:42
ari-tczewapachelogger: I have patch from upstream for this one. can I use it in debian/patches? :)11:43
* apachelogger would not consider it proper11:44
apacheloggeryou could repack the tarball though11:44
apacheloggeralso copyright neglects to mention that rosetta contributors and canonical hold copyright on translations11:44
=== muesli_ is now known as muesli
apacheloggeralso the license for translations is ambiguous11:44
apachelogger# This file is distributed under the same license as the clementine package.11:44
* apachelogger counts 5, no 6 licenses under which this package is licensed11:45
apacheloggerdebian/copyright also does not differ between 3 clause BSD and X11 BSD (2 clause11:47
apacheloggerlibprojectm contains files licensed using latter11:47
bulldog98Riddell: if I package kdepim 4.5.80 should it go to kubuntu-experimental?11:49
Riddellbulldog98: into ninjas11:50
Riddelluntil we move things out of ninjas which won't be until it all gets built which won't be until I fix qtwebkit for the third time11:51
Riddellyou'll need to start with kdepim-runtime11:51
bulldog98Riddell: but then it isn’t possible to package any 4.4.7+ anymore in ninjas11:51
apacheloggerari-tczew: various files in 3rdparty/gmock/scripts/generator/ are licensed Apachev2, which does not seem to be reflected in debian/copyright11:52
Riddellbulldog98: that's fine, 4.4.7 is already in the archive and the changes needed are in bzr, so we'll just upload that to the archive when ready11:52
Riddellbulldog98: we might want a new bzr branch for the 4.6 packaging though11:52
Riddellsince it won't be going into the main archive for now11:52
bulldog98Riddell: ok11:52
ari-tczewapachelogger: please tell me that copyright policy in new ubuntu packages is against getting new packages..11:53
apacheloggerari-tczew: pardon?11:54
ari-tczewapachelogger: I'm not proponent of still poking upstream with the same case...11:55
ari-tczewit's very annoying, always is wrong with licenses11:55
ari-tczewmaybe will be better if we won't pack new packages?11:55
bulldog98Riddell: should I build upon the debian-folder of experimental?11:56
Riddellbulldog98: what's in experimental?11:57
bulldog98Riddell: there is the last beta311:57
apacheloggerari-tczew: well, if upstream had read the licenses he is using there would not be much work other than listing all the stuff properly in debian/copyright11:57
apacheloggerthe fact that earlier his source had no license headers indicates that he did not do so11:57
apacheloggerrandom assumption on my part though11:57
Riddellbulldog98: I'd use the packaging in bzr11:58
Riddellbulldog98: that beta 3 is ancient11:58
bulldog98Riddell: ok11:58
apacheloggerari-tczew: I understand your feeling though11:58
ari-tczewapachelogger: I guess that upstream will ignore me, than we get this package to archive11:58
apacheloggerari-tczew: upstream should have an interest in licensing *his* work properly, should he not?11:59
ari-tczewapachelogger: perhaps, but I guess that we never will fix licenses issue. always is something wrong12:00
ari-tczewand at the end we will summarize, that this package couldn't be included in archive due to licenses generally LOL12:01
* apachelogger did not revu the package up until now :P12:01
apacheloggercurrently inspecting license compability12:01
ari-tczewapachelogger: [13:04] <davidsansome> yeah he's right; I hate copyright :p; I'll fix it later, busy atm12:05
apacheloggerFiles: *12:05
apacheloggerCopyright: 2010, David Sansome <me@davidsansome.com>12:05
apacheloggerLicense: GPL-312:05
apacheloggerari-tczew: that should be GPL-3+ it seems12:06
apacheloggeraccordingly debian/* should be alinged with that :)12:06
apacheloggerari-tczew: a complete copy of the GPL2 seems to be missing in the tarball12:07
ari-tczewapachelogger: I'm copying your advices to him12:08
apacheloggerhm12:10
apacheloggerqxt license looks a bit fishy12:11
apacheloggerRiddell: GPL 3 software linking against qxt which has license CPL 1.0 *and/or* LGPL-2.1 ... am I right that the or saves us from eternity in hell?12:12
apachelogger(since CPL is incompatible with GPL)12:12
RiddellLGPL-2.1 can be upgraded to GPL 3 so that's fine12:12
apacheloggerok12:13
apacheloggerari-tczew: the mpl license does not have its license text listed in debian/copyright12:14
ari-tczewapachelogger: look at this patch: http://paste.ubuntu.com/536666/12:15
ari-tczew+   Copyright 2010, David Sansome <me@davidsansome.com> 12:15
ari-tczeware enough in source files?12:15
apacheloggeryes12:17
apacheloggerultimately "Copyright © 2010"12:18
apacheloggers/ultimately/idealy12:18
apacheloggeror something ^^12:18
apacheloggerari-tczew: is there a particular reason it has an internal copy of projectm?12:19
ari-tczewapachelogger: dunno12:20
apacheloggerplease find out, because we have projectm in the archives, having it in the clementine source too seems a bit of a duplication12:20
apacheloggerari-tczew: http://lintian.debian.org/tags/possible-unindented-list-in-extended-description.html12:29
apacheloggerari-tczew: supposedly the explicit dep on libgpod4 can be dropped, shlibs should pick that up12:31
apacheloggerthe depends relationship with          gstreamer0.10-plugins-base,12:31
apachelogger         gstreamer0.10-plugins-good,12:31
apachelogger         gstreamer0.10-plugins-ugly,12:31
apacheloggeris almost certainly wrong12:32
apacheloggerthose should be recommends at best IMHO12:32
apacheloggerari-tczew: otherwise it seems reasonable awesome12:32
apacheloggeralso please note that for political reasons I cannot advocate software that uses Qt4 but avoids phonon12:33
apacheloggertherefore I would very much like upstream to get in touch with me to work out a migration plan to phonon ;)12:33
ari-tczewapachelogger: could you join upstream channel and discuss with upstream?12:37
ari-tczewmaybe not at this moment, but in generall12:37
apacheloggerwhere is that?12:37
ari-tczewapachelogger: #clementine12:37
apacheloggerok12:37
apacheloggerwill do so later12:37
ari-tczewok12:37
* apachelogger is going to leave in a bit12:37
=== yofel_ is now known as yofel
=== Nightrose2 is now known as Nightrose
ulyssesapachelogger: the regexp was wrong in the get-orig--source, I hope now it works:P14:23
=== hunger_ is now known as hunger
CIA-42[libqapt] jmthomas * 1201024 * trunk/extragear/sysadmin/libqapt/src/history.cpp Fix some of the QStrings in HistoryItem::packageList() from having a duplicate ')' at the end15:08
CIA-42[muon] jmthomas * 1201029 * trunk/extragear/sysadmin/muon/installer/ApplicationWindow.cpp Compile fix15:19
CIA-42[muon] jmthomas * 1201031 * trunk/extragear/sysadmin/muon/libmuon/HistoryView.cpp Include cleanup15:20
CIA-42[muon] jmthomas * 1201033 * trunk/extragear/sysadmin/muon/libmuon/HistoryView.cpp Set header text. Seems a bit silly that you have to set a column count to give the default column that's already there text. :/15:28
CIA-42[muon] jmthomas * 1201036 * trunk/extragear/sysadmin/muon/libmuon/HistoryView.cpp Fix showing weekday names for history categories less than a week old. With KDE 4.6 we can do neat things, like calling categories "Today" and "Yesterday"15:35
CIA-42[muon] jmthomas * 1201040 * trunk/extragear/sysadmin/muon/installer/ (Application.cpp ApplicationModel/ApplicationProxyModel.cpp) Debug cleanup15:39
apacheloggerulysses: good thing I am using windows right now, so I cannot review :P15:45
CIA-42[libqapt] jmthomas * 1201041 * trunk/extragear/sysadmin/libqapt/src/ (history.cpp history.h) API change in preparation of further changes15:46
Riddellapachelogger: why is that good?15:46
CIA-42[muon] jmthomas * 1201042 * trunk/extragear/sysadmin/muon/libmuon/HistoryView.cpp Update for QApt::History API changes15:46
apacheloggerless work for me15:46
apacheloggerulysses: the resulting tar will still have a +dfsg suffix15:47
apacheloggeralso, since you are not using the REV var, I suppose you could just remove it ;)15:47
apacheloggeradvocated15:49
CIA-42[libqapt] jmthomas * 1201044 * trunk/extragear/sysadmin/libqapt/src/history.cpp A single history transaction can have multiple action types (install some packages, remove some packages) so continue populating the package list until we have covered all transaction types.15:52
JontheEchidnaapachelogger: thanks for the revu15:56
apacheloggerI wished I could conduct more indepth, but clearly ubuntu development is not meant to be done on windows :(15:56
Riddellapachelogger: I can easily enough give you access to an ubuntu machine15:57
Riddelljust needs an ssh key15:57
apacheloggerRiddell: just use mine from launchpad15:58
* apachelogger thinks he should upgrade to a 4k key at some point15:58
Riddellapachelogger: ssh ubuntu@ec2-204-236-220-166.compute-1.amazonaws.com15:59
apacheloggeryay16:00
apacheloggeralrighty then16:02
apacheloggerJontheEchidna: copyright is incomplete16:02
apachelogger./src/oxygenwindowmanager.h: MIT/X11 (BSD like)16:02
apachelogger./src/oxygenwindowmanager.cpp: MIT/X11 (BSD like)16:03
apacheloggerRiddell: can you install ack-grep please16:03
aryaanahi16:05
Riddellapachelogger: you can16:06
apacheloggeroh16:07
apacheloggerjolly sweet16:07
apacheloggerthere we go16:10
apacheloggerJontheEchidna: I trust that the binary package is in order ;)16:10
apacheloggerRiddell: thank you16:11
apacheloggerRiddell: I left my supreme revu scripts in ~/bin ;)16:11
Riddellsupreme16:15
Riddellhmm, guess the release team meeting really was cancelled for once16:37
JontheEchidnaapachelogger, Riddell: I've uploaded a gtk2-engines-oxygen upload that should fix all remaining issues. A final ack/nack from both of you would be very much appreciated. :)16:37
JontheEchidnathe upload should appear in a few minutes16:37
RiddellJontheEchidna: to revu?16:37
=== hrw is now known as hrw|gone
JontheEchidnaRiddell: yep17:03
_Groo_hi/2 all17:20
_Groo_Riddell: ping17:21
_Groo_any dev alive?17:24
rgreeningRiddell: any ideas on this error: An unresolvable problem occurred while calculating the upgrade: 17:34
rgreeningCan not mark 'kubuntu-desktop' for upgrade17:34
rgreeningRiddell: doing do-release-upgrade -d17:34
rgreeningRiddell: had to remove kubuntu-desktop to allow the do-release-upgrade thingy18:16
ulyssesapachelogger: the REV variable is used in the 9th line18:32
neversfeldeRiddell: kdenetwork already in bzr/ninjas?20:02
neversfeldeseems that I am to slow :)20:03
CIA-42[libqapt] jmthomas * 1201127 * trunk/extragear/sysadmin/libqapt/src/ (history.cpp history.h) API changes necessary to represent multiple actions per history item21:30
CIA-42[muon] jmthomas * 1201128 * trunk/extragear/sysadmin/muon/libmuon/HistoryView.cpp Adapt to new QApt::History API changes in QApt trunk21:31
Riddellneversfelde: still all of maverick to do21:32
CIA-42[libqapt] jmthomas * 1201129 * trunk/extragear/sysadmin/libqapt/src/history.cpp These two lines only need to be done while reloading21:34
=== jjesse_ is now known as jjesse
CIA-42[libqapt] jmthomas * 1201130 * trunk/extragear/sysadmin/libqapt/src/history.cpp Forgot to add a break here...21:44
CIA-42[muon] jmthomas * 1201131 * trunk/extragear/sysadmin/muon/libmuon/HistoryView.cpp Until we can get today/yesterday entries w/ KDE 4.6, we can't use weekdays without making Friday last week accidentally include entries from Friday today.21:47
JontheEchidnahistory works fairly well now, sans sort/filter: http://imgur.com/p98lb21:47
tazztrying to build amarok in kubuntu 10.1021:47
tazzgetting the following error :-21:48
tazz-- Performing Test TAGLIB_ASF_FOUND - Failed21:48
tazzCMake Error at CMakeLists.txt:27 (message):21:48
tazz  TagLib does not have ASF support compiled in.21:48
=== DarkwingDuck_ is now known as DarkwingDuck
apacheloggertazz: then amarok is wrong22:15
apacheloggertaglib most definitely is compiled with the ASF switch turned on22:16
tazzapachelogger, yes i just verified that.22:16
tazztaglib-extras-config.cmake:flags="-DWITH_ASF=On -DWITH_MP4=On"22:16
tazzdonno how to proceed from here though.22:17
apacheloggerto #amarok I'd say ^^22:25
* tazz is svn upping his trunk and rebuilding kdebase / kdelib just incase.22:30
apacheloggerspaceship is done \o/22:45
apacheloggerfinally22:45
apacheloggerNightrose: I'll be visiting you on sunday22:46
Nightroseapachelogger: seriously?22:49
apacheloggerwell, I need to take this baby for a test drive, dont I?22:49
apachelogger;)22:49
apacheloggerNightrose: it would appear that I am going to fosdem22:53
apacheloggeranything useful I can do there?22:54
apacheloggerauction organs or something22:54
Nightrosetalk in the cross desktop room?22:54
apacheloggerwhat about?22:54
Nightrosehmmm 22:54
Nightrosefluffy?22:54
apacheloggerfair enough22:55
apacheloggerwhere do I sign up22:55
apacheloggerhow long do I have to talk?22:55
Nightrosethere's an email to kde-promo from bart with details22:55
apacheloggermhh22:57
apacheloggerNightrose: kthx22:58
KukuNutis KDE 4.6 B1 going directly to natty or go to kubuntu-ppa/beta?23:08
apacheloggerKukuNut: directly23:10
KukuNutapachelogger: thanks..any idea when?23:15
apacheloggersoon23:15
KukuNutapachelogger: whatever happened to the daily build from kubuntu-ninja?23:16
KukuNut*what23:16
KukuNutare they still on?23:16
apacheloggerninjas never conducted dailies?23:18
apacheloggeror did23:18
apacheloggeroh my oh my23:19
KukuNutsorry.. I mean nightly  :)23:19
* apachelogger should have become a singer23:19
apacheloggerKukuNut: that neither23:19
Riddellarg, kdelibs is failing to compile randomly23:23
Riddellthere's no error message23:23
Riddellwhy is life so cruel?23:23
CIA-42[muon] jmthomas * 1201147 * trunk/extragear/sysadmin/muon/ (9 files in 3 dirs) Add a HistoryProxyModel, and enable sorting by date by default.23:23
Riddellaakshay: meh, can't do much more until kdelibs gets compiling :(23:23
yofeldisable --parallel and try again? (that's what I do usually)23:24
KukuNutapachelogger: my apologies..I meant the Project Neon23:24
Riddellapachelogger: ping23:24
apacheloggerit is being revived23:24
apacheloggerRiddell: hullos23:24
yofelKukuNut: come to #project-neon if you're interested, we're working on it, more or less fast23:25
Riddellapachelogger: could you add my ssh key to that amazon ec2 machine ubuntu@ec2-204-236-220-166.compute-1.amazonaws.com23:25
Riddellhttps://launchpad.net/~jr/+sshkeys23:25
apacheloggerRiddell: done23:26
CIA-42[muon] jmthomas * 1201148 * trunk/extragear/sysadmin/muon/libmuon/HistoryView/HistoryView.cpp More KUIT context marker23:26
aakshayRiddel: ok.. we can do later as well..:).. well how long will it take? 23:26
Riddellaakshay: no idea, I had hoped it would be done by now, but I need to work out what the problem is23:27
Riddellalthough we now have 4.5.4 to package23:27
aakshayRiddell: ok. so i hope we can start by day after tommorow?23:28
Riddellhope so23:28
aakshayRiddell: i have few queries in the tasks we didi yeasterday. can i ask now?23:29
Riddellaakshay: sure23:29
aakshayRiddell: thanx. i iwould like to ask why we moved to "bzr" repository for source? we already have installed it in begining? 23:30
aakshay*would23:31
Riddellaakshay: we keep our packaging in bzr because it's quite common that several people will have changes to make at the same time23:34
Riddellif we didn't then you would have to download the source and make a change and upload the package to ubuntu but if someone else had changes they would then have to start their changes again with your version23:35
Riddellwith bzr you can just change the bits you are working on and upload once everybody is ready23:36
Riddellwe only do that with the main KDE packages, other ones you just edit the packaging and upload directly to ubuntu, no bzr 23:36
aakshayRiddell: ok. and one more please, as you have added secret ninja repositories while packaging. how can i add them while doing packaging as i have no idea what they are?23:39
Riddellaakshay: we would add you to the team, launchpad.net/~kubuntu-ninjas23:46
CIA-42[muon] jmthomas * 1201157 * trunk/extragear/sysadmin/muon/libmuon/HistoryView/ (HistoryProxyModel.cpp HistoryProxyModel.h HistoryView.cpp) Fix filtering by history action23:48
aakshayRiddell: ok thats the procedure. Do i need to read some more stuff on packaging? please suggest23:49
=== schmidtm_ is now known as schmidtm
Riddellaakshay: I'm a bit behind on what to read to learn about packaging23:54
Riddellmight try asking in #ubuntu-motu for that23:54
aakshayRiddell: ok. thanks... and  i will come back to you day after tommorrow to complete the packaging class :)23:56
aakshayRiddell: thank you for help.......gud nite :)23:58

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