[12:26] <\sh> moins [12:27] hi \sh :) how was your flight? [12:27] <\sh> good...but missed my connection flight from ffm to cgn and they lost my luggage then [12:28] yikes! [12:28] heh nice [12:28] win 13 [12:29] \sh: completly lost or did it already show up again? [12:30] <\sh> it was found couple of hours later [12:31] oh, at least some luck === mgalvin [n=mgalvin@cpe-69-205-47-165.nycap.res.rr.com] has joined #ubuntu-motu === marcin [n=user@www.e-dev.tele2.pl] has joined #ubuntu-motu [12:33] hmm, brb === slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu === slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu === Jimbob_ [n=jcape@c-24-14-116-227.hsd1.il.comcast.net] has joined #ubuntu-motu === dtf [n=dtf@ppp-70-226-173-236.dsl.mdsnwi.ameritech.net] has joined #ubuntu-motu === Rounin [n=david@fjb-dhcp120.studby.uio.no] has joined #ubuntu-motu [01:13] how to I mark launchpad bugs in package changelogs? [01:36] how do you get a man page installed using dh_installman? [01:36] LaserJock: you use cdbs, don't you? [01:37] hub: I'm not using cdbs [01:39] do you have to specify where the man page is? [01:40] SYNOPSIS [01:40] dh_installman [debhelper options] [manpage ...] [01:40] i hate to say 'rtfm' but... [01:40] dredg: been there, done that, still confused [01:41] really? looks pretty self-evident to me [01:41] You tell it what man pages go in your packages, and it figures out where to install them based on the section field in their .TH line. [01:41] and the above synopsis pretty much says 'use: dh_installman manpage' [01:42] dredg: no, you specify if you don't want to have a man page installed [01:42] if you don't want to have a man page installed then surely you don't run dh_installman? [01:43] crap, I was looking at dh_installmanpages not dh_installman [01:45] see the Notes bit at the end of the dh_installman manpage [01:46] dang, still not working [01:46] no? [01:46] ok, I have my man page in /debian , is that ok? [01:51] don't think so [01:52] maybe the man page has to be in the source directory [01:52] darn === at1as [n=at1as@24-247-15-243.static.aldl.mi.charter.com] has joined #ubuntu-motu === kofi [n=cory@adsl-65-43-218-161.dsl.bcvloh.ameritech.net] has joined #ubuntu-motu === Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-motu === Cimmerian [n=crom@80.239.71.244] has joined #ubuntu-motu === zenrox [n=zenrox@71.115.198.118] has joined #ubuntu-motu [02:14] ugghh, why won't it install a man page? [02:16] is the .TH section correctly formatted? [02:16] I'm pretty sure it is [02:17] I compared mine with the one for less and it seemed right [02:17] make a package.manpages, then [02:21] crimsun: yeah, that worked. sweet [02:21] can someone review this http://revu.tauware.de/details.py?upid=876 [02:21] it does fix a malone bug [02:22] crimsun: does that mean I did something wrong or dh_installman couldn't figure out that my man page was a man page? [02:24] LaserJock: if the man page isn't installed explicitly, you'd have to use dh_installman path/to/foo.1 -p package [02:24] or something similar === derekS [n=derekS@cpe-66-108-44-139.nyc.res.rr.com] has joined #ubuntu-motu [02:27] crimsun: but is it ok to have package.manpages in /debian ? [02:28] LaserJock: are they upstream's or debian's? [02:28] hub: that -data version dependency looks sketchy === zakame [n=zak@210.213.78.192] has joined #ubuntu-motu [02:29] crimsun: I made the man page myself [02:29] morning all :) [02:29] LaserJock: then having debian/package.section is fine, yes [02:30] doesn't have to be package.section, of course, but whatever your binary's name is [02:30] crimsun: the -data does have the glade files and 2.0.x does not have the same set [02:30] crimsun: ok, well I made a patch to put it in the source directory because I thought it might have to go there [02:30] crimsun: and then have package.manpages [02:30] crimsun: that's why. I'm just fixing the package from Debian [02:30] LaserJock: nope, leave it in debian/ if it's yours [02:31] crimsun: ok [02:32] hub: but why does glabels have this: Depends: glabels-data (<= ${Source-Version}) ? [02:33] hub: i.e., a dependency on a -data _lower_ that what you're trying to install? [02:33] s/that/than/ [02:33] crimsun: it had [02:34] hmmm glabels :) [02:34] crimsun: don't know. it is how it came from Debian [02:35] crimsun: it's lower than or equal, actually, probably because -data doesn't change very much [02:36] which means if you have Breezy's -data installed, it won't be upgraded. Is that the intent? [02:36] seems so [02:37] however, if changes are made to -data, iirc upstream should be notified about it [02:38] crimsun: if it is not upgraded it does not work [02:38] crimsun: bug 3993 in malone [02:38] crimsun: because the .glade are in the -data [02:39] maybe the .glabe shoudln't be in there. I just fixed quickly [02:40] hub: then the <= is wrong [02:41] should then be (= ${Source-Version}) [02:42] the <= makes it so that having glabels-data 2.0.2-3 installed allows a upgrade of glabels from 2.0.2-3 to 2.1.1-2 [02:42] without an accompanying upgrade of glabels-data [02:42] 2.1.1-1, sorry [02:42] crimsun: gah.... the control on REVU is not the one I have in my Emacs buffer [02:42] crimsun: weird [02:42] hub: hihi [02:43] how do you get dput to include the .orig.tar.gz? [02:43] LaserJock: it should, unless its already uploaded, if that's the case, then its a dput -f ... [02:44] zakame: didn't work for me [02:44] crimsun: I'll upload it again [02:45] LaserJock: -sa need to be passed to dpkg-buildpackage [02:45] needs^ [02:45] I know why [02:45] sorry, my wifi connection is extremely lagged [02:45] stupid control.in === freeflying [n=freeflyi@61.190.65.35] has joined #ubuntu-motu [02:47] crimsun: the package I had uploaded didn't have the change [02:47] :-/ [02:47] ok === bmonty [n=bmontgom@wsip-68-15-230-31.om.om.cox.net] has joined #ubuntu-motu [03:05] wb bmonty [03:05] hi everyone [03:05] hi zakame === minghua [n=minghua@danube.mems.rice.edu] has joined #ubuntu-motu === zul [n=chuck@CPE0006258ec6c2-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-motu [03:12] evening [03:13] lo zul [03:13] hey zul === bddebian [n=bddebian@pcp08717033pcs.phnixv01.pa.comcast.net] has joined #ubuntu-motu [03:15] hey bddebian [03:15] Heya gang [03:15] wb bddebian [03:15] How's it going bmonty ? [03:15] Hello zakame [03:16] bddebian: good, I got a new family member since I talked to you last :) [03:16] Oh yeah? [03:16] Boy or girl? [03:16] bddebian: boy [03:16] Cool, congrats [03:16] thankfully! [03:16] thanks [03:17] Thankfully? Heh, I got 3 girls :-) [03:17] bmonty: wow, congrats :) [03:17] bddebian: yeah, I'm not sure I want a girl based on what the guys I work with tell me about their daughters [03:18] zakame: thanks :) [03:18] bmonty: Aye ;-) [03:20] brb === bmonty [n=bmontgom@wsip-68-15-230-31.om.om.cox.net] has joined #ubuntu-motu [03:22] boys and girls are handfuls in their own ways, heh [03:22] Heya crimsun [03:22] heya bddebian, how're things? [03:22] Busy :-( [03:22] yeah, I hear that [03:23] This "work" stuff is for the birds :-) [03:24] :-) [03:28] come work here :) we get fed. and beered. and stuff. === dredg wanders off for steak === Jimbob_ [n=jcape@c-24-14-116-227.hsd1.il.comcast.net] has joined #ubuntu-motu [03:31] (might I add that it's darned difficult to work for that company...) [03:32] dredg: Well hire me then :-) [03:32] bddebian: send me your resume/cv [03:33] Bah, I have no sk1llz ;-) [03:33] better hide your karma then :p [03:34] evening === Burgundavia [n=corey@S0106000000cc07fc.gv.shawcable.net] has joined #ubuntu-motu [03:34] lo ajmitch [03:34] Heya ajmitch [03:34] crimsun: I haven't gotten any karma in like 3 weeks :'-( [03:34] So how was UBZ? [03:35] oh, it was ok [03:35] bddebian: got any more laptops? ;) [03:35] hi ajmitch [03:35] ajmitch: I still have the one I was gonna send ya. Why? :-) [03:35] ajmitch: And why just OK? [03:36] bddebian: because mine was stolen [03:36] ajmitch: stolen? [03:36] yes [03:36] that is what I said [03:36] ajmitch: :'-( [03:37] ajmitch: awww [03:37] crappy hotel security === ajmitch is at a friend's place at the moment [03:37] damn, I thought the ajmitch sticker on the bottom of the laptop I just bought off ebay was a coincidence [03:37] mwahaha [03:37] heh === hunger [n=hunger@p54A62D23.dip0.t-ipconnect.de] has joined #ubuntu-motu [03:38] wb hunger === LaserJock [n=LaserJoc@ppp-69-239-159-108.dsl.renocs.pacbell.net] has joined #ubuntu-motu [03:41] hey LaserJock [03:41] hi bmonty [03:41] wb LaserJock [03:41] aren't you supposed to get an email after you upload to REVU? === robitaille [n=robitail@d154-5-117-228.bchsia.telus.net] has joined #ubuntu-motu [03:43] I don't think so, it just shows up on the page [03:43] I've done an upload twice now, and I haven't received any email yet [03:43] bbl [03:44] bddebian: btw I'm at a friend's place in the US [03:44] not too far from you, anyway ;) [03:44] Oh no, not the EVIL US ;-P [03:44] Whereabouts? [03:45] NY [03:45] bddebian: Hi! haven't seen you around for a while ;-) [03:45] Heya LaserJock . I know been stuck in RL job :-( [03:46] ajmitch: Cool, so when you coming by? :-) [03:46] does each upload to REVU have to have a new version number? === seth_k|lappy [n=seth@d-ip-129-15-212-149.wireless.ou.edu] has joined #ubuntu-motu [03:46] LaserJock: I dunno :-( [03:46] bddebian: well since my wallet was stolen too, I'm a little short on $$ :P [03:47] ajmitch: Here or in Canuckistan? [03:47] yo [03:47] ajmitch: dude you are full of bad luck [03:47] the restaurant at the end of the^W^W^Whotel [03:47] zul: it was in the laptop bag, with my camera also [03:47] we don't have theft in Canada. It must've been a US tourist [03:47] I was just 1 of 3 to have theirs stolen :) [03:48] ....why is everyone looking at me [03:48] ;P [03:48] Man, that sucks [03:48] Hello Kyral [03:48] because you took off awfully quickly [03:48] I had an EXAM the next day! [03:48] no excuse [03:49] Damn good excuse when you consider its the class I'm doing worse in [03:55] Hey bddebian, long time no see [03:59] LaserJock, can you have the FlowDevelop devs email me? [04:06] Kyral: do you want something from them? [04:06] Nah just want to open the channel :P [04:07] Kyral: ok [04:08] http://www.amazon.com/exec/obidos/tg/detail/-/1931514941/qid=1131419259/sr=2-1/ref=pd_bbs_b_2_1/102-5872496-2897745?v=glance&s=books <---YEA! [04:11] hmm, 10 bucks a book, and 14 volumes... [04:12] hmm :D [04:12] Its the ultimate sign of respect for me to actually buy something I already downloaded :D [04:14] is that cartoon pr0n or something? [04:15] Nah [04:15] very Ecchi, but not Hentai [04:15] Its Manga [04:15] Love Hina ranks around one of my favs :D [04:16] Along with Rurouni Kenshin, and the 30 year old Gundam metaseries [04:23] what kind of things can you do when you log in to REVU? [04:24] LaserJock: make comments on your own uploads [04:25] Yah I need help with that POS Gnome-RDP program === StoneTable [n=stone@1380bhost162.starwoodbroadband.com] has joined #ubuntu-motu [04:35] well, I made my first upload to REVU today. [04:36] nice, which package? [04:36] LaserJock: Nice [04:36] but I haven't gotten an email so I can't make comments. Hopefully that will happen sometime soon [04:36] ajmitch: How long you going to be in NY? [04:36] plotdrop [04:36] Really Mitch is gonna be in my state? [04:36] LaserJock: just type your email with no password in the logon and the use the password recovery link [04:36] ooooo [04:36] bmonty: ahhh [04:37] Swing by Potsdam NY on your way south :D [04:39] bmonty: thanks, that worked like a charm ;-) [04:39] LaserJock: np [04:39] that stumped me for awhile until someone told me how :) [04:39] now I just need some reviewers to look at it *hint* [04:40] yah and at FlowDevelop [04:40] then the MOTUScience team can have its first Releases :D [04:41] Kyral: slomo said he was going to look at it [04:41] Yah but I'm impatient ;P [04:41] bddebian: going to be around the state until the 14th or so [04:42] well, I know that the MOTU are really busy coming from UBZ and probably have better things to do. But it sure would be nice [04:42] yah ;P === Kyral thinks ajmitch wouldn't like to drop in on Clarkson [04:43] ajmitch: Hmm, I should try to get the lappy to you while you are here, it would be easier. [05:03] I so love developement cycles [05:03] multiple updates a day, you never know what may break next. Keeps life fun :D [05:04] good night everyone [05:04] cya === Kyral pokes LaserJock [05:11] yeah? [05:11] Check out the Lintain data for your package [05:12] yeah? [05:12] You can fix it by setting standards version in control to 3.6.2 [05:13] what about the second one? [05:13] build-depends-without-arch-dep [05:13] and changing arch to "any" [05:13] or all [05:13] whichever it isn't now ;P [05:13] any [05:14] yeah, ok cool [05:14] I gotta go now. I will c you all later [05:14] thanks for the heads up Kyral. i will email the FlowDesigner devs for you [05:15] I get the pain in the arse NMU errors [05:23] Kyral: those NMUs are safely ignored === rob^ [n=rob@pdpc/supporter/student/rob-ubuntu] has joined #ubuntu-motu === bhuvan [n=ubuntu@b14.gw.maa.collab.net] has joined #ubuntu-motu === mode/#ubuntu-motu [+o bhuvan] by ChanServ === highvoltage [n=Jono@196.36.161.235] has joined #ubuntu-motu [05:52] What bothers me more is the lintain errors being generated at the build stage [05:53] lintian errors at build stage? === minghua didn't know that could happen [05:53] or like after it was built [05:54] http://revu.tauware.de/details.py?upid=872 [05:54] checkout the Lintian entry at the bottom [05:55] I think its generating a lib that I wasn't expecting [05:57] Kyral: wow, that's a _lot_ of lintian warnings [05:57] Kyral: W: flowdesigner: unknown-section dev [05:57] yah [05:57] but look what was generating most of them [05:57] Kyral: this one is easy to fix, it should be either devel or libdevel [05:57] its making a library [05:58] that I wasn't expecting [05:58] E: flowdesigner: no-shlibs-control-file usr/lib/libflow-0.9.so [05:59] Anyway I have to go to bed [05:59] 8 AM class [05:59] if anyone has any tips on how to fix it, leave it in the Review area for the package === uniq [n=frode@213.184.199.55] has joined #ubuntu-motu === tritium [n=michael@pcp0011975002pcs.sandia01.nm.comcast.net] has joined #ubuntu-motu === minghua [n=minghua@adsl-69-153-128-173.dsl.hstntx.swbell.net] has joined #ubuntu-motu === slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu === slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu === bhuvan [n=ubuntu@b14.gw.maa.collab.net] has joined #ubuntu-motu === slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu === uniq [n=frode@213.184.199.55] has joined #ubuntu-motu === Jimbob_ [n=jcape@c-24-14-116-227.hsd1.il.comcast.net] has joined #ubuntu-motu === Cimmerian [n=crom@80.239.71.244] has joined #ubuntu-motu === marcin [n=user@www.e-dev.tele2.pl] has joined #ubuntu-motu === _jason [n=jason@dhcp0534.hrn.resnet.group.upenn.edu] has joined #ubuntu-motu === moyogo [n=moyogo@104pc104.ucu-vb.uu.nl] has joined #ubuntu-motu === susus [n=sz@p5089D68E.dip.t-dialin.net] has joined #ubuntu-motu === dredg [n=nsherida@216-239-45-4.google.com] has joined #ubuntu-motu === Calinours [n=mirspcm@office.spcmnet.com] has joined #ubuntu-motu === poningru_study [n=poningru@n128-227-34-119.xlate.ufl.edu] has joined #ubuntu-motu === Gervystar [n=gervysta@62.94.208.119] has joined #ubuntu-motu === crimsun [i=crimsun@pdpc/supporter/silver/crimsun] has joined #ubuntu-motu === tseng [n=tseng@mail.thegrebs.com] has joined #ubuntu-motu === ajmitch [n=ajmitch@port161-157.ubs.maxnet.co.nz] has joined #ubuntu-motu === Mirno [n=mirspcm@office.spcmnet.com] has joined #ubuntu-motu === vuntz [n=vuntz@fennas.vuntz.net] has joined #ubuntu-motu === siretart [i=siretart@tauware.de] has joined #ubuntu-motu === asw [n=asw@karuna.med.harvard.edu] has joined #ubuntu-motu === sladen [i=paul@starsky.19inch.net] has joined #ubuntu-motu === lool [n=lool@pig.zood.org] has joined #ubuntu-motu === Nafallo_away [n=nafallo@ubuntu/member/nafallo] has joined #ubuntu-motu === xtat_ [n=xtat@gaius.rapidpacket.com] has joined #ubuntu-motu === lifeless [n=robertc@dsl-215.16.240.220.rns02-kent-syd.dsl.comindico.com.au] has joined #ubuntu-motu === chillywilly [n=danielb@CPE-65-26-222-190.wi.res.rr.com] has joined #ubuntu-motu === \sh_away [n=sh@ubuntu/member/backslash-sh] has joined #ubuntu-motu === JanC [n=janc@lugwv/member/JanC] has joined #ubuntu-motu === Treenaks [n=martijn@messy.foodfight.org] has joined #ubuntu-motu === Mortas [n=kris@217.148.89.121] has joined #ubuntu-motu === NigelS [i=nigel@83.166.160.96] has joined #ubuntu-motu === Kaloz [n=kaloz@arrakis.dune.hu] has joined #ubuntu-motu === xhaker [i=leet@luna.sublimesp.net] has joined #ubuntu-motu === azeem [n=mbanck@host45.natpool.mwn.de] has joined #ubuntu-motu === Akatemik [n=tpievila@vipunen.hut.fi] has joined #ubuntu-motu === hunger [n=hunger@p54A6022A.dip0.t-ipconnect.de] has joined #ubuntu-motu === bhuvan [n=ubuntu@b14.gw.maa.collab.net] has joined #ubuntu-motu === slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu === uniq [n=frode@213.184.199.55] has joined #ubuntu-motu === Jimbob_ [n=jcape@c-24-14-116-227.hsd1.il.comcast.net] has joined #ubuntu-motu === Cimmerian [n=crom@80.239.71.244] has joined #ubuntu-motu === marcin [n=user@www.e-dev.tele2.pl] has joined #ubuntu-motu === _jason [n=jason@dhcp0534.hrn.resnet.group.upenn.edu] has joined #ubuntu-motu === moyogo [n=moyogo@104pc104.ucu-vb.uu.nl] has joined #ubuntu-motu === susus [n=sz@p5089D68E.dip.t-dialin.net] has joined #ubuntu-motu === dredg [n=nsherida@216-239-45-4.google.com] has joined #ubuntu-motu === Calinours [n=mirspcm@office.spcmnet.com] has joined #ubuntu-motu === poningru [n=poningru@n128-227-34-119.xlate.ufl.edu] has joined #ubuntu-motu === Gervystar [n=gervysta@62.94.208.119] has joined #ubuntu-motu === crimsun [i=crimsun@pdpc/supporter/silver/crimsun] has joined #ubuntu-motu === tseng [n=tseng@mail.thegrebs.com] has joined #ubuntu-motu === ajmitch [n=ajmitch@port161-157.ubs.maxnet.co.nz] has joined #ubuntu-motu === Mirno [n=mirspcm@office.spcmnet.com] has joined #ubuntu-motu === vuntz [n=vuntz@fennas.vuntz.net] has joined #ubuntu-motu === siretart [i=siretart@tauware.de] has joined #ubuntu-motu === asw [n=asw@karuna.med.harvard.edu] has joined #ubuntu-motu === Akatemik [n=tpievila@vipunen.hut.fi] has joined #ubuntu-motu === azeem [n=mbanck@host45.natpool.mwn.de] has joined #ubuntu-motu === xhaker [i=leet@luna.sublimesp.net] has joined #ubuntu-motu === Kaloz [n=kaloz@arrakis.dune.hu] has joined #ubuntu-motu === NigelS [i=nigel@83.166.160.96] has joined #ubuntu-motu === Mortas [n=kris@217.148.89.121] has joined #ubuntu-motu === Treenaks [n=martijn@messy.foodfight.org] has joined #ubuntu-motu === JanC [n=janc@lugwv/member/JanC] has joined #ubuntu-motu === \sh_away [n=sh@ubuntu/member/backslash-sh] has joined #ubuntu-motu === chillywilly [n=danielb@CPE-65-26-222-190.wi.res.rr.com] has joined #ubuntu-motu === lifeless [n=robertc@dsl-215.16.240.220.rns02-kent-syd.dsl.comindico.com.au] has joined #ubuntu-motu === xtat_ [n=xtat@gaius.rapidpacket.com] has joined #ubuntu-motu === Nafallo_away [n=nafallo@ubuntu/member/nafallo] has joined #ubuntu-motu === lool [n=lool@pig.zood.org] has joined #ubuntu-motu === sladen [i=paul@starsky.19inch.net] has joined #ubuntu-motu === MagnusR [n=magru@85.194.14.142] has joined #ubuntu-motu === robitaille [n=robitail@d154-5-117-228.bchsia.telus.net] has joined #ubuntu-motu === freeflying [n=freeflyi@61.190.65.35] has joined #ubuntu-motu === rob^ [n=rob@pdpc/supporter/student/rob-ubuntu] has joined #ubuntu-motu === pef [n=loic@ubuntu/member/pef] has joined #ubuntu-motu [08:13] hello [08:15] hi pef === lbm [n=lbm@cpe.atm4-0-1301006.0x50a0824e.vgnxx6.customer.tele.dk] has joined #ubuntu-motu === azeem [n=mbanck@host45.natpool.mwn.de] has joined #ubuntu-motu === zakame [n=zak@ubuntu/member/zakame] has joined #ubuntu-motu [08:24] hello [08:31] hey [08:31] what's up? === lucas [n=lucas@alabama.imag.fr] has joined #ubuntu-motu === tvo [n=tobi@5354EA9B.cable.casema.nl] has joined #ubuntu-motu === chris_ [n=chris@d14-69-197-20.try.wideopenwest.com] has joined #ubuntu-motu === freeflying [n=freeflyi@61.190.65.35] has joined #ubuntu-motu === freeflying is away: Away at the moment === ptlo [n=senko@83-131-69-212.adsl.net.t-com.hr] has joined #ubuntu-motu === zyga [n=zyga@2-mi2-1.acn.waw.pl] has joined #ubuntu-motu [09:55] hello === Jimbob [n=jcape@c-67-175-222-235.hsd1.il.comcast.net] has joined #ubuntu-motu === azeem [n=mbanck@host45.natpool.mwn.de] has joined #ubuntu-motu === freeflying [n=freeflyi@61.190.65.35] has joined #ubuntu-motu === jkbys [n=jkbys@gnulinux.good-day.net] has joined #ubuntu-motu === zakame [n=zak@ubuntu/member/zakame] has joined #ubuntu-motu [10:16] make hell.o all === phlaegel [n=phlaegel@atdot.ca] has joined #ubuntu-motu === rob^ [n=rob@pdpc/supporter/student/rob-ubuntu] has joined #ubuntu-motu === azeem [n=mbanck@host45.natpool.mwn.de] has joined #ubuntu-motu === Tonio_ [n=tonio@cac94-5-82-229-219-55.fbx.proxad.net] has joined #ubuntu-motu === Tonio_ [n=tonio@cac94-5-82-229-219-55.fbx.proxad.net] has joined #ubuntu-motu === freeflying [n=freeflyi@61.190.65.35] has joined #ubuntu-motu === hunger [n=hunger@p54A6298B.dip0.t-ipconnect.de] has joined #ubuntu-motu [11:10] wb hunger [11:11] zyga: you subscribed to the debian-ruby ml ? [11:13] lucas: no I was busy lately and I do little FOSS stuff [11:13] lucas: can you fwd me the mailing addr so that I can subscribe? === azeem [n=mbanck@host45.natpool.mwn.de] has joined #ubuntu-motu [11:18] debian-ruby@lists.debian.org [11:18] go to http://lists.debian.org === zyga [n=zyga@2-mi2-1.acn.waw.pl] has joined #ubuntu-motu [11:24] zyga: what's your email ? [11:24] I'll Cc you on sthing rubygems-related [11:25] lathi thanks [11:25] err [11:25] lathiat@bur.st [11:27] mail sent === zakame [n=zak@ubuntu/member/zakame] has left #ubuntu-motu [] === herzi [n=herzi@d002152.adsl.hansenet.de] has joined #ubuntu-motu === freeflying is away: Away at the moment [11:40] lucas: got it, thanks === koke [n=koke@ubuntu/member/koke] has joined #ubuntu-motu === jinty [n=jinty@205.134.224.215] has joined #ubuntu-motu === susus [n=sz@p5089D31F.dip.t-dialin.net] has joined #ubuntu-motu === janimo [n=jani@Home03207.cluj.astral.ro] has joined #ubuntu-motu [12:34] hello all === slomo_ [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu === Valandil [n=chrys@dslb-084-056-072-141.pools.arcor-ip.net] has joined #ubuntu-motu === freeflying is back. === StoneTable [n=stone@1380bhost162.starwoodbroadband.com] has joined #ubuntu-motu === slomo_ [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu [01:25] seb128: And already back on IRC. That is true commitment! [01:26] <\sh> siretart: ping === magnon [n=co@cD9088834.sdsl.catch.no] has joined #ubuntu-motu [01:31] can someone have a look at http://revu.tauware.de/details.py?upid=868 ? [01:32] pef:what's the matter [01:33] freeflying: just having a look for errors I haven't see === highvoltage [n=Jono@196.36.161.235] has joined #ubuntu-motu [01:35] pefdoublecheck that the most recent entry in the changelog === marcin [n=user@www.e-dev.tele2.pl] has joined #ubuntu-motu [01:36] freeflying: seems ok for me === jkbys [n=jkbys@218-251-52-236.eonet.ne.jp] has joined #ubuntu-motu [01:38] pef:dose mixxx included in debian [01:39] freeflying: yep, but not yet in Ubuntu === zakame [n=zak@ubuntu/member/zakame] has joined #ubuntu-motu [01:40] pef:would you mind me to reaad your changelog file [01:40] hi all :D [01:40] can somebody revu my package? :) [01:40] zakame: url maybe ? :D [01:41] pef: http://revu.tauware.de/details.py?upid=863 [01:42] <\sh> MERGING TIME [01:42] zakame: the diff file contains autotools-dev stuff :/ (Makefile.in, aclocal.m4, etc), and it shouldn't [01:42] pef: of course, I updated it :) [01:43] pef: its a NEW package, so I have the luxury of building ./debian and updating from scratch :) [01:43] \sh: are bugreports already filed by MoM? [01:43] \sh: or will we got none this time? [01:45] <\sh> slomo_: check the bugzille...search for require merging [01:45] \sh: oh, yes finally... :) [01:46] <\sh> i'm starting tomorrow with it...after I reaaranged my desk here... [01:47] I'll do some everytime i have some free time ;) [01:48] <\sh> well we don't have much time [01:49] well, i have ~10 "freistunden" per week and a weekend ;) [01:50] washes and prepare for father's day first :-P [01:51] \sh: pong (but I'm at work right now) [01:52] merging bugs at bugzilla? [01:52] <\sh> siretart: did u have a good flight back home? [01:52] <\sh> siretart: yepp [01:52] \sh: yeah, it was okay. I slept the way home ;) [01:52] w0t [01:52] w00t === marcin [n=user@www.e-dev.tele2.pl] has joined #ubuntu-motu [01:53] lets check the link on the wiki [01:53] https://bugzilla.ubuntu.com/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=NEEDINFO&bug_status=UPSTREAM&bug_status=PENDINGUPLOAD&field0-0-0=product&type0-0-0=substring&value0-0-0=merging&field0-0-1=component&type0-0-1=substring&value0-0-1=merging&field0-0-2=short_desc&type0-0-2=substring&value0-0-2=merging&field0-0-3=status_whiteboard&type0-0-3=substring&value0-0-3=merging [01:53] ouch. tinyurl -> topic? :-P [01:53] yepp [01:54] <\sh> siretart: i missed my connection flight to cologne [01:54] \sh: fuck! [01:54] \sh: so what happened next? [01:54] <\sh> siretart: and then I had to take the train (they changed the booking) [01:54] \sh: even better :) [01:54] <\sh> siretart: and when I wanted to claim my luggage at cologne central station, it wasn't there...they didn't board it on the train [01:55] \sh: so did you get your luggage in the end? === mode/#ubuntu-motu [+o siretart] by ChanServ === ..[topic/#ubuntu-motu:siretart] : Ubuntu Masters of the Universe: Ubuntu Universe Repository Maintainers | http://wiki.ubuntu.com/MOTU | http://wiki.ubuntu.com/MOTUTodo | TOP PRIO: Merging: http://tinyurl.com/auu5d | somebody please help writing up the MOTU report: http://wiki.ubuntu.com/MOTUReportDraft === mode/#ubuntu-motu [-t] by siretart === mode/#ubuntu-motu [-o siretart] by siretart [01:56] Nafallo: done ;) [01:56] :-) [01:56] siretart: w00t [01:57] \sh: is it possible that this is only for main, not for universe? [01:57] ehm, is it just me or is gnome-media version 2.12.O-0ubuntu2 atm? :-P [01:58] <\sh> siretart: does it matter for u? :) [01:58] \sh: I'm not in the keyring yet :/ === mgalvin_ [n=mgalvin@host-66-202-95-170.spr.choiceone.net] has joined #ubuntu-motu [02:00] <\sh> siretart: only a matter of time... [02:00] yeah, I know [02:00] *yaaawn* [02:00] I just got up [02:01] hi magnon [02:01] funny thing is, it's now 8 in montreal [02:01] :( [02:01] morning magnon! [02:01] <\sh> morning magnon [02:01] morning folks [02:01] <\sh> lunch time btw [02:02] g'mornin' all [02:03] may I pose a motu n00b question: how does merging work? :p === freeflying [n=rockie@61.190.65.35] has joined #ubuntu-motu [02:03] does anybody have about 10m$ I could borrow for my competitive ubuntu applestore which I'm having great ideas for this morning? :P [02:04] zakame: you take 1 and 2, put them together, hope that it works [02:04] in this case 1 would be a debian package and 2 would be ubuntu changes [02:04] zakame: by comparing the ubuntu patched to what has changed in debian in that time [02:05] zakame: after that, you merge all patches together and prepare an upload. done === freeflying [n=rockie@tor/session/x-73600d769326d585] has joined #ubuntu-motu [02:06] siretart, magnon : i see. So changes in debian that aren't in ubuntu get merged in, and assuming all's well, the pkg is injected back into the archive. Am I correct? [02:06] zakame: in principle, yes [02:07] you could always read the mom source code too :) [02:07] magnon: if you could [02:07] magnon: mom is part of hct, which has not been released yet [02:07] how about ubuntu changes that can be useful in debian? are they forwarded to utnubu? [02:08] debian bugs [02:09] siretart: oh, dang. forgot === freeflying [n=rockie@tor/session/x-9d946054ae5e896a] has joined #ubuntu-motu [02:09] <\sh> zakame: no..actually u have to file a bug at the debian bts..or wait until the utnubu guys grabbing the patches [02:09] Hey all, was wonder what the MOTU thoughts are on packaging firefox extensions and themes [02:10] \sh: ah [02:10] <\sh> dtf: for this...talk to dieziet (ian jackson) [02:10] zakame: http://people.ubuntu.com/~scott/ongoing-merge is quite helpful for this [02:11] siretart: checking it out, thanks :) [02:11] time for lunch, see you [02:12] sh: been talking to him I'm looking to present him with a list of pro and cons for a decision on how to handle installs/update === Hirion [n=Hirion@p5487D85F.dip.t-dialin.net] has joined #ubuntu-motu [02:13] <\sh> dtf: I would like to see this as well...from a developer perspective... [02:14] magnon, siretart, \sh : thanks :) [02:15] \sh: ok I'll put together a wiki page with my thoughts and open it for comments [02:16] <\sh> dtf: right a small spec :) [02:16] <\sh> dtf: s/right/write/ [02:16] <\sh> dtf: https://wiki.ubuntu.com/SpecSpec [02:16] <\sh> add this spec url to your LP account [02:17] \sh woohoo my first ubuntu braindump [02:17] <\sh> dtf: good that I don't have to review it :) [02:18] siretart: how to make that list show only universe? :-) [02:19] Nafallo: I think there are now universe packages in that list yet [02:19] even more so then :-P [02:19] s/now/none at all/ === jamessan|work [n=jamessan@c-24-218-220-129.hsd1.ma.comcast.net] has joined #ubuntu-motu === marcin [n=user@www.e-dev.tele2.pl] has joined #ubuntu-motu === zakame [n=zak@ubuntu/member/zakame] has joined #ubuntu-motu === StoneTable [n=stone@1380bhost162.starwoodbroadband.com] has joined #ubuntu-motu === jinty [n=jinty@205.134.224.215] has joined #ubuntu-motu === herzi [n=herzi@d002152.adsl.hansenet.de] has joined #ubuntu-motu === azeem [n=mbanck@host45.natpool.mwn.de] has joined #ubuntu-motu === lucas [n=lucas@alabama.imag.fr] has joined #ubuntu-motu === slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu === uniq [n=frode@213.184.199.55] has joined #ubuntu-motu === Cimmerian [n=crom@80.239.71.244] has joined #ubuntu-motu === _jason [n=jason@dhcp0534.hrn.resnet.group.upenn.edu] has joined #ubuntu-motu === moyogo [n=moyogo@104pc104.ucu-vb.uu.nl] has joined #ubuntu-motu === poningru [n=poningru@n128-227-34-119.xlate.ufl.edu] has joined #ubuntu-motu === Gervystar [n=gervysta@62.94.208.119] has joined #ubuntu-motu === crimsun [i=crimsun@pdpc/supporter/silver/crimsun] has joined #ubuntu-motu === tseng [n=tseng@mail.thegrebs.com] has joined #ubuntu-motu === ajmitch [n=ajmitch@port161-157.ubs.maxnet.co.nz] has joined #ubuntu-motu === Mirno [n=mirspcm@office.spcmnet.com] has joined #ubuntu-motu === vuntz [n=vuntz@fennas.vuntz.net] has joined #ubuntu-motu === siretart [i=siretart@tauware.de] has joined #ubuntu-motu === asw [n=asw@karuna.med.harvard.edu] has joined #ubuntu-motu === sladen [i=paul@starsky.19inch.net] has joined #ubuntu-motu === lool [n=lool@pig.zood.org] has joined #ubuntu-motu === Nafallo [n=nafallo@ubuntu/member/nafallo] has joined #ubuntu-motu === xtat_ [n=xtat@gaius.rapidpacket.com] has joined #ubuntu-motu === lifeless [n=robertc@dsl-215.16.240.220.rns02-kent-syd.dsl.comindico.com.au] has joined #ubuntu-motu === chillywilly [n=danielb@CPE-65-26-222-190.wi.res.rr.com] has joined #ubuntu-motu === \sh [n=sh@ubuntu/member/backslash-sh] has joined #ubuntu-motu === JanC [n=janc@lugwv/member/JanC] has joined #ubuntu-motu === Treenaks [n=martijn@messy.foodfight.org] has joined #ubuntu-motu === Mortas [n=kris@217.148.89.121] has joined #ubuntu-motu === NigelS [i=nigel@83.166.160.96] has joined #ubuntu-motu === Kaloz [n=kaloz@arrakis.dune.hu] has joined #ubuntu-motu === xhaker [i=leet@luna.sublimesp.net] has joined #ubuntu-motu === Akatemik [n=tpievila@vipunen.hut.fi] has joined #ubuntu-motu [02:21] wb all [02:22] <\sh> ok...universe should be processed by MoM too [02:22] they are, but I didn't see universe bugs yet [02:23] <\sh> yeah [02:23] <\sh> theres no way to file the bugs for universe [02:23] we did for breezy [02:24] against the UNKNOWN component [02:24] <\sh> btw....anyone who is interessted how MoM is looking....http://photos.shermann.blogweb.de/main.php/v/ubz/20051031/P1000097.JPG.html [02:24] <\sh> siretart: but this time...there is malone [02:26] <\sh> grep http://people.ubuntu.com/~scott/ongoing-merge/LOGS/mom.20051107.log for universe... === PlanarPlatypus [n=alucard@cpc3-cove3-5-1-cust39.brhm.cable.ntl.com] has joined #ubuntu-motu [02:28] <\sh> and http://people.ubuntu.com/~scott/ongoing-merge/LOGS/mom.20051107b.log === marcin [n=user@www.e-dev.tele2.pl] has joined #ubuntu-motu === Valandil [n=chrys@dslb-084-056-111-034.pools.arcor-ip.net] has joined #ubuntu-motu === bhuvan [n=ubuntu@59.92.42.193] has joined #ubuntu-motu === mode/#ubuntu-motu [+o bhuvan] by ChanServ === hunger [n=hunger@p54A60DFC.dip0.t-ipconnect.de] has joined #ubuntu-motu [02:44] Anybody got some time to look over some newbies first set of debs later tonight? [02:44] They are not coplete yet, but it would be nice to know whether I am on the proper track. [02:45] wb hunger [02:45] zakame: Sorry... this ISP really sucks! [02:45] Can't keep a connection for more than about 2h at a time:-( [02:46] hunger: awww === freeflying [n=freeflyi@61.190.65.35] has joined #ubuntu-motu === hunger had to go for the cheapest bidder:-( === thesaltydog [n=Fabio@ubuntu/member/thesaltydog] has joined #ubuntu-motu === markuman [n=supermar@p509265AD.dip.t-dialin.net] has joined #ubuntu-motu [02:48] wb thesaltydog === Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-motu === highvoltage [n=Jono@196.36.161.235] has left #ubuntu-motu [] === dereks__ [n=dereks@66.9.7.66] has joined #ubuntu-motu === zoe [n=zoe@p6043-ipad301osakakita.osaka.ocn.ne.jp] has joined #ubuntu-motu === bradb_ [n=bradb@66.103.220.209] has joined #ubuntu-motu === Fuddl [n=fuddl@2001:6f8:9cf:0:20f:eaff:fe4d:d7b7] has joined #ubuntu-motu === jsgotangco [n=jsg@ubuntu/member/jsgotangco] has joined #ubuntu-motu === GazerWork [n=gazer@mail.aktiv-assekuranz.com] has joined #ubuntu-motu === hunger_ [n=hunger@p54A635DA.dip0.t-ipconnect.de] has joined #ubuntu-motu === sanpera [n=sanpera@157.182.195.191] has joined #ubuntu-motu === zoe [n=zoe@p6043-ipad301osakakita.osaka.ocn.ne.jp] has left #ubuntu-motu ["Leaving"] === mgalvin [n=mgalvin@host-66-202-95-170.spr.choiceone.net] has joined #ubuntu-motu === trulux [n=lorenzo@unaffiliated/trulux] has joined #ubuntu-motu === ryu [n=chris@p5487E321.dip.t-dialin.net] has joined #ubuntu-motu === pef [n=loic@ubuntu/member/pef] has joined #ubuntu-motu [03:24] wb pef [03:24] :) === Burgundavia [n=corey@S0106000000cc07fc.gv.shawcable.net] has joined #ubuntu-motu === alexamic1 [n=aa@81-208-18-162.ip.fastwebnet.it] has joined #ubuntu-motu === Tonio_ [n=tonio@cac94-5-82-229-219-55.fbx.proxad.net] has joined #ubuntu-motu [03:58] wb Tonio_ [03:58] zakame: hello === mgalvin_ [n=mgalvin@host-66-202-95-170.spr.choiceone.net] has joined #ubuntu-motu === Yagisan [n=jamie@60-240-79-237-nsw-pppoe.tpgi.com.au] has joined #ubuntu-motu [04:11] <\sh> motus, please read all ubuntu-devel-announce [04:11] <\sh> if you are not subscribed do it NOW [04:12] <\sh> regarding the CC meeting from today, we have to prospose at least 3 people for motu leadership to the next CC meeting [04:12] <\sh> please read the ubuntu-devel-announce ml [04:12] <\sh> thx [04:12] \sh: is it in the digest ? [04:12] ok [04:12] \sh: lighting fast [04:12] <\sh> Yagisan: will be ...sabdfl writes a wrap up for the list [04:13] <\sh> so actually we should hold another motu meeting soon [04:13] \sh: OK, I'll get that soon then. /me heads off to add another list to my bulging mailbox [04:14] hm [04:15] \sh: they don't like ogra and dholbach anymore? :-P [04:15] <\sh> Nafallo: ogra and dholbach are not the formal leads of motu [04:15] ehm oki... [04:16] <\sh> Nafallo: they were setup by sabdfl..now we need formal nominations for the official team lead [04:16] aha [04:16] <\sh> Nafallo: everything else you should read of the post on the list [04:16] <\sh> it has to do with membership nominations etc. [04:16] haven't got it yet :-P [04:16] <\sh> Nafallo: it's not over yet... === dholbach [n=daniel@ubuntu/member/dholbach] has joined #ubuntu-motu [04:17] <\sh> Nafallo: it will come :) [04:17] wb dholbach [04:17] hey dholbach [04:17] morning dholbach :-) === marcin [n=user@www.e-dev.tele2.pl] has joined #ubuntu-motu [04:17] hi zakame, hi everybody else [04:17] Nafallo: morning... or whatever [04:18] *confused* [04:18] :-) [04:18] <\sh> dholbach: welcome back home [04:18] <\sh> dholbach: u just missed a very important decision of the CC [04:19] \sh: which one? [04:19] dholbach: they want to replace you ;-) [04:19] oh nice [04:19] <\sh> membership nominations have to be done by the TEAMs like the MOTUs...we can propose them to the CC or TB [04:20] <\sh> but for this to happen we need a formal team lead of at least 3 ppl [04:20] <\sh> which has to be approved by the MOTUs [04:20] <\sh> until the next cc [04:20] it's what we always did in the nominations [04:20] we always suggested them as a team [04:20] <\sh> no. [04:20] everybody had his say [04:20] <\sh> Member Nominations [04:20] both [04:20] <\sh> not MOTU upload rights [04:20] <\sh> yes [04:20] ? [04:21] <\sh> but now, the nominations has to come from 3 ppl out of the team [04:21] need to go now === Nafallo gets confused aswell :-P [04:21] it makes sense to formalize it [04:21] but it's what we always did [04:21] so it's alright for me :) [04:21] \sh: better suggest to go through the logs :) [04:21] <\sh> bhuvan: no...I want to read it as well from sabdfl [04:22] dholbach: there isn't that much difference in practical. it formalizes steps in a way to faciliate the nomination by the CC [04:22] exactly [04:22] yeah siretart, that's how i see it [04:22] let's see. we need 3 team leaders that can nominate people to become members at the cc? [04:22] <\sh> a team lead of 3 lets say it like this [04:22] i'd be fine with 3 people from the team [04:22] dholbach: but we need to fix the 3 (maybe 4) ppl who actually do the checking for the nominations [04:23] (and nobody saying 'no' to the nomination) [04:23] "fix" in the sense of "make it fix" [04:23] <\sh> dholbach, siretart and ajmitch ( my proposal) [04:23] interesting :) [04:23] do we need "leaders" who decide on this? === hunger [n=hunger@p54A621F4.dip0.t-ipconnect.de] has joined #ubuntu-motu [04:23] i shouldn't think so [04:23] dholbach: I thought you and ogra are the lead [04:23] <\sh> dholbach: formalized leaders..who proposes the nomination towards the CC/TB [04:24] bhuvan: please deop yourself, we don't need ops here [04:24] hmm, I'll better wait for that letter :-P [04:24] if we have 3 active people saying that they worked nicely with whoever the new motu is, and nobody stands up and says "no, he didnt do enough", that should suffice [04:24] ok :) [04:24] siretart: his client makes the problem apparently [04:24] <\sh> dholbach: membership..not motu upload rights [04:24] dholbach: so he should fix his client [04:25] \sh: as in ubuntu members, right? [04:25] <\sh> Nafallo: yepp [04:25] i don't like the idea... i trust any active motu enough to say that somebody else did enough good work [04:25] Is there some kind of sponsorship in ubuntu (like in debian)? [04:25] <\sh> dholbach: too late [04:25] <\sh> dholbach: it's already approved by CC [04:25] dholbach: define 'active motu' [04:25] hunger: no, but there is revu [04:25] but everybody should feel free to say "no, not yet", if that's their opinion [04:26] dholbach: the proposal is about getting it more formal, you know [04:26] siretart: i guess you have a gut feeling about everybody, if he's active or not === selinium [n=selinium@80-193-16-239.cable.ubr02.sout.blueyonder.co.uk] has joined #ubuntu-motu [04:26] dholbach: yes, but a 'gut feeling' is not formal in any way [04:26] i don't like policies defining a number of uploads that has to be counted [04:27] dholbach: neither do I === mode/#ubuntu-motu [+o \sh] by ChanServ [04:27] "visibilitiy and activity" were always words who were good enough [04:27] i absolutely don't inted to change that === lucas [n=lucas@alabama.imag.fr] has left #ubuntu-motu ["Leaving"] === ..[topic/#ubuntu-motu:\sh] : Ubuntu Masters of the Universe: Ubuntu Universe Repository Maintainers | http://wiki.ubuntu.com/MOTU | http://wiki.ubuntu.com/MOTUTodo | TOP PRIO: Merging: http://tinyurl.com/auu5d | somebody please help writing up the MOTU report: http://wiki.ubuntu.com/MOTUReportDraft/ | http://people.ubuntu.com/~scott/ongoing-merge/LOGS/mom.20051107{b}.Grep for Universe for Universe Merges log === mode/#ubuntu-motu [-o \sh] by \sh [04:27] dholbach: the point is that the CC wants to improve the current MemberNomination Process === herzi [n=herzi@d058241.adsl.hansenet.de] has joined #ubuntu-motu [04:27] *nod* sure === marcin [n=user@www.e-dev.tele2.pl] has joined #ubuntu-motu [04:28] but numbers or rigid definitions don't help there [04:28] dholbach: they do help, if they are sane [04:28] dholbach: nobody but you mentioned 'counting uploads' [04:29] dholbach: the proposal was that we define a group of motus who have to decide about a nomination. thats all [04:29] then please help me by giving me a "definition", i could refer to [04:29] dholbach: in practice, there is not much difference to the current process [04:29] hm === mode/#ubuntu-motu [+o \sh] by ChanServ [04:30] the process is to be defined, not the amount of work an applicant has to do === ..[topic/#ubuntu-motu:\sh] : Ubuntu Masters of the Universe: Ubuntu Universe Repository Maintainers | http://wiki.ubuntu.com/MOTU | http://wiki.ubuntu.com/MOTUTodo | TOP PRIO: Merging: http://tinyurl.com/auu5d | somebody please help writing up the MOTU report: http://wiki.ubuntu.com/MOTUReportDraft/ | http://people.ubuntu.com/~scott/ongoing-merge/LOGS/mom.20051107{b}.log - Grep for Universe for Universe Merges === mode/#ubuntu-motu [-o \sh] by \sh === siretart wants topic diffs [04:30] ;) [04:30] fuck... still no motu report [04:30] <\sh> yes [04:30] <\sh> me too [04:30] anyway, need to go now. CU tomorrow! [04:30] motu report? [04:30] see you siretart [04:30] bye siretart [04:30] zakame: http://wiki.ubuntu.com/MOTUReport [04:31] dholbach: ooh [04:32] dholbach: I have updated a couple of packages on REVU, including one to fix a bug in the Debian package === lbm [n=lbm@x1-6-00-13-10-7a-d1-e4.k233.webspeed.dk] has joined #ubuntu-motu [04:32] hub: nice [04:33] How can I request an "informal" revu? The debs are by far not finished, but I'd love to get some feedback on whether I am on the proper track. [04:33] Hi all, Do i need to be able to code python/C++ to be useful in the MOTU? [04:33] selinium: desirable, but not really imho :) [04:34] selinium: no === hunger hopes python is not required! :-) [04:34] selinium: FWIW, I hate C++ :) === zakame doesn't know much of many languages, just a bit of everything [04:35] sladen: C++ is nice :-) [04:35] I am a 31 year old PHP programmer, I am about to start learning some python and some C++. === hub has to learn Python still [04:35] Is it better to come back to the Motu when I am better equipped? [04:35] selinium: IMHO the only way to learn something is by doing it. [04:36] selinium: i think you can learn quite a lot "on the fly" :) === bhuvan [n=ubuntu@59.92.42.193] has joined #ubuntu-motu [04:36] wb bhuvan [04:36] selinium: I am no motu myself, but I'll help if I can:-) [04:36] selinium: I barely use my programming skill for packaging [04:36] selinium: consider it as on-the-job training :) [04:36] ok, how do I get onboard. I have signed the CoC and have a GPG.... [04:36] selinium: You will learn more about shell scripting and autotools than you ever wanted to when packaging;-) [04:37] I have installed pbuilder [04:37] selinium: is you key signed? :-) [04:37] hunuger, cool! I really want to get my shell scripting up to speed [04:37] hub yep [04:38] hub, i think so... [04:38] keyid? [04:38] hub: What does he need a signed key for? [04:38] hub, sorry, the CoC is signed. [04:38] selinium: shell and makefiles come in handy :) [04:38] hunger: authenticate the key for the CoC signature, etc [04:38] hub: Isen't it more important to get some debs started? After all you need something to ign:-) [04:39] hunger: at one point it will be needed. it is not a requirement for REVU [04:40] hub: 6779883A i think. https://launchpad.net/people/selinium [04:40] hub My key is signed... dunno whether it is signed by anybody known to the ubuntu crowed. [04:40] How does revu work? === highvoltage [n=Jono@196.36.161.235] has joined #ubuntu-motu === Nafallo key is signed by Tollef :-) [04:41] selinium: cool gotchi :D === hunger started rolling xen debs. Should probably started with something easier;-) [04:41] zakame, :) [04:41] zakame, pixelated a bit on resizing, which is a shame :) [04:42] selinium: hmm, didn't notice, it's all fine by me via 1280x960 :D [04:42] zakame, Cool :) [04:42] hunger: I'm pretty sur your key should be fine with the # of signatures === fredix [n=fredix@d80-170-139-64.cust.tele2.fr] has joined #ubuntu-motu [04:43] hrm... that crazy nomination thing? was that "decided" today? [04:43] i couldnt find it on the agenda [04:44] hub: That key was in the top50 of the most trustworthy keys for a while;-) [04:44] hub: is my key signed? [04:44] hub: how do I tell ? [04:44] selinium: you should know if it is or not [04:45] selinium: but I can tell it is not [04:45] selinium: you need to meet people IRL to have it signed [04:45] hub: ok :) [04:45] selinium: because they need to check you ID [04:47] Okay, Seveas, nalioth, thoreauputic, apokryphos all 'know' me from #ubuntu. [04:47] So what is the next step.... [04:47] Is it possible to upload something "not meant for use" into revu? [04:48] what for? [04:48] hunger: hmmm, you could put a comment with something to that effect, but why upload at all? [04:48] zakame: Because I need some feedback whether I started on the proper track. [04:50] hunger: do you have your own webspace? 'coz if so you could just put your debs there and prolly kindly ask the people here to take a look at it [04:50] zakame: I never packaged something before and Xen is a huge beast. [04:50] selinium: https://wiki.ubuntu.com/GPGKey <- explain shortly about signing [04:50] zakame: There is a problem;-) [04:50] hub Cheers :) [04:51] zakame: ivoks volunteered to host the stuff once it becomes useable. Dunno whether the current state already counts. [04:52] I got the apps, hipervisor and libs packaged. I'll start on a kernel patch deb tonight. [04:52] hunger: wtg ! :D [04:53] OK anyone near London? :) === highvoltage [n=Jono@196.36.161.235] has left #ubuntu-motu [] [04:56] Anyone got a debian kernel patch creation howto? [04:57] dh-kpatches [04:58] zakame: Thanks! [04:58] hunger: np ;D [04:59] hunger: if you use cdbs you can also take a look at quilt :) [04:59] zakame: I failed to grasp cdbs, so I settled for a multi. [05:00] zakame: Xen's build system is somewhat... inconsistent. [05:00] hunger: how come? [05:00] cdbs is the only way to fly === hunger wonders whether he has to but dh-kpatches at linsprire;-) [05:01] <\sh> schweeb: bah [05:01] zakame: It is a code dumped together by different groups. [05:01] hunger: gaah [05:01] zakame: Some use "make all" to build, some "make build" and others go for just use "make install" stupid. [05:03] hunger: gaah, no wonder === xerxas [n=xerxas@238.100.98-84.rev.gaoland.net] has joined #ubuntu-motu === eruin [n=eruin@unaffiliated/eruin] has joined #ubuntu-motu === dsas [n=dean@host86-129-13-194.range86-129.btcentralplus.com] has joined #ubuntu-motu === dsas [n=dean@host86-129-13-194.range86-129.btcentralplus.com] has left #ubuntu-motu ["Leaving"] === dsas [n=dean@host86-129-13-194.range86-129.btcentralplus.com] has joined #ubuntu-motu [05:18] schweeb: is cdbs the only way? [05:18] cdbs rocks. it's not exactly required, but it makes life not suck so much [05:19] dholbach: me either. How can they decide on something that wasn't even mentioned it was going to be discussed ? [05:19] i see... I've been using Manoj's debian-dir, which according to him is inspired by cdbs === marcin [n=user@www.e-dev.tele2.pl] has left #ubuntu-motu ["ERC] === marcin [n=user@www.e-dev.tele2.pl] has joined #ubuntu-motu [05:35] hmmm which MOTUTeam should I join? :) === derekS [n=derekS@cpe-66-108-44-139.nyc.res.rr.com] has joined #ubuntu-motu === LaserJock [n=LaserJoc@lambda.chem.unr.edu] has joined #ubuntu-motu [05:45] wb LaserJock === hunger wonders why the first hit he got on google for dh-kpatches is in linspire's webshop. [05:45] Why would anyone BUY that?! [05:45] hunger: buwahaha [05:46] hi all === bradb__ [n=bradb@209.104.102.193] has joined #ubuntu-motu === dholbach [n=daniel@ubuntu/member/dholbach] has joined #ubuntu-motu === jsgotangco [n=jsg@ubuntu/member/jsgotangco] has left #ubuntu-motu ["Konversation] [05:57] when the mom log says "created bug ..." where is that bug? === jinty [n=jinty@205.134.224.215] has joined #ubuntu-motu [05:57] LaserJock: in bugzilla === zakame [n=zak@ubuntu/member/zakame] has left #ubuntu-motu ["Leaving"] === oris_wolfbane [n=oris@82-38-121-195.cable.ubr01.hali.blueyonder.co.uk] has joined #ubuntu-motu [05:58] LaserJock: see topic [05:58] slomo: not malone? [05:58] no [05:59] ok, thanks [06:02] <\sh> LaserJock: i posted the mom logs thx to keybuk [06:02] <\sh> LaserJock: grep for universe and we'll get a list....i'll start tomorrow working on the list [06:03] mom, the robot oil supplier? [06:03] <\sh> MoM Merge O Matic [06:04] \sh: I know. was a joke [06:04] \sh: for those who know Futurama [06:05] <\sh> hub: i know futurama..but I don't like it...even so, i'm a big simpsons fan :) [06:05] \sh: yeah, I saw the logs, I just didn't know where the bug reports were being sent. [06:05] \sh: my hostname is "bender" [06:06] \sh: you know it in English or dubbed? [06:06] <\sh> Bender is the robit [06:06] yep [06:06] <\sh> -it+ot [06:06] "bite my shiny metal ass ! meatbag !" [06:06] (that was a quote) [06:06] <\sh> i know it only in german...the simpson I watched some seasons in english [06:06] \sh: maybe it lose a lot dubbed :-/ [06:07] the Quebecquois version is horrible === corey_ [n=corey@206.108.209.237] has joined #ubuntu-motu === bhuvan [n=ubuntu@59.92.42.193] has left #ubuntu-motu [] === dredg [n=nsherida@216-239-45-4.google.com] has joined #ubuntu-motu [06:19] Riddell: ping? [06:20] slomo: hi === alexamic1 [n=aa@81-208-18-162.ip.fastwebnet.it] has left #ubuntu-motu [] [06:22] Riddell: taglib needs "merging"... or better, it can be synced with dropping ubuntu changes as debian only has cosmetic changes ;) can you take a short look at it and ask elmo for a sync? (i ask you as taglib is somewhat kde related) === Hirion [n=Hirion@p5487D85F.dip.t-dialin.net] has joined #ubuntu-motu [06:23] slomo: will do (tomorrow probably) [06:25] Riddell: thanks... no need to hurry... it's only for getting automated syncs again :) and i just wanted to remove some work from you [06:25] <\sh> elmo is still at ubz === bigcx2 [n=bigcx2@157.182.194.245] has joined #ubuntu-motu === Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-motu [06:38] can someone archive "http://revu.tauware.de/details.py?upid=841" [06:38] it is deprecated as Debian synced a more recent version [06:38] hub: sure [06:38] archived [06:42] slomo: thx [06:42] I may resurrect it later, I'll see [06:42] no biggie === Fuddl [n=fuddl@2001:6f8:9cf:0:20f:eaff:fe4d:d7b7] has joined #ubuntu-motu === lfittl [n=lfittl@83-65-243-186.dynamic.xdsl-line.inode.at] has joined #ubuntu-motu === tvelocity [n=tony@84.254.8.203] has joined #ubuntu-motu === jinty [n=jinty@205.134.224.215] has joined #ubuntu-motu === Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-motu === blueyed [n=daniel@pdpc/supporter/active/blueyed] has joined #ubuntu-motu === tvo [n=tobi@5354EA9B.cable.casema.nl] has joined #ubuntu-motu === ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-motu === cevizoglu [n=cevizogl@nat1.supportsoft.com] has joined #ubuntu-motu === sanpera [n=sanpera@157.182.195.191] has joined #ubuntu-motu [07:59] I don't suppose there is a MOTU with nothing to do lurking about? [08:00] LaserJock: what are you exactly trying to find out? [08:01] well, I was looking for somebody to review an upload to REVU but I don't want to be obnoxious [08:01] which one is it? (i can do it in some minutes) [08:02] plotdrop [08:03] right [08:03] do it in some minutes [08:03] thanks, I know you guys are busy === Mirno is now known as Calinoursette === herve [n=hcauweli@ip-152.net-82-216-254.rev.numericable.fr] has joined #ubuntu-motu [08:08] hello [08:08] hi herve === Calinoursette is now known as Mirno [08:20] <\sh> hmmm.. [08:20] <\sh> is berlios down? [08:21] yes [08:21] <\sh> shit [08:22] <\sh> how is the url for projects on berlios.de? (e.g. the equivalent of sf.net/projects/ [08:23] <\sh> s/how/what/ [08:23] i think it's just developer.berlios.de/projectname [08:24] i can't get to berlios.de at all right now though [08:24] can someone archive http://revu.tauware.de/details.py?upid=878, it has been accepted to the archive [08:24] hub, yes [08:25] ... or I can't... [08:26] herve: you can't [08:26] herve: was more for slomo, \sh, dholbach [08:26] seems like being reviewer is not enough [08:26] hub: just tell me the package name in the future ;) [08:27] slomo: sorry. glabels [08:27] strange, it has no advocate [08:28] *ad* advocate mine ;-) [08:28] hub: done ;) [08:29] dholbach: i'll do some reviewing for revu on thursday... are there any priority items? [08:30] <\sh> herve: what you can't do...u r motu ,) === bigcx2 [n=bigcx2@157.182.194.245] has joined #ubuntu-motu [08:30] \sh, upload in main! [08:30] <\sh> herve: ah no :) u can't [08:30] slomo: no, no idea (maybe some that have 1 vote already?) [08:31] dholbach: ok, i'll do 1-voters and updates first ;) [08:31] rock [08:31] hub: why is autopano-swift for multiverse? [08:32] ha, I can see on dapper-changes that UBZ is over :-) [08:32] dholbach: and some merges after i'm bored of reviewing ;) [08:32] doing merges while doing bugs atm [08:33] that should be a policy: "if you touch a package, see if you can merge it first" :) [08:33] dholbach: yes, definitly... maybe something to discuss at the next motu meeting ;) [08:34] althought it should be a very natural thing to do [08:34] not a policy [08:34] i like people taught to do the right thing better than a big rulebook === bradb_ [n=bradb@209.104.102.193] has joined #ubuntu-motu [08:35] yes, I did it just yesterday [08:35] dholbach: well, i'm doing it mostly now... (but forgot to do so some times already) ;) but a rule for that wouldn't hurt... we need some kind of reference anyway... not everybody knows everything ;) [08:36] hmmmmmmm [08:36] we'll end up with a big rulebook in the end ;)( [08:36] but yeah, writing it up, doesnt hurt === Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-motu [08:37] hey all [08:38] dholbach: but as a first rule please add a link to the debian policy ;) that would save some work :P [08:38] Mortas: UniverseDesktopFileAbsolutePath was your idea, right? [08:38] Kyral: hi :) [08:38] slomo: diziet worked on the developer docs spec === Kyral groans at the time for the next CC meeting [08:39] I start vacation that day... [08:39] Kyral: hehe, you proposed yourself as member? :) [08:40] No, I was gonna see when the meeting was before I did :P [08:40] herve: it's not over yet [08:40] I was groaning because I won't be able to this time around again [08:40] herve: only for most of the distro team [08:40] I mean I MIGHT get home in time, but I'd need to QUICKLY setup my laptop [08:41] dholbach: and sadly not for elmo... he has probably 10-15 sync request by me in his mailbox ;) he won't be happy when he looks at his mailbox after ubz [08:42] slomo: i suppose he had worse tasks [08:42] plus one from me :-) [08:43] what syncs are those? some which override our changes? [08:44] yes, bugfixes merged by Debian for instance [08:44] dholbach: most of them, yes... the only exception are two (or three?) NEW packages [08:44] slomo: we'd get them in automatically, no? [08:45] slomo: the new ones [08:45] dholbach: NEW ones? no... at least we didn't get them yet === bradb_ [n=bradb@209.104.102.193] has joined #ubuntu-motu [08:46] we should get them automatically [08:46] not with "ubuntu" in the revision? [08:47] i don't understand [08:47] dholbach: hmm... afaik the auto syncing only works on packages which are already in ubuntu [08:47] no, don't think so [08:47] hmm, let's ask elmo ;) [08:47] <\sh> phew [08:47] <\sh> this was a long mail [08:47] <\sh> to write [08:48] \sh: berlios is up again :) [08:48] <\sh> slomo: well...now I don't need it anymore :) [08:48] lol [08:48] ok :) [08:48] but i still need it ;) [08:49] I'm siding with dholbach on this one [08:50] I'm under the impression that everything gets synched (except for packages that are intentionally excluded) [08:51] well... pitti doesn't know it too ;) === ryu [n=chris@p5487C5A2.dip.t-dialin.net] has joined #ubuntu-motu [08:55] funny, lemo is discussing that exact same sisue at the moment on this table [08:55] elmo [08:56] <\sh> sladen: move to this table and write life [08:56] <\sh> vgrn# [08:56] <\sh> live [08:56] hehe === Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-motu [08:58] <\sh> sladen: it was impressing what u tried at the motu meeting...:) [08:59] sladen: hehe, it's sufficient when you write down the conclusions ;) === Tonio_ [n=tonio@tonio.planetemu.net] has joined #ubuntu-motu [09:02] screw you hippie [09:03] <\sh> hahaha [09:05] Can someone help me decipher some Lintain errors? [09:05] Kyral: sure [09:06] http://revu.tauware.de/revu1-incoming/flowdesigner-0511052140/flowdesigner_0.9.0-0ubuntu1_i386.lintian [09:06] the errors about shlibs [09:07] omg [09:07] Its building its own lib that I didn't expect [09:07] whiprush: flowdesigner: script-not-executable ./usr/share/flowdesigner/examples/dtmf.n [09:07] whiprush: flowdesigner: unusual-interpreter ./usr/share/flowdesigner/examples/dtmf.n #!batchflow [09:07] add overrides for these [09:07] ha, there's some -fPIC missing [09:07] how? [09:08] call the dh_makeshlibs helper? === sistpoty [n=sistpoty@DSL01.83.171.157.223.NEFkom.net] has joined #ubuntu-motu [09:08] uh, i never saw that many lintian errors/warnings at once :) [09:08] "description-starts-with-package-name" <- this one is easy to fix [09:08] hi folks [09:08] and written in the debian policy [09:08] Kyral: do you call it already? dh_makeshlibs i mean [09:08] hi sistpoty [09:08] hi sistpoty [09:08] Yah I know that, I wanna nail the damn lib error :P [09:08] slomo, no [09:09] Kyral: ok... first... [09:09] But I can uncomment it in rules :D [09:09] split the package [09:09] how? [09:09] siretart, ping [09:09] Kyral: oh wait... [09:09] what is this lib good for? only internal use? [09:09] I think so [09:09] well, someone else could answer [09:10] and empty lintian or linda file on revu really means there's no error or warning? [09:10] and tell these guys to use SONAME the right way... [09:10] herve: yes [09:10] whats SONAME? [09:10] then... woohoo! [09:11] Kyral: when it's internal only they should put it somewhere else or make a good soname ;) [09:11] Kyral: http://www.debian.org/doc/debian-policy/ch-sharedlibs.html [09:11] Kyral: this will solve your problems with the libs ;) [09:11] isn't being put under /usr/lib/packagename now? [09:12] E: flowdesigner: no-shlibs-control-file usr/lib/libflow-0.9.so [09:12] E: flowdesigner: postinst-must-call-ldconfig usr/lib/libflow-0.9.so [09:12] whiprush: flowdesigner: postrm-should-call-ldconfig usr/lib/libflow-0.9.so [09:12] no [09:12] hmm... why does it complete to whiprush?! [09:12] whiprush: *test* [09:12] wtf [09:13] xchat autocompletes "W :" [09:13] ???? [09:13] <\sh> hahaha [09:13] slomo, xchat automatic completion [09:13] <\sh> xchat is crap with this nick completion [09:13] Kyral: what are the ? for? ;) [09:13] So should I just patch it? [09:13] slomo: autpano-sift is restricted by patents in the US... [09:13] I didn't know what you were talking about ;P [09:13] slomo: but if it is fine in universe, it is perfectly fine with me [09:14] slomo, would calling dh_makeshlibs fix this? [09:14] Kyral: no... package it correctly and tell these guys to use proper soname for their lib in /usr/lib... or put it somewhere else [09:14] Kyral: partially [09:14] heh [09:14] hub: patents on what exactly? ;) [09:14] slomo: the SIFT algorithm [09:15] Kyral: read http://www.debian.org/doc/debian-policy/ch-sharedlibs.html please... there you will find all answers for the libs [09:15] slomo: the university of British Columbia applied for it in the U.S. [09:15] I'm gonna comment out dh_installman [09:15] slomo: it is mentionned in the copyright file [09:15] Kyral: why? [09:15] it doesn't HAVE a manpage [09:15] Kyral: it won't hurt [09:15] Kyral: better concentrate on the real problems ;) [09:16] It will stop those warnings at the beginnings :P [09:16] no [09:16] these warnings are correct [09:16] oh, what is the proper section? [09:16] every binary should have a manpage [09:17] <\sh> Kyral: write the manpage [09:17] Kyral: it isn't _needed_ but better to have one [09:17] umm....1) I have no clue how it works [09:17] Kyral: section would be devel [09:17] 2) I have no clue how to write a manpage ;P [09:18] <\sh> Kyral: ever heard of docbook? [09:18] yah [09:18] Kyral, do as I do, copy one and change the text ;-) [09:18] Kyral: you can convert docbook to manpage via xslt ;) [09:18] Kyral: but concentrate on the lib issue first please... the other stuff is easy to do :P [09:19] <\sh> Kyral: so...if you do a clean dh_make call in a stupid dir....then u get a docbook manpage template [09:19] <\sh> Kyral: which u can change...and translate with docbook2man towards a real manpage... [09:19] ahh [09:19] <\sh> its easy and nice === at1as is back. [09:19] [09:19] <\sh> wuahhahah....the earth is falling down [09:20] Kyral: or look for example at my cowbell package... manpage in docbook-xml is there... and xslt call [09:20] <\sh> noone there to hold the earth [09:20] \sh: ? [09:20] \sh: ah... lol =) [09:20] <\sh> slomo: atlas said he's back [09:20] <\sh> so he's not holding the earth anymore [09:20] <\sh> slomo: bah...history :) === Hirion [n=Hirion@p5487D85F.dip.t-dialin.net] has joined #ubuntu-motu [09:22] \sh: history? mythology :P [09:22] <\sh> slomo: actually it was "Hercules" ,) [09:23] LaserJock: done [09:23] dholbach: you can assign avahi (including service-discovery-applet) bugs to the avahi team :) [09:23] slomo: sorry... do you reassign? [09:24] dholbach: already done ;) [09:24] rock on [09:25] dholbach: the 3 sda bugs will be solved with the next release... probably only waiting for avahi 0.6 [09:25] cool === minghua [n=minghua@danube.mems.rice.edu] has joined #ubuntu-motu [09:27] ok [09:27] so, UBZ is over and it's time to work again [09:27] :) [09:28] guys that were at UBZ: are there any special news others should know? (i was quite busy these days and didn't read -devel carefully) [09:29] hm... looks like i'll be your black sheep this release :) [09:30] hello ivoks [09:30] o, hi herve [09:30] i hear a lot of news from france... you guys are making tourists reconsider their trip to french alps :) [09:30] <\sh> ivoks: what do u want to hear? that we decided that ivoks is doing all merges? [09:30] <\sh> that ivoks will get main upload and is doing all distro work? [09:31] \sh: huh... that would the end of ubuntu :) [09:31] <\sh> ivoks: well...no [09:31] <\sh> ivoks: actually we have 6-8 weeks from now for new things and merges [09:32] ivoks, we have the best internet access anyway ;-) [09:32] <\sh> ivoks: then we have UVF and bugfixing [09:32] ok [09:32] so, this is shorter for dapper [09:32] understandable... [09:32] herve: :) [09:33] \sh, you mean I have 6 weeks to get my package in dapper? [09:33] \sh: thanks for the info, [09:33] <\sh> ivoks:the open development yes...the bugfixing is at least 1 week longer so dapper will be released one week later then normal, and dapper+1 release schedule will be decreased by 1 week [09:33] <\sh> herve: yes [09:33] ouch [09:33] <\sh> herve: but if they're not bringing in new main lib deps which are not there after 6 weeks...then we can do some special treatment [09:34] interesting [09:34] <\sh> the plan is, to stay with the main release schedule [09:34] <\sh> at least for this release [09:34] <\sh> but ubz was more...I love now having wifi [09:35] \sh: more? === mode/#ubuntu-motu [+o Mirno] by ChanServ [09:35] <\sh> Mirno: u don't need op status [09:35] huh [09:35] \sh, more wired? [09:35] sistpoty: will we also take languages like nemerle? ;) [09:35] woops === mode/#ubuntu-motu [-o Mirno] by Mirno [09:36] <\sh> herve: well...it was interesting to meet the other guys like ajmitch and sladen and siretart [09:36] <\sh> and koke [09:36] \sh: I needed it on another channels. an how did I get op here ? [09:36] <\sh> and and and [09:36] <\sh> Mirno: don't ask me..ask lilo [09:36] Mirno: we don't get op here [09:37] Mirno: we trust each other [09:37] yay! :) [09:37] it's the hug day again ;) [09:37] :) [09:37] ivoks: I uses /chansevr op all to op me on my channels (I needed to change some mods) and it oped me here .. I suppose you have a very low access level here === gerald [n=gerald@p548EE3CD.dip.t-dialin.net] has joined #ubuntu-motu [09:38] sorry anyway [09:38] no problem [09:39] slomo: sure, why not [09:39] sistpoty: fine... i love this language =) [09:39] sistpoty: and i created a ml page [09:39] slomo: as long as no other team wants to take care for a language, why not list it there ;) [09:40] slomo: cool :) === gerald [n=gerald@p548EE3CD.dip.t-dialin.net] has left #ubuntu-motu ["Konversation] [09:40] slomo: want to have zeroconf bugs there too? [09:41] sistpoty: i'm the maintainer of one ml and the nemerle package ;) so no one else will care probably [09:41] dholbach: when it's avahi related yes... otherwise no [09:41] hrm [09:42] dholbach: but better ask Lathiat [09:42] Where do I post bugs for Universe (like transcode)/ === at1as is back. [09:42] [09:42] ? [09:42] i'll assign it to motu, nevermind [09:42] or xvid? [09:42] at1as: http://launchpad.net/malone [09:42] at1as: malone... and assign to motumedia [09:43] sistpoty: did you already had a look at nemerle? [09:44] slomo: not yet [09:44] sistpoty: write it on your todo list ;) [09:44] at1as: what's wrong with transcode? [09:44] slomo: sure... will do :) [09:50] sistpoty: nemerle page created :) === sistpoty looks [09:51] slomo: good work :) === ivoks_ [n=ivoks@161.53.50.215] has joined #ubuntu-motu [09:55] sistpoty: thanks :) === elektranox [n=elektran@p5481FE3B.dip.t-dialin.net] has joined #ubuntu-motu === magnon [n=co@cD9088834.sdsl.catch.no] has joined #ubuntu-motu [09:58] hmm [09:58] recompiling [09:58] it said something about compiling with -fPIC [09:59] hello, I want to make a package suggestion for Dapper Drake and the UbuntuUsers.de Team send me to you... [09:59] Kyral: what? [09:59] elektranox: tell us more :) [09:59] when I hit the deb with lintain -vi [09:59] said something about "Compiling shared libs with -fPIC [10:00] Kyral: ah yes... libraries have to be compiled with -fPIC... look at that page i've given you one hour ago and read it :P [10:00] can I make a suggestion that Lintain on REVU be run with -vi? [10:00] Kyral: yeah, you should - in fact it's a must for most non-i386 [10:00] @slomo: I found a package for communicate with an calculator from Texas Instruments in Ubuntu, but no for an calculator from Casio :( [10:00] crimsun, I'm not the maker ;P [10:01] elektranox: is there already an app which does this? [10:01] @slomo: yes, it's aviable at sourceforge: [10:01] http://cafix.sourceforge.net/ [10:01] Kyral: tell them to fix -fPIC and soname ;) [10:01] Hows about I also attach the output from Lintain? [10:02] Kyral: that doesn't hlep them probably... [10:02] but do it ;) [10:02] It can explain somethings better than I can [10:03] maybe... and give them the url to the libraries page in the debian policy ;) [10:03] Throwing the book at them? [10:03] dholbach: thanks for reviewing my package [10:04] Kyral: only that one page :P [10:04] LaserJock, I'll handle the ChemPaint package [10:04] Kyral, no, gently passing the book several meters trought the air :-) [10:04] elektranox: That one is already listed at https://wiki.ubuntu.com/UniverseCandidates [10:04] and ask the FlowDesigner devs to email me [10:04] Kyral: and consider packaging http://cafix.sourceforge.net/ =) should be an easy one [10:04] petermcv@clarkson.edu [10:05] slomo, only if you take GNOME-RDP off my hands [10:05] crimsun: I'm having a bad time importing xvid, using any of ffmpeg, xvid or divx. [10:05] Kyral: ok, just check to make sure Debian doesn't have it first and nobody is working on it for Ubuntu. Seems like there might have been === at1as is back. [10:05] [10:05] I think I checked Debian [10:06] wtf is Cafix do? [10:06] Kyral: casio calculator interface ;) [10:06] ah [10:07] Kyral: i won't touch gnome-rdp... upstream has to fix that mess and we can talk about it again... did you already mail them? [10:07] I'll work on it once FlowDesigner gets done [10:07] the text says ubuntu - nobody Oo [10:07] slomo, nope [10:07] I don't think English is upstream's first language either [10:08] Tried to go to the website to see if I could find anything, its all in a language I don't know [10:08] but they speak english ;) [10:08] oh [10:09] at1as: "a bad time" isn't exactly precise [10:09] at1as: what precisely is the issue? === Kyral thinks he should put a "Packages I'm working on" section in his Wikipage [10:12] LJ, have you been in direct email contact with the FlowDesigner devs? [10:12] slomo: I could try to package libcafix & gcafix, I have enough time to do it [10:12] lfittl, I can do it [10:13] I need the experiance under my belt ;P [10:13] lfittl: fine :) [10:13] there are enough packages to do for all of us :P [10:13] Kyral: me too ;) [10:13] just look at universecandidates [10:13] Kyral: I just emailed the two authors and cc'd it to you [10:14] lfittl, its all yours ;P === Kyral looks at the calendar [10:14] I believe becoming an Ubuntu Member would be a nice xmas gift ;P [10:15] lfittl: if you want i can test the packages for you ^^ [10:15] Just gotta keep at it :D [10:15] reviewing packages is good too ;-) [10:16] You need to be an Ubuntu Member (and MOTU?) to do that [10:17] elektranox: thanks that will help, just give me some time to do the packaging work ;) [10:17] Kyral: he means "real" testing, not reviewing ;) [10:18] During December Break, you know I'll be hyperactive in packaging [10:18] along with learning Python [10:18] lfittl: no [10:18] lfittl: i only want to test if the package run [10:19] lfittl: but my english is so bad, that i can't say it so well :P [10:20] elektranox: you're german? [10:20] slomo: yes [10:21] elektranox: hehe, you can almost speak german here :P but only almost ;) [10:22] das ist nur ein geruecht (that's only a rumour) ;) [10:22] mh gut zu wissen ^^ [10:23] but be kind and use english ;) [10:26] Kyral, I can help for Python :-) [10:27] herve: you will learn python for him? ;) [10:27] Well, I cleaned up Flowdesigner as much as I could [10:27] namely my typos in control ;P [10:28] <\sh> what was that? deutsch hier? german here? [10:28] slomo, I'm confident he could ask me a question I can't answer! [10:28] what do I do about a menu icon that is not in xpm format? [10:28] he..wait.... [10:28] \sh: klar doch ;) [10:29] LaserJock: convert to xpm or ignore the warning as nobody still uses xpm ;) [10:30] there's even a certain browser that will soon display 24-bit png with alpha channel :-) [10:31] slomo: well, dholback made a comment about it when reviewing my package. I would rather not mess with the authors files. hmmm [10:32] LaserJock: put a converted xpm file in debian/ and install it from there by hand [10:32] slomo: ok, and not install .png at all? [10:32] LaserJock: install both [10:32] oh, ok [10:33] and use the xpm for the menu file (not the .desktop file, the other one ;) ) [10:33] ok, makes sense [10:35] is it possible to reupload an updated version of a source package while keeping the version number the same. I hate having bump up the ubuntuX number everytime I fix a typo [10:35] or is that motivation to not make any mistakes ;-) === Kyral scratches his head [10:35] LaserJock: for revu? [10:35] slomo: yes [10:36] night all [10:36] is there anyway I can apply the Ubuntu Kernel patches to the 2.6.14 kernel? [10:36] LaserJock: sure, that's no problem... as long as the latest ubuntu version is lower [10:36] LaserJock: you can upload the same version multiple times to revu (but only to revu!) [10:36] LaserJock: dput -f bla.changes if it tells you it's already uploaded ;) [10:37] hmm, I have been having problems doing that. It also complains about needing the .orig.tar.gz when I have already uploaded it. maybe I am doing something wrong here [10:39] do you need to reupload the .orig.tar.gz for every ubuntuX version? [10:39] yes [10:39] So no one knows where I can get the Ubuntu patches to the kernel? [10:40] slomo: oh, ok I thought since the source hadn't changed it wouldn't need to. [10:40] Kyral: eh? [10:40] Kyral: linux-patch-ubuntu-2.6.12 [10:40] for the 2.6.14 ;P [10:41] the git tree is public [10:41] ...and how do I use that? :P [10:41] https://wiki.ubuntu.com/KernelGitGuide [10:44] Score debpacks for GIT ;P [10:44] so this is the 2.614 kernel + patches? === highvoltage [n=Jono@196.7.130.247] has joined #ubuntu-motu [10:48] it's a live snapshot of the tree [10:48] the vanilla kernel tree? === Kyral shrugs [10:55] I'd love it if I found a way to compile the NVidia drivers and the Madwifi driver for my Wireless card into the kernel [11:00] gn8 everybody [11:00] slomo gn9 [11:00] cxya [11:00] good night, everybody [11:01] goodnight, dholbach [11:01] gn8 dholbach [11:01] cya [11:01] Kyral: the madwifi driver is already in ubuntu Oo === highvoltage is off to bed too [11:01] night guys [11:02] gn8 highvoltage [11:02] elektranox, not in the vanilla 2.6.14 kernel [11:02] which is why I wanted to know if I could apply the Ubuntu kernel patches from 2.6.12-9 to 2.6.14 [11:04] mh I tried one time to install the madwifi driver by hand... [11:04] Module-Assistant helps [11:04] but I'm trying to have a completely integrated kernel === Pygi [n=mario@83-131-241-191.adsl.net.t-com.hr] has joined #ubuntu-motu === felipe_ [n=felipe@21-161-246-201.adsl.terra.cl] has joined #ubuntu-motu === dereks__ [n=dereks@66.9.7.66] has left #ubuntu-motu [] === sistpoty2 [n=sistpoty@DSL01.83.171.162.1.NEFkom.net] has joined #ubuntu-motu === felipe_ waves, "Hello!" [11:10] <\sh> good night motus. [11:10] gn8 \sh_away === tvo [n=tobi@5354EA9B.cable.casema.nl] has joined #ubuntu-motu === Arrogance [n=aks@ottawa-hs-209-217-93-251.d-ip.magma.ca] has joined #ubuntu-motu [11:23] How much time of your week does it takes to be a MOTU of a single pakage? [11:24] you don't get assigned specific packages, generally [11:24] except for the teams [11:24] you put in how much time you feel like putting in [11:26] schweeb, So....where can I try to see if I can do it before enrroling in a team? [11:26] you don't even have to join a team [11:27] Hello people :) [11:27] but, check malone for bugs in universe packages, then submit to REVU [11:27] Well the wiki web page says I should enroll at launchpad with the motu team... [11:27] er, after fixing it of course [11:30] I need one info from you if possible [11:31] hello, is here a python freak? [11:32] what do you need from python? [11:32] How can I become a motu? I need to become one because I have recently started one project with matt galvin [11:32] thanks for answe [11:32] schweeb, how do I search for bugs specific to universe packages? [11:33] good question [11:33] haven't found a good way myself yet [11:33] hahahaha [11:33] schweeb: :/ [11:33] Pygi, I have a package wich is not compatible to breezy [11:33] gah, python package? [11:34] it consists of different python scripts and a glade prject file [11:34] gah :/ [11:35] my problem is the depending... [11:35] I would look at it, but don't have the breezy installed right now :/ [11:35] maybe you could send it to my mail so I'll have a look at it? [11:36] wait I give you a download link ^^ [11:36] gah, please send it to my mail [11:36] I don't have time to download right now ^^ === sistpoty is off to bed [11:37] gn8 folks [11:37] then please help me only with this line: [11:37] Depends: ${misc:Depends}, ${python:Depends}, python-gnome2, python-glade2, visualboyadvance [11:37] how can I say to use python2.3 [11:37] and not python [11:38] *the line is in debian/config ;) [11:38] gah... [11:39] is that game boy emulator or something like that? [11:39] its called gnomeboyadvance [11:39] gah :P [11:41] my problem is that the script want to use python, wich links to the wrong python... [11:42] hm, do you have file with .py extension? [11:42] yes some full dirs :s [11:42] gah :/ [11:43] ok, here what you'll do :) [11:43] the most are the config files for the emulator [11:43] open each script with text editor, and on the first line you'll see path to python interpreter [11:43] yes [11:45] yes, and edit the path to the python interpreter that works [11:48] you did it? [11:48] yes [11:48] and? [11:48] does it work? [11:49] I have to repack it [11:49] (it's my first time so wait a bit ^^) [11:50] kk :) [11:58] you alive? :) [11:58] yes i install pbuilder [11:59] oh [11:59] let me know if it worked [11:59] i will do ;) [11:59] send me a mail [11:59] cause I think I'll be off [11:59] mario.danic@gmail.com