=== marcin` [n=user@194.114.146.58] has joined #ubuntu-motu === sistpoty is off to bed now [12:24] gn8 everyone === crimsun [n=crimsun@pdpc/supporter/silver/crimsun] has joined #ubuntu-motu [12:34] gah [12:34] I cannot upload [12:34] directly... [12:35] ...to? [12:35] Oh anything really [12:36] but this means most of my package devel is shot for a while [12:36] how are you trying to upload? [12:36] I use scp for most everything [12:36] crimsun [12:36] I had a most odd problem [12:37] you see. My desktop's wireless lost its friendship with DNS [12:37] IP works fine. But anything to do with DNS...nope [12:38] can you resolve anything at all? [12:38] Nope [12:38] example [12:38] for instance, host cnn.com 152.2.21.1 [12:39] nope [12:39] I cannot ping cnn.com [12:39] however I can ping 152.2.21.1 [12:41] and traceroute whatever === ompaul [n=ompaul@A-78-118.cust.iol.ie] has joined #ubuntu-motu [12:41] interesting no? [12:41] ..can you ping your prefered dns server? [12:41] I can ping any IP [12:41] that host command doesn't work? [12:41] including the DNS [12:41] nope [12:42] doesn't work [12:42] hmm - I need a little help with some packaging - it seems to be really broked :D [12:42] so switch your dns [12:42] I tried [12:42] I cant get *.install files working [12:42] 4.2.2.5 [12:42] sounds like your router/ISP is blocking 53 [12:42] Actually it isn't [12:42] tseng: still having problems with it ... :D [12:42] because 1) My sister's laptop (on XP) is fine [12:42] Mez: dude i told you where to look [12:42] and 2) My laptop on UBuntu Dapper is fine [12:42] tseng: I know - and godamn I've looked :D [12:43] but it still doesnt want to work and I cant see what I'm missing [12:43] this morning I realized that I could still use my SSH connection to my laptop (and vice versa) within the Network [12:44] so after a couple hours of trying to forward my laptop's DNS through to my desktop. I realized I was being quite stupid [12:44] Kyral: following a reboot? [12:45] crimsun: I worked on this all last night and NOTHING [12:45] tseng: remind me of the package again so i can have another look ? [12:45] I even hit it with an Ethereal trace [12:45] the DNS packet is going out [12:45] but nothing is coming back [12:47] if it's not getting beyond your router, you'll know the problem is local [12:47] I have no idea why [12:48] It is going beyond my router [12:48] but something is unique to my computer, my wireless card [12:49] My MAC prolly wound up on a blacklist somewhere [12:50] I just hope that it didn't affect my Ethernet so when I go back to school all will be well [12:51] anyway. I realized. My laptop can get to the Net. And I can access my laptop over SSH [12:51] so I installed FreeNX on the laptop, scp'd the client deb over to the desktop, and bam. I have internet on my desktop...kinda :P [12:52] but it puts a damper on any direct uploads from my desktop... [12:54] still need to find out whats going on..but *shrug* [12:55] siretart: ping [12:56] anyone ever hear of DNS problems to only one computer in a LAN? [01:00] Mez: pong [01:01] siretart: I'm getting an error 553 when trying to upload to REVU [01:01] something going on with it [01:01] ? [01:01] speaking of which, I simply can't recover my pass for REVU === robertj [n=robertj@66-188-77-153.dhcp.athn.ga.charter.com] has joined #ubuntu-motu === robertj [n=robertj@66-188-77-153.dhcp.athn.ga.charter.com] has left #ubuntu-motu ["Ex-Chat"] [01:05] crimsun - I had that problem [01:05] I think it still encrypts to siretart ? === eruin [n=eruin@unaffiliated/eruin] has joined #ubuntu-motu [01:14] err 533? [01:14] thats strange [01:14] who wanted to upload unrealtournament?! [01:15] Mez: if you wanted to upload katapult, please retry === siretart needs to get some sleep, gn8 [01:15] siretart: I guess it was a problem with disk space [01:16] night siretart [01:16] night siretart [01:16] night siretart [01:16] thanks for the help siretart ! === crimsun_ [n=crimsun@cpe-065-188-148-141.triad.res.rr.com] has joined #ubuntu-motu === crimsun [n=crimsun@66.248.140.183] has joined #ubuntu-motu [01:41] wtf === tritium [n=tritium@ubuntu/member/tritium] has joined #ubuntu-motu === dereks_ [n=derekS@cpe-66-108-44-139.nyc.res.rr.com] has joined #ubuntu-motu [01:51] hi michael, good holidays? [02:01] Hi crimsun. Yes, very good. Yours? Sorry for the delay. I didn't see a nick highlight ;) [02:02] tritium: not bad, just doing some alsa commits locally [02:02] :) === rikai-2 [n=gtk2@pool-64-223-241-50.port.east.verizon.net] has joined #ubuntu-motu === lakin [n=lakin@dsl-hill-66-18-228-60-cgy.nucleus.com] has joined #ubuntu-motu === Hobbsee [n=Hobbsee_@CPE-144-136-118-222.nsw.bigpond.net.au] has joined #ubuntu-motu === crimsun_ [n=crimsun@66.248.140.183] has joined #ubuntu-motu === minghua [n=minghua@danube.mems.rice.edu] has joined #ubuntu-motu === ealden [n=ealden@ipdial-167-29.tri-isys.com] has joined #ubuntu-motu === irvin [n=irvin@ubuntu/member/irvin] has joined #ubuntu-motu === seth_k|lappy [n=seth@ubuntu/member/sethkinast] has joined #ubuntu-motu === psusi [n=phreak@103.202.33.65.cfl.res.rr.com] has joined #ubuntu-motu [02:59] so.. I've got me a source package unpacked with apt-get... I'm fixing the source... how can I build it into a .deb I can install and test, then how can I send the fixes to be included in the next release? [02:59] psusi: assuming you've bumped the version in debian/changelog, just debuild -S [03:00] ok... explain it to me like I'm 4 years old... I don't really have a good understanding of debian packages other than they are tarballs with install and remove scripts ;) [03:00] then debdiff foo1.dsc foo2.dsc > foo2.debdiff (where foo2 is your modified one) [03:00] debuild eh? hrm... let me see... [03:00] do you have a pbuilder configured? [03:01] hrm... I don't think so... I just apt-get source package [03:01] oh, you'll want to configure a pbuilder first, then. [03:01] ok... how/what is that? === bur[n] er [n=burner@c-67-173-243-73.hsd1.co.comcast.net] has joined #ubuntu-motu [03:01] has anyone played with Rox-filer 2.4 yet? === minghua [n=minghua@danube.mems.rice.edu] has joined #ubuntu-motu [03:02] psusi: https://wiki.ubuntu.com/PbuilderHowto [03:02] bur[n] er: I'm working on the merge [03:03] it's a bit problematic, and I need to coordinate w/ Frankie [03:03] partially because we need the patch so it doesn't crash with GTK+ >= 2.8.9 === freeflying [n=freeflyi@61.190.65.36] has joined #ubuntu-motu [03:03] psusi: many of the tips here (https://wiki.ubuntu.com/MOTUWannabeTips ) are relevant [03:04] cool... thanks for the quick feedback crimsun_ :) === psusi makes with the reading === SloMoSnail [n=slomo@p5487ED31.dip.t-dialin.net] has joined #ubuntu-motu [03:07] http://revu.tauware.de/details.py?upid=1317 can be archived; anthony didn't notice the package was already uploaded. [03:08] seth_k|lappy, done [03:10] cheers Mez [03:10] ( :D ) === seth_k|lappy runs away [03:10] :P [03:10] hehe [03:10] how's Katapult coming [03:11] I demand a 0.3.1 === mhz [n=mhz_chil@pc-252-84-215-201.cm.vtr.net] has joined #ubuntu-motu [03:11] hrm... so this thing sets up a chroot environment where the package is copied to, then does the configure, make, make install, and looks to see what files in the chroot the make install changed, and puts those into the binary package? [03:12] psusi: pbuilder is just a build environment; you're still responsible for maintaining the debian infrastructure for it [03:13] seth_k|lappy, it's not tht far away - thats what it'll be when we drop out of baz snapshots :D [03:13] lol [03:13] but er ... [03:13] lol - well :D I can't say when that'll be [03:13] but - if you wanna ask for stuff etc :D feel free [03:13] what do you think can be improved [03:14] I wish it were more aggressive about picking up the links in my K menu [03:14] a lot of them it can't find, dunno why [03:14] seth_k|lappy, newly added ones? [03:14] not really [03:15] several weeks old :P [03:15] yeah it doesnt update regularly [03:15] seth_k|lappy, has katapult been re-started since then [03:15] yeah [03:15] mm, not several weeks, hold that [03:15] I just re-installed that app [03:15] but a considerable measure of time [03:15] lol [03:16] it needs to be restarted before it picks them up :( [03:16] so it actually caches the contents of the K Menu? [03:16] thats something wer're working on [03:16] atm yeah [03:16] ok === wjb [n=Warren@c220-237-173-120.lowrp1.vic.optusnet.com.au] has joined #ubuntu-motu [03:16] if only the dcop interface for the MenuManager worked we'd be sorted [03:16] but it doesnt [03:16] or is it just for me [03:16] try this [03:16] /exec -o dcop kicker MenuManager [03:18] I hate being kicked by de cops man... ;) [03:22] http://revu.tauware.de/details.py?upid=1332 [03:23] nope, that didn't update it [03:24] weird [03:24] submit bug in malone with more info [03:24] https://launchpad.net/products/katapult/+filebug === ogra_ibook [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu === zakame [n=zakame@ubuntu/member/zakame] has joined #ubuntu-motu [03:43] If I intend to package something that was previously missing in Debian that I want in Ubuntu, and during the time I was packaging this there came a version already in Debian, can I still continue my packaging? [03:43] of course, just be sure to base your package off Debian's [03:44] you're free to stuff all the changes [within reason] into .diff.gz [03:44] I mean, you /could/ continue to use your own package, but beware the maintenance nightmares come Ongoing Merge-time [03:44] well its NEW, so my packaging is entirely different from debian's [03:45] then it's up to you. [03:45] I /strongly/ recommend you coordinate with the Debian maintainer(s) [03:45] ultimately you want to be able to just push your changes to them so the autosync will kick in [03:46] ah... yes, I pinged the Debian team to see if they're still willing to have other co-maintainers [03:46] otherwise the maintenance beast is hairy. === Mez [n=Mez@ubuntu/member/mez] has joined #ubuntu-motu === Mez [n=Mez@ubuntu/member/mez] has joined #ubuntu-motu === wjb [n=Warren@c220-237-173-120.lowrp1.vic.optusnet.com.au] has left #ubuntu-motu [] === hub [n=hub@toronto-hs-216-138-231-194.s-ip.magma.ca] has joined #ubuntu-motu [03:59] hi === jcape [i=jcape@71.194.176.102] has joined #ubuntu-motu [04:02] hi hub [04:06] hey hub [04:06] hows things? [04:06] fine === rikai [n=gtk2@pool-64-223-241-50.port.east.verizon.net] has joined #ubuntu-motu [04:08] good good === seth_k|lappy [n=seth@ubuntu/member/sethkinast] has joined #ubuntu-motu [04:43] I'm having pain with atheros driver === _maydayjay_ [n=maydayja@ip101109.101.nas.net] has joined #ubuntu-motu [04:53] oh man, i hope the gateway i'm getting is the full centrino platform [04:53] i don't want to mess with ndiswrapper [04:56] hrm was unrar-nonfree removed? === Sepheebear [n=SepheeBe@cpe-68-175-48-160.nyc.res.rr.com] has joined #ubuntu-motu === chillywilly [n=danielb@CPE-65-26-218-21.wi.res.rr.com] has joined #ubuntu-motu === chillywi1ly [n=danielb@CPE-65-26-218-21.wi.res.rr.com] has joined #ubuntu-motu [05:23] Amaranth: centrino HAS free drivers [05:23] hub: "i hope... is the full centrino platform" [05:23] ah [05:23] misread [05:23] some people have like a centrino cpu [05:23] and throw a broadcom card in or whatever [05:24] Lathiat: like my thinkpad [05:24] it's a pentium m cpu ;) [05:24] an atheros shit [05:24] it won't be called a centrino solo/duo until the yonah comes out === ptlo [n=senko@83-131-26-149.adsl.net.t-com.hr] has joined #ubuntu-motu [05:25] hub: does it have a centrino sticker on it? [05:26] if it does i'd tell intel, they'll kick some ass === jaldhar [n=jaldhar@pcp04197965pcs.crosky01.pa.comcast.net] has joined #ubuntu-motu [05:35] it does not [05:35] but the website advertised Intel Wireless === crimsun [i=nobody@warped.bluecherry.net] has joined #ubuntu-motu === sethbc [n=sethbc@66.0.119.89] has joined #ubuntu-motu [05:55] evening Amaranth, long time no speak [05:55] how do things go ? [05:55] eh [05:55] i'm stuck on OS X :P [05:56] LiveCD ? [05:56] broadcom [05:56] ah [05:56] ew [05:56] *huggles* [05:56] OSX isnt too bad though [05:56] hough the bling makes my eyes hurt [05:56] no, that's what i'm afraid of [05:57] if it's good enough, why switch back? :P [05:57] Amaranth: there is a driver that almost work [05:57] Amaranth: for the rest.... [05:57] hub: I've tried it. [05:57] I mean, only on Ubuntu can I write little programs, get them into the distro, and have thousands of people worship me. :D [05:57] so that's a plus [05:58] Amaranth - I'm sur eyou can in debian too :D [05:58] debian is too slow [05:58] i need python 2.4, gnome 2.12, and pyxdg 0.15 === Mez is trying to become a DD [05:58] hmm [05:58] smeg isnt in debian ? [05:58] they have none of these [05:58] an old version might be [05:58] Amaranth, none of it is [05:58] i guess it didn't make it [05:59] i'm about to drop alacarte and work on gnome-menu-editor though [05:59] you need to run unstable/experimental, then [05:59] Amaranth: mind if I file an ITP for it - as I'm trying to become a DD - I want to get as many progs in as possible under my name :D [05:59] lol - and I hope to work with utnubu at some point :D [05:59] the pyxdg dev has gone missing [06:00] If I can find a contact for them [06:00] so either i take over working on it or i make gnome-menu-editor not suck [06:00] SloMoSnail: ping [06:00] anyone know when 2.6.15 is slated for release? [06:01] Amaranth, which package is pyxdg in ? [06:01] python-xdg [06:01] ah - I was looking for pyxdg :D [06:01] is anyone else having stability problems with banshee? [06:01] banshee was a bit crashy last time I checked [06:02] crimsun: yeah, crashes when i do anything :) [06:02] Amaranth, seb128 is the maintainer for pyxdg - he's around still I saw him the other day [06:02] wasn't /that/ crashy for me [06:02] just making sure it wasn't me [06:02] Mez: I'm talking about upstream. [06:02] seb is very much alive n' kickin' [06:02] Mez: seb128 just packages a new version when i poke him and tell him it's out :) [06:02] ah [06:03] Amaranth: python 2.4.1 is in stable [06:03] sure, but python still loads python 2.3, no? [06:03] and python-foo deps on python2.3-foo [06:03] or did they finally finish? [06:04] no, they're still on 2.3 [06:04] anyway, bzflag time === minghua [n=minghua@69-153-139-23.dsl.hstntx.swbell.net] has joined #ubuntu-motu === wjb [n=Warren@c220-237-173-120.lowrp1.vic.optusnet.com.au] has joined #ubuntu-motu === wjb [n=Warren@c220-237-173-120.lowrp1.vic.optusnet.com.au] has left #ubuntu-motu [] [07:00] about to upload wv 1.2.0 [07:00] because AbiWord use it === rikai [n=gtk2@pool-64-223-241-50.port.east.verizon.net] has joined #ubuntu-motu === crimsun [n=crimsun@pdpc/supporter/silver/crimsun] has joined #ubuntu-motu === ealden [n=ealden@ipdial-167-29.tri-isys.com] has joined #ubuntu-motu === Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-motu === ubuntulog [i=ubuntulo@trider-g7.fabbione.net] has joined #ubuntu-motu === Topic for #ubuntu-motu: Ubuntu Masters of the Universe: Ubuntu Universe Repository Maintainers | http://wiki.ubuntu.com/MOTU | http://wiki.ubuntu.com/MOTUTodo | How To Track Merge Status -> https://wiki.ubuntu.com/MOTUToMerge | Grab your merge here: http://tiber.tauware.de/~sistpoty/MoM/index.py?state=new | sign up for ubuntu-motu@lists.ubuntu.com now! === Topic (#ubuntu-motu): set by \sh at Wed Dec 14 00:06:37 2005 [08:24] evening all [08:24] hello Yagisan [08:26] minghua: do you have an amd64 box ? [08:26] Yagisan: no, I am a poor student :-P [08:27] minghua: oh, I was looking for a volunteer to test http://revu.tauware.de/details.py?upid=1335 [08:27] Yagisan: trying to find someone testing your hydration process? [08:28] minghua: I am severely limited in my bandwidth until around Jan 10, so I get try to get someone to suck down the final sources [08:29] minghua: Of my package changes [08:29] minghua: which then automagically integrate themselves into the source [08:30] minghua: look at the size of the diff on that package O:-) === robitaille [n=robitail@ubuntu/member/robitaille] has joined #ubuntu-motu [08:31] Yagisan: is this hydration thing documented anywhere? === doko [n=doko@dslb-084-059-105-208.pools.arcor-ip.net] has joined #ubuntu-motu [08:33] minghua: yep, very briefly in README.build of this package http://revu.tauware.de/details.py?upid=1329 [08:34] minghua: I went for the dehydration, rehydration metaphor - as I can ship a small package to someone with bandwidth [08:34] minghua: and it can bulk up to correct size, like some items do when you add water [08:35] Yagisan: yeah, I like that metaphor [08:36] minghua: I'm using it for proof of concept in getting some i386 only apps to run on amd64 [08:36] minghua: At least until we have real multiarch === zakame [n=zak@ubuntu/member/zakame] has joined #ubuntu-motu [08:36] Yagisan: it seems that README.build file is truncated? === minghua never really understood this bi-arch vs. multi-arch thing [08:37] hello all :D [08:37] er do we now have hppa among the build daemons? [08:37] sparc even [08:37] minghua: more likely is I got distracted by the kids when typing and just shipped the package [08:38] zakame: yes, and yes, but only i386, ppc, and amd64 are official [08:38] ah [08:38] crimsun: I saw them on the buildlogs for iterm, was a bit surprised :) [08:38] minghua: as I will make further uploads in future, I'll fix it then. First paragraph is all you need to do though [08:39] i.e., if ftbfs on hppa and/or sparc, you'll just get a stare from lamont and/or fabbione [08:39] Yagisan: I think I more or less get the idea [08:39] ooh [08:39] is ia64 also not official? [08:40] (since that's what I usually see, plus the three above) [08:40] minghua: I got a rather creative version going for zsnes. [08:40] brb [08:41] minghua: I think you'd like my awful, but effective hack to the zsnes rules file [08:43] Yagisan: interesting, but can't say I like it [08:47] minghua: really ? get's it going though - and zsnes is something that just can't be ported [08:48] Yagisan: yeah, I am sure it works and I'm not against it. I just generally don't like quick'n'dirty hacks === markuman [n=markuman@p50925D18.dip.t-dialin.net] has joined #ubuntu-motu === zakame [n=zak@ubuntu/member/zakame] has joined #ubuntu-motu [08:58] back [08:58] so ia64 isn't official right? [08:59] right [08:59] ah k [08:59] should close iterm then ;) [09:00] hrm how come when i add some devices to a raid1 array they dont get resynced === herzi_x41 [n=herzi@d124188.adsl.hansenet.de] has joined #ubuntu-motu === wjb [n=Warren@c220-237-173-120.lowrp1.vic.optusnet.com.au] has joined #ubuntu-motu [09:19] hm do we really need a pkgname change to libibtik -> libibtk0c2 === tvo [n=tobi@5354EA9B.cable.casema.nl] has joined #ubuntu-motu [09:26] evening [09:27] hi ajmitch :D happy new year [09:28] thanks [09:28] so what have I missed over the last week? :) [09:29] hm that we have just 4 unassigned merges to do? :) [09:29] (though there's some 200 more assigned) [09:30] 2 of those unassigned will probably be dropped [09:30] the kernel-di? [09:30] and I've got maybe 1/4 of the assigned merges to do in the next week [09:30] yes [09:30] ooh === ajmitch has just been away for a week, and now has nothing but ubuntu to do [09:31] hehe [09:32] ok, I've got to go & get some food, I'll talk in an hour or so :) [09:32] don't worry ajmitch, I'm sure they will find plenty for you to do. [09:32] go go go [09:33] OT: what would be a good http caching proxy to use? I see wwoffle, polipo, and squid among my apt-cache... [09:34] zakame: squid is popular, heaps of docs on it [09:34] squid is the standard one from what I heard [09:35] indeed squid is, but this is just for home ;) and one machine [09:35] bleh, mdadm if you try resize a raid1 to 1 disk whinges says thats unusual, use --force you use --force and it says invalid in grow mode :( [09:35] anyone seen that before? [09:35] waah [09:37] bbl [09:37] zakame: if just for building packages, maybe try apt-proxy? [09:37] minghua: not just that, though that's on my list too ;) [09:38] apt-proxy serves me well, so I don't need an http proxy :-) [09:39] rocking, I'll try that later :-) [09:40] I just got pdnsd + resolvconf working so I don't need to twiddle /etc/resolv.conf everytime I move to cafes === ajmitch returns [10:09] morning ajmitch [10:10] hey siretart! [10:10] good to see you [10:10] how have things been around here lately? [10:11] For me things have been rather quiet, because of the holidays and the fact that I will be skiing next week :) [10:12] oh wonderful :) [10:12] wb ajmitch [10:12] I've been completely away from computers for a week [10:12] but I finally managed to start NM, now I'm waiting for an AM [10:12] which has been good [10:12] yay! === ajmitch is ready to get stuck into ubuntu work now [10:12] huhu zakame [10:13] so in a year or two you might be a DD :) [10:13] current waits for AMs is 2+ months [10:13] unless something has changed in the last couple of weeks [10:13] the NM statistics say 160 days [10:13] siretart: w00t [10:13] ouch [10:13] so 5+ months just to get an AM [10:14] you got an advocate ok? [10:14] well, in that time, I will have to keep on looking for sponsors. not that much of a problem [10:14] yeah [10:14] yes, nobse advocated me [10:14] great [10:14] he usually sponsors me for debian uploads === StevenK waves to ajmitch. === ajmitch waves over to StevenK [10:15] huhu StevenK [10:15] ajmitch: Ready to get stuck into Ubuntu work? All of the merging is basically done. === zakame wonders when he would start NM [10:16] StevenK: 219 are assigned [10:16] and we've got a *lot* more to do after merges [10:16] Can you go through it? [10:16] (well, at least until elmo does the sync ;) [10:16] does anyone have pointers why debian is still with python 2.3 as default? [10:16] I've also got main feature goals to hit [10:16] siretart: ask doko [10:17] it's waiting on his python-central stuff [10:17] which was deferred until around now [10:17] once that big change hits debian & ubuntu, the 2.3->2.4 delta will go away [10:18] python-central? [10:18] Lathiat: yep [10:18] Lathiat: btw hi ;) [10:18] what that? :) [10:18] ajmitch: hi :) [10:18] wiki.ubuntu.com/PythonRoadmap [10:18] that would take away a great deal of divergence we currently have [10:20] ah, so that is what he is waiting for.. I see [10:21] well, he's not waiting for it [10:21] he's doing it :) [10:21] hm for shlibs, is it ok just to have something like libXYZ (>= 1.4.0.b9) than libXYZ (>= 1.4) ? === StevenK buggers off to the shops. [10:22] zakame: I think so, check the man pages ;) [10:23] ok, thanks ajmitch :) [10:23] sad to see people flaming about nexenta on the devel list [10:23] 'coz I decided to push libmemcache to debian instead of universe :) [10:24] yeah, snr just got a bit higher :( === dredg [n=nsherida@80.169.137.162] has joined #ubuntu-motu [10:38] ajmitch: I find that other thread, about the fluedo plugin similar annoying.. [10:38] certainly === Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-motu === herzi [n=herzi@d124188.adsl.hansenet.de] has joined #ubuntu-motu === lfittl [n=lfittl@83-65-243-186.dynamic.xdsl-line.inode.at] has joined #ubuntu-motu === fredix_ [n=fredix@d213-103-121-147.cust.tele2.fr] has joined #ubuntu-motu === MagnusR [n=magru@85.194.14.142] has joined #ubuntu-motu === Fuddl [n=fuddl@2001:6f8:9cf:0:20f:eaff:fe4d:d7b7] has joined #ubuntu-motu === vallahi [n=raptoid@85.99.69.237] has joined #ubuntu-motu === joe_alf [n=joe_alf@n219077164142.netvigator.com] has joined #ubuntu-motu === koke [n=koke@ubuntu/member/koke] has joined #ubuntu-motu === Hirion [n=hirion@draugr.de] has joined #ubuntu-motu === Hieronymus [n=jeroen@cp413115-a.tilbu1.nb.home.nl] has joined #ubuntu-motu === highvoltage [n=Jono@196.207.41.251] has joined #ubuntu-motu === selinium [n=selinium@82-45-118-133.stb.ubr02.sout.blueyonder.co.uk] has joined #ubuntu-motu === greenpenguin13 [n=joseph@user-3642.l5.c3.dsl.pol.co.uk] has joined #ubuntu-motu === ompaul [n=ompaul@213-202-170-210.bas504.dsl.esat.net] has joined #ubuntu-motu === abelcheung [n=abelcheu@n219076183029.netvigator.com] has joined #ubuntu-motu === koke [n=koke@ubuntu/member/koke] has left #ubuntu-motu ["Konversation] === ptlo [n=senko@83-131-73-140.adsl.net.t-com.hr] has joined #ubuntu-motu === Gloubiboulga [n=gauvain@84.5.71.212] has joined #ubuntu-motu [02:29] hello [02:29] could any MOTU have a look at http://revu.tauware.de/details.py?upid=1315 ? Thanks :) === tvelocity [n=tony@chan530-a161.otenet.gr] has joined #ubuntu-motu [02:39] Gloubiboulga: I'm not MOTU, but it might be nicer to have "Texmaker integrates..." instead of "It integrates..." [02:41] Gloubiboulga: in the description [02:41] Hieronymus, indeed [02:41] Gloubiboulga: it's qt, why didn't you say so. poke me for qt/kde stuff :) [02:41] Gloubiboulga: clic -> click === Hieronymus doesn't like the three dots at the end of the description [02:44] Gloubiboulga: the .desktop has an absolute path to the icon [02:44] yes, that line should be "click and a "structure view" of the document for easier navigation." [02:44] you want Icon=texmaker [02:44] not Icon=/usr/share/pixmaps/texmaker.xpm [02:45] also, you must specify Version=0.9.4 [02:45] ok ok [02:45] you can use desktop-file-validate :) [02:47] Gloubiboulga: the icon should probably be PNG [02:47] Riddell: Say, why does the current amarok package have such strict builddeps on kdelibs? [02:48] siretart: libstdc++ transition maybe? === joe_alf [n=joe_alf@n219077164142.netvigator.com] has joined #ubuntu-motu === _markuman [n=markuman@p50924557.dip.t-dialin.net] has joined #ubuntu-motu [02:49] and there is another annoying builddep on libtunepimp2-dev [02:49] oh, and in debian/copyright, I think you should say that /usr/share/common-licenses/GPL-2 is the GNU General Public License Version 2, not the GNU General Public License. [02:49] Riddell: if I make them unversioned, I can rebuild the package in breezy. it works here quite nicely [02:49] Riddell: I'm asking because if those versioned depends were dropped, I think it would be a candidate for breezy-backports [02:50] kdelibs4-dev (>= 4:3.5-rc2) that will be the libstdc++ transition [02:51] Hieronymus, Riddell thanks [02:52] Riddell: what do you think, can we take them out? kde has already been transitioned [02:52] siretart: yep, go ahead and change it if you want. or I can do it [02:53] Riddell: ok, will do it [02:53] just a sek [02:57] Gloubiboulga: since it's "gpl 2 or later" you can point to /usr/share/common-licenses/GPL not /usr/share/common-licenses/GPL-2 === Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-motu === Goshawk_ [n=Goshawk@host179-147.pool8730.interbusiness.it] has joined #ubuntu-motu [02:59] hi [03:00] i've a litte repo, there i uploaded one package for amd64, now i want to build the one for x86, is there a way to accomplish this? [03:01] i've also a x86 connected to the web (and so it can reach the repo) [03:01] Goshawk_: you can run x86 on 64+ Athlons === jinty [n=jinty@205.134.224.215] has joined #ubuntu-motu [03:03] yep, but in this 64 i've just ubuntu 64 [03:03] breezy x86 is on another pc [03:03] is there a command that et the source from my repo [03:03] and compile it? [03:03] Riddell: I just fired up a new amarok with weakened build deps. [03:03] then i'll dupload it [03:03] and all will be well done [03:05] Goshawk_: apt-get source foo [03:05] or wget the source [03:05] Goshawk_: you can use a 32bit chroot on amd64 [03:07] uhm... 32 bit chroot is a good solution [03:08] is there a tutorial? [03:08] man debootstrap [03:08] it will be like a toolchain (that is not good mainteined in ubuntu) [03:09] ...what? [03:09] yep [03:09] in breezy toolchain-source [03:09] has binutils at 2.15 [03:09] and gcc-3.4 [03:10] while breezy has gcc-4.0 [03:10] and binutils 2.16 [03:10] (what in the world are you talking about) [03:10] apt-get source gcc [03:10] and people say that is not a good thing compile things with gcc-3.4 and mix them with gcc-4.0 [03:10] gcc-4.0 [03:11] i'm talking about cross compiling with toolchain [03:11] neither was tseng? [03:14] tseng, but after that i build a chroot with debootstrap should i compile all the libs or can i use apt-get? [03:15] i have no idea what you are on about at this point [03:15] if you make a 32 bit chroot with debootstrap, chroot to it, you can install things with apt and use them 32 bit [03:15] ok.. you got me [03:15] 'linux32 chroot /chroot/breezy32' [03:16] should work pretty much as expected [03:16] this seems the easiest way [03:16] until multilib, yet [03:16] *yes [03:16] instead if i should compile for ppc i need a toolchain, isn't it? === ealden [n=ealden@ipdial-167-29.tri-isys.com] has joined #ubuntu-motu === zakame [n=zak@ubuntu/member/zakame] has joined #ubuntu-motu === raptoid [n=raptoid@unaffiliated/raptoid] has joined #ubuntu-motu [03:28] Goshawk_: better avoid cross compiling, if you can [03:28] evening all :D [03:28] Goshawk_: debian packages are generally not expected to be crosscompiled. there are many pitfalls on the way [03:29] wow elmo's back :) [03:29] siretart, i've just a amd64 laptop, and i need ppc package (in an early future) [03:29] Goshawk_: get a ppc [03:30] Goshawk_: or ask someone with a ppc to build your package [03:30] huhu zakame. yes, he answered our sync requests :) [03:30] siretart, why not a toolchain with toolchain-source? [03:30] 15:28:32 < siretart> Goshawk_: debian packages are generally not expected to be crosscompiled. there are many pitfalls on the way [03:31] YAY! [03:32] ok [03:32] Goshawk: if you really want to build them yourself, you could try to emulate a ppc with qemu or stuff [03:32] but I'd really rather avoid crosscompiling [03:34] yes, i did it for x86, it was too huge and slow... === JohnnyMast [n=rave@cpc2-cosh5-5-0-cust84.cos2.cable.ntl.com] has joined #ubuntu-motu [03:46] wb JohnnyMast :) happy new year :) [03:47] now already? === JohnnyMast checks the date [03:47] JohnnyMast: well, just a little more than a day before ;) [03:47] :p [03:47] anyway, how are your merges going? :) [03:47] yeah :D ,thanks same for you [03:48] im in the UK atm with me girl soim not working on any [03:48] I see you still have a few going ;) [03:48] w00t [03:48] re [03:48] they are already fixed zakame [03:48] others uploaded a merge for me and sayed theywould fix it [03:49] atm i only have 1 open === dereks_ [n=derekS@cpe-66-108-44-139.nyc.res.rr.com] has joined #ubuntu-motu [03:51] JohnnyMast: kiki seems open, have you checked this? [03:52] that was one that was fixed by one other [03:53] i only have trimity open i think [03:53] yes it is [03:53] JohnnyMast: snake4 is still open [03:54] and fixed [03:54] and python-libgmail too [03:54] ow wait zakame ... all merges on my name are done execpt python-libgmail === Gloubiboulga is now known as Gloubi_brb === doko_ [n=doko@dslb-084-059-109-171.pools.arcor-ip.net] has joined #ubuntu-motu [03:57] JohnnyMast: er I don't think so :( snake4 definitely is untouched, it's still ivok's last merge from breezy in dapper [03:58] hmm === greenpenguin13 [n=joseph@user-5549.l5.c5.dsl.pol.co.uk] has joined #ubuntu-motu [03:58] ile look in to it when im back the 7th [03:59] JohnnyMast: hula is open too as well [03:59] JohnnyMast: rock on then, just pinging you about those ;) === Hirion [n=hirion@draugr.de] has left #ubuntu-motu [] [04:00] wt seems the MOTU list is grabbing addys for spam, I'm seeing dupe spam :( [04:00] even motu-reviewers too :( === fredix [n=fredix@d213-103-121-147.cust.tele2.fr] has joined #ubuntu-motu === mhz [n=mhz_chil@pc-252-84-215-201.cm.vtr.net] has joined #ubuntu-motu === Gloubi_brb is now known as Gloubiboulga === eruin [n=eruin@unaffiliated/eruin] has joined #ubuntu-motu === rtcm [n=jman@213.146.193.193] has joined #ubuntu-motu === rtcm [n=jman@213.146.193.193] has left #ubuntu-motu [] [04:31] Riddell, I've just uploaded the new package (http://revu.tauware.de/details.py?upid=1336) === thesaltydog [n=fabio@ubuntu/member/thesaltydog] has joined #ubuntu-motu [04:47] Gloubiboulga: there's no icon in the menu [04:47] :/ [04:47] you need to cp /usr/share/pixmaps/texmaker*.png into /usr/share/icons/hicolor/*/apps/ [04:47] Ok, I do it now [04:48] groovy [05:03] gn8 === raphink [n=raphink@bur91-2-82-231-159-240.fbx.proxad.net] has joined #ubuntu-motu [05:14] when is the cutoff date for new universe packages ? === mhz [n=mhz_chil@pc-252-84-215-201.cm.vtr.net] has joined #ubuntu-motu === herz1 [n=herzi@d124160.adsl.hansenet.de] has joined #ubuntu-motu [05:19] Yagisan: with upstream version freezy, mid january === psusi [n=chatzill@69.44.168.233] has joined #ubuntu-motu === Kyral [n=kyral@ubuntu/member/kyral] has joined #ubuntu-motu [05:29] Morning MOTU [05:29] morning [05:29] I have a rather...interesting question [05:30] sup Kyral === trulux [n=lorenzo@unaffiliated/trulux] has joined #ubuntu-motu [05:31] Are there facilities in Debian/Ubuntu for building RPMs/Slackpacks/eBuilds [05:31] Kyral - alien will work with rpms [05:32] not too sure bout slackpacks/ebuilds [05:32] I mean not Alien [05:32] but i'm sure you can make them somehow :D [05:32] I mean building them the right way [05:32] ah - you can probably get the tools and build them manually [05:32] but i dont know if theres anything available generally [05:32] yah... [05:32] okay thats what I thought [05:32] butn then i dont know what tools are used [05:32] not built any of those [05:33] I'm adapting Ubuntu to our Linux Lab build === _jaldhar [n=jaldhar@pcp04197965pcs.crosky01.pa.comcast.net] has joined #ubuntu-motu [05:33] and I figured if I included the Debian development tools, I should somehow provide for those [05:34] I'm sure you can get the dev tools for those [05:34] whether they'll work [05:34] why not just provide chroots to those OS's [05:36] Adapt PBuilder? [05:37] no [05:37] just chroot :d [05:38] well, also PBuilder so it would provide the same functionality to those formats [05:39] Kyral: the thing is that distribution differ enought to not be compatible when it comes to package formats [05:39] Kyral: IIRC we do have rpm, but why do you need to build rpms etc ? Easier to do it in a chroot, and you'll match the right install libs too [05:40] Yagisan: like I said this is for a Linux Lab. Not everyone there uses Ubuntu/Debian. So I thought that if I included the Debian tools, I should at least provide the tools for other formats [05:40] besides, you gotta admit, if I pulled it off, it would be awesome === fredix [n=fredix@d213-103-71-141.cust.tele2.fr] has joined #ubuntu-motu === Kyral [n=kyral@ubuntu/member/kyral] has joined #ubuntu-motu [05:49] well that wasnt supposed to happen === tritium [n=tritium@ubuntu/member/tritium] has joined #ubuntu-motu === Kyral [n=kyral@ubuntu/member/kyral] has joined #ubuntu-motu [06:12] Riddell, the package is uploaded: http://revu.tauware.de/details.py?upid=1337 === Mez [n=Mez@ubuntu/member/mez] has joined #ubuntu-motu [06:19] Mez: around? [06:19] siretart: yeah [06:19] sup ? [06:20] Mez: I think that amarok is ready for backport, I did it here on my laptop and it runs fine [06:20] Mez: I uploaded a new amarok earlier today which should build in breezy fine [06:21] siretart: I'll have a look at it in a mo - is it on the REVU server anywhere? === Kyral [n=kyral@ubuntu/member/kyral] has joined #ubuntu-motu [06:22] Mez: the backported version is on my laptop, the new amarok is in dapper [06:23] ah ok :D [06:23] fair enough [06:24] gak... [06:24] 1.3.7-0ubuntu4 ? [06:24] FreeNX is going unstable [06:25] yeah === Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-motu [06:26] cool [06:26] checking now [06:26] theres nothing that's going to break is there? [06:26] I didn't check that much [06:27] I'm having a pretty mixed breezy/dapper system here [06:27] no I mean like - API/ABI transisions :D [06:27] I just uploaded a new version that doesn't ftbfs in breezy [06:28] lol [06:28] I think my connection is fubaring [06:28] I dont think it'll ftbfs [06:28] but will it install on breezy? [06:29] hmm [06:29] anyone here use breezy and want to try the .deb? [06:30] brb [06:30] reboot === Mez [n=Mez@ubuntu/member/mez] has joined #ubuntu-motu [06:36] Kyral: where? [06:36] Riddell: huh? === Mez [n=Mez@ubuntu/member/mez] has joined #ubuntu-motu [06:39] Kyral: freenx [06:40] What about it? [06:41] Kyral: you said "FreeNX is going unstable", what does that mean? [06:41] Gloubiboulga: looks good [06:41] I meant my connection to it at that time :P [06:42] but according to Seveas the latest version IS unstable [06:42] Gloubiboulga: that's two advocates now, want me to upload? [06:42] Kyral: ah, fooey, not that it's going into debian unstable [06:42] lol [06:43] you got my hopes up there === Gloubiboulga [n=gauvain@84.5.33.108] has joined #ubuntu-motu [06:43] The one in the Wiki works fine [06:46] 17:42 < Riddell> Gloubiboulga: that's two advocates now, want me to upload? [06:46] someone vote on EasyChem ;P [06:46] Riddell, sure :) [06:47] my first uploaded package :D === Kyral sighs [06:48] I thought the REVU day was supposed to clear out REVU lol === marcin [n=user@194.114.146.58] has joined #ubuntu-motu === Kyral sighs and stops complaining [06:50] revu is never cleared out [06:50] meh [06:51] normally I wouldn't be complainging, but its been more than a month since I made the effort to fix all the bugs that ajmitch and slomo noted :P [06:52] Kyral: which package? [06:52] EasyChem [06:52] Kyral: I've already noticed two more I'm afraid [06:52] eh? [06:52] bug? [06:53] Riddell:seeing as youre in here - is it ok wth you if i add a small patch to yakuake ? to get rid of the "notification" window i it's a restoredsession ? [06:53] Don't say a thing about the patch system [06:54] Kyral: two minor issues http://revu.tauware.de/details.py?upid=1257 [06:55] Mez: be my guest [06:55] this is gonna be a trick uploading it [06:55] Mez: any idea why whn I start yakuake it says "Uh oh.. can't write data.." [06:55] Kyral: why? [06:55] Riddell : cheers :D I've sent to upstream but it's the one thing i hate most about [06:55] this desktop doesn't have internet access [06:56] well, rather [06:56] DNS doesn't work [06:56] I'm talking to you via my Laptop with FreeNX :D [06:56] a french TODO.. interesting [06:56] Riddell, at a guess - it's trying to write it's config but you have strange chmod permissions [06:57] so unless I can put the IP for REVU unto my dput.conf... [06:57] Kyral: well I can change it, am compiling now, if I don't find any more problems I'll fix and upload [06:57] NMU? [06:57] ubuntu doesn't do NMU, since we don't have MU [06:58] lol [06:58] if I can I'd like this to be my first package in universe ;P [06:58] Kyral : titan2005@gmail.com [06:58] grr [06:58] Kyral Name: tiber.tauware.de [06:58] Address: 69.60.114.100 [06:58] lol [06:59] dman klipper :D [06:59] yah DNS doesn't resolve (for some reason) on my wireless === Gloubiboulga is now known as Gloubi === Gloubi is now known as Gloubi_Aw [07:00] So I'd put the IP in the fqdn field? [07:00] Ridell: surely in yakuake the autoconf stuff should be done before packaging ? [07:01] Mez: that's the usual way, but it doesn't have to be that way [07:01] Riddell: mind if I change it ? [07:01] Kyral: easychem seems good, want me to upload? [07:01] yah if you would :D [07:02] my first package to Universe [07:02] Mez: actually isn't there a debian yakuake package now? we should merge with that === Kyral feels fuzzy [07:02] Kyral: you do reaslise this is me reviewing a gtk package. it means when you're a MOTU you have to promise to revu all the KDE packages [07:02] Riddell: will do :D [07:02] lol [07:02] Yah [07:03] I don't care about the whole fight between GTK/Qt [07:03] Personally I use Fluxbox :D [07:04] Riddell: the md5sums on the orig.tar.gz dont match [07:04] yay [07:04] and we have to see about me becoming MOTU first ;P === Kyral thanks Riddell a lot [07:06] Kyral: uploaded, see comments http://revu.tauware.de/details.py?upid=1257 [07:07] Kyral: it needs to pass through NEW, keep an eye on dapper-changes for it appearing in the next few days [07:07] Kyral: then make sure it builds properly, then apt-get it and make sure it all still works [07:07] Riddell, hell will have to freeze over before NX will move into debian [07:07] Riddell: I have a unique situation lol [07:08] Evoluition is down somewhat [07:08] the core is simply a modified xfree86 3.x server, which means duplicate code, duplicate bugs... [07:08] so my filters are shot :P [07:08] Kyral: use the archives I guess [07:08] I'm AFRAID to open my GMail Account right now :P [07:08] Considering all the MLs that go there [07:08] Kyral: might be good to tell upstream and to file a wnpp at debian, not sure what the best practice is there [07:09] wnpp? [07:09] work needed / please package [07:09] debian's itend to package module on bugs.debian.org [07:09] intend [07:09] ah [07:09] so I can't just hand it to Debian... [07:09] I have to be more formal ;P [07:09] saying "have package in ubuntu, please someone review and upload to debian" [07:10] well that is how you hand it to debian, unless you know a friendly debian developer who'll do it for you [07:10] It builds in Breezy BTW === Kyral looks for ajmitch ;P === ajmitch is not here [07:10] It was a joke ;P [07:11] I should become more involved with Debian at somepoint [07:11] so should I [07:11] roflmao [07:11] Treenaks: coming to lugradio live? [07:12] Riddell: yeah [07:12] oh EasyChem builds in Breezy. I got bored one day and ran it through my pbuilder [07:12] ^Breezy [07:12] Kyral: I'd expect it would [07:13] Riddell: I'm going to describe the crack that's planned for dapper+1 (or, that's the plan ;)) [07:13] lets throw out apt! [07:14] Riddell: let's throw out ALL C++! [07:14] ;) [07:15] Throw out Apt....*shudder* [07:15] a python only operating system! [07:15] Isn't that Portage...? [07:15] Riddell: written in self-hosted python [07:15] but yah Python owns === Riddell looks around for any ruby types just incase things could get nasty [07:16] where did unrar-nonfree go? [07:16] do I archive in revu stuff I've uploaded immediatly or after it's done NEW and compiled? [07:17] Riddell, yes [07:17] actually better question...why is a BitTorrent Tracker starting at boot in a fresh install? [07:17] Riddell: they can have rubuntu [07:17] Kyral: you've been 0wned? [07:17] Mez: whit? [07:18] bt starts for everyone in dapper [07:18] Riddell: ... [07:18] uh.. [07:18] WHY [07:18] because its a bug [07:18] yah, I jumped to Dapper then the tracker was loading [07:18] bt is in the desktop seed === Kyral sighs [07:18] Freaked me out [07:18] and no one disabled the initscript by default yet [07:18] do I archive in revu stuff I've uploaded immediatly or after it's done NEW and compiled? [07:19] actually its off [07:19] just the initscript is noisy [07:19] wait...so its off, but still echos? [07:19] /etc/default/bittorrent [07:19] its off [07:20] (thats exactly what i just said) [07:20] okay === poningru [n=poningru@pool-71-243-254-132.tampfl.fios.verizon.net] has joined #ubuntu-motu [07:34] Riddell, uploading yakuake 2.73-1ubunt1 [07:34] u1 * [07:34] brb === Mez [n=Mez@ubuntu/member/mez] has joined #ubuntu-motu === FireRabbit [n=FireRabb@unaffiliated/firerabbit] has joined #ubuntu-motu === bddebian [n=bddebian@mail.ottens.com] has joined #ubuntu-motu [07:52] Heya your MOTUnesses.. [07:52] holy its bddebian === Kyral hugs bddebian [07:52] Heh :-) [07:53] Mez: uploaded to revu or dapper? [07:53] dapper [07:53] lol [07:53] though I think I may have cocked it slightly [07:54] yes i did [07:54] though no katie output [07:54] no dapper-changes [07:55] yeah :D It should go through now :D [07:55] lol === Mez forgot to dch -D dapper [07:55] tsk === Mez hasnt had katie output since september [07:56] oh man, bddebian is here? [07:56] Heh, yeah so watch out [07:57] lol [07:57] watch out bddebian's about === Mez hums the "beadle's about" theme tune to himself [08:00] Riddell, accepted [08:00] though - er ... [08:00] no katie output === Mez growls === bddebian picks his nose === ajmitch reassigns ~. [08:01] which one did you choose bddebian ? [08:02] Mez: ? [08:02] you was picking a nose [08:02] I assumed you were liek - at a plastic surgeons [08:03] hmm [08:03] Mez: Oh, hehe [08:05] hmm [08:06] if I installed pdnsd...woiuld I be able to use my laptop as a DNS proxy for my Desktop.. === rave_ [n=rave@cpc2-cosh5-5-0-cust84.cos2.cable.ntl.com] has joined #ubuntu-motu === Gloubiboulga [n=gauvain@84.5.33.108] has joined #ubuntu-motu === _jaldhar is now known as jaldhar === seth_k|lappy [n=seth@ubuntu/member/sethkinast] has joined #ubuntu-motu === LaserJock [n=mantha@lambda.chem.unr.edu] has joined #ubuntu-motu [08:30] hi all! [08:35] hi LaserJock [08:36] Gloubiboulga: I see texmaker got reviewed [08:39] LaserJock, yep, Riddell has just uploaded it :) [08:41] there will be a lot of TeX users happy about that [08:42] bbl [08:46] siretart: ping === rikai-2 [n=gtk2@pool-68-238-63-64.port.east.verizon.net] has joined #ubuntu-motu [08:47] Mez: pong [08:48] siretart: amarok is ok build wise - i've sent a test request to the mailing list as i've no way to test if it works atm [08:48] :D [08:48] once it's confirmed - i'll request it [08:48] but looking good so far [08:49] ok [08:50] siretart: also why is yakuake shpwing up in sistpoty's script [08:50] theres no MOM request for it [08:51] Mez: so you plan to be the MOTU/Utnubu person now? :) [08:51] ajmitch - i hope to work with the utnubu team in the future - yes [08:51] yakuake | 2.7.3-1 | unstable | source, i386, powerpc [08:51] yakuake | 2.7.3-0ubuntu2 | dapper | source, amd64, i386, powerpc [08:51] Mez: nothing hinders you to talk to joachim ;) [08:52] ajmitch - yeah i know - i just synced but was looking to close the mom bug [08:52] some time ago, he was even in this channel === ajmitch had plans to do stuff with utnubu as well, etc [08:52] siretart, what was that referring to ? [08:52] ajmitch, good :D [08:52] except real life got in the way [08:52] Mez: working in/on utnubu [08:52] now I'm an unemployed bum, so it doesn't matter ;) [08:52] lol - ajmitch - i think utnubu is a great project - it just needs more... focus [08:53] it mainly need manpower [08:53] yep [08:53] people who can review the junk in ubuntu [08:53] since we still have plenty [08:53] (eg apt-get.org imports) [08:53] siretart/ajmitch :D totally agree :D hence why i plan to help [08:53] but - as I said [08:53] it's a long road [08:53] so help, don't just plan to help ;) [08:54] you don't need to be a DD to start [08:54] ajmitch: I know :D already got a package in waiting :D [08:54] lol - it's my package - but meh :D [08:55] taking it in baby steps so I can refine my packaging to be more ... debian-esque [08:55] I've got *lots* of free time now [08:55] talking of free time [08:56] I gotta go [08:56] work [08:56] bye [08:56] ajmitch, lemme know if you spot anything ba in that package [08:57] k [08:59] oh, and in response to \sh about me not being around - I've had problems at home - no net access - been homeless for a while - but I'm back now - so :P === jinty [n=jinty@205.134.224.215] has joined #ubuntu-motu === Gloubiboulga [n=gauvain@84.5.33.108] has joined #ubuntu-motu === wjb [n=warren@c220-237-173-120.lowrp1.vic.optusnet.com.au] has joined #ubuntu-motu === Kyral [n=kyral@ubuntu/member/kyral] has joined #ubuntu-motu === luk [n=luk@102-164.241.81.adsl.skynet.be] has joined #ubuntu-motu === womble [n=mpalmer@eth359.nsw.adsl.internode.on.net] has joined #ubuntu-motu [09:45] hi womble [09:45] Hi siretart [09:45] morning womble [09:45] you're up early :) === womble yawns [09:45] Mez: Sorry to hear that [09:45] Need to Get Things Done before it gets too damned hot [09:46] and also watching our lovely ubuntu-motu mailling list ;) [09:46] aah, you down unders.. here it is -8C ;) [09:46] Doh.. [09:46] siretart: thankfully -motu is a little easier to catch up on than -users === bddebian needs to get off his arse and join that ML [09:46] bddebian: no, you need to just do work [09:46] Yeah, that too :-( [09:47] I've been busy killing Germans for the last week or so.. ;-P [09:47] ajmitch: you are so right.. ;) [09:48] so do I [09:48] My apologies for spamming u-motu@... [09:48] I don't mind :) [09:48] I like having something to read [09:48] So I should try to fit some MOTUness in between finishing Call of Duty 2 and starting Dungeon Siege II? :-) [09:49] bddebian: no [09:49] bddebian: That's crazy talk [09:49] Get back to gaming [09:49] bddebian: you should do MOTUness instead of finishing Call of Duty 2 and starting Dungeon Siege II [09:49] ajmitch: Too late, I finished Call of Duty 2 last night :) [09:50] womble: your post are very very welcome :) [09:50] I wondered if it was good form doubling the daily post rate. [09:50] haha [09:51] womble: so are you going to join the ranks of those who are DDs & MOTUs? [09:52] ajmitch: In some way, certainly. I'm not sure if what I want to do requires a MOTU badge, though. [09:52] what are you wanting to do? [09:52] Steal Ubuntu's good ideas for Debian, of course. [09:52] now that I see your post on the mailing list, I can connect a name to a blog ;) [09:52] non-profit spies? [09:53] womble: a worthy goal [09:53] Merge as much Ubuntu work back into Debian, mostly. Both package code and useful infrastructure (like REVU) [09:53] womble: makes our job a lot easier ;) [09:53] ajmitch: Ayup. [09:53] And I despise divergence [09:53] certainly [09:53] I try & keep my packages identical in debian & ubuntu [09:54] I'd like to see the REVU ideas getting a wider audience [09:55] currently we're reworking it, and it'll use launchpad for authentication, which isn't ideal for debian [09:57] It would be handy if you could think about making the REVU codebase flexible enough to handle other uses, but worst case it'll just get butchered or rewritten for Debian [09:57] I'm aching to do an OSS Rails project -- it's all in-house stuff at work [09:58] sadly for you it's done with python :) [09:58] we'll try & make it as flexible as needed [09:58] I hack plenty of python, too. [09:59] I still do enough debian work to want improvements there [10:01] I figure any work I do to improve Ubuntu that isn't Ubuntu-specific is wasted effort -- I'd much rather apply it to it's true source (Debian, for the most part, as I don't have commit access to many upstreams) and then everybody benefits. That's the main reason I haven't worked on Ubuntu stuff more heavily (that, and I suffer from lackoftimeitis) [10:02] while I like working on debian, I still see benefits in doing the work in ubuntu to get things in shape for a 6 month release cycle === zenrox [n=zenrox@71.115.198.118] has joined #ubuntu-motu === ajmitch gets another debian upload underway, finally [10:19] 20MB orig.tar.gz takes awhile [10:26] wow. whats that? [10:28] phpgroupware === plugwash [i=plugwash@p10link.net] has joined #ubuntu-motu [10:28] and debian needs binary uploads as well :) [10:29] ah, I see [10:30] I need to find a host with some decent bandwidth to upload from [10:30] since I'm not sure how long the timeout is [10:30] ajmitch: tiber? ;) [10:36] perhaps [10:37] depends if I can use a sid chroot there to build my package [10:37] where 'building' is mainly copying files around, being php === Kyral [n=kyral@ubuntu/member/kyral] has joined #ubuntu-motu [10:38] good night [10:40] how can i tell if a package was compiled with support for a certain component? [10:41] dereks_: Check depends for libraries, etc for the component; check debian/rules in the source package for configure --with-* options [10:42] Check build logs for the package to see if there's mention of enabling/disabling support; check changelog for historical mentions of switching on/off support [10:42] womble: ok thanks [10:42] nm or strings over the binaries... [10:50] ajmitch: where, there is a sid pbuilder [10:50] Pbuilder hmm? [10:52] siretart: ok, might be useful then [10:52] pbuilder & debrsign might be enough for me :) [10:52] You cannot create the Sid PBuilder directly [10:52] Kyral: excuse me? [10:53] You cannot make a Sid PBuilder like you make a Sarge or Breezy Builder, if I recall correctly [10:53] you could the times that I've tried [10:53] hmm [10:53] since that's the main purpose of it === Kyral shrugs [10:53] Kyral: we have several wrappers for different tarbals on tiber [10:53] like I said it was been a while [10:54] must have been [10:54] maybe it was Etch that I had to upgrade [10:54] sorry [10:54] ajmitch: but don't forget to call 'pbuilder-sid update' ;) [10:54] siretart: oh I know ;) [10:55] where oh where has my metacity configuration dialog gone to? [10:55] it's all very well telling people to use gconf-editor, but it's rather annoying [10:55] gconf reminds me of the Windows Registry === luk [n=luk@36.4-200-80.adsl.skynet.be] has joined #ubuntu-motu [11:05] yes, but I don't have a problem when it is implemented like gconf [11:06] why is that? [11:08] the registry has the advantage that changes are transaction logged, and you can set granular ACLs... not to mention it's significantly better in terms of disk space and access speed [11:09] the best registry i've seen so far is /sys. === Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-motu [11:14] that's not a registry at all... that's kernel runtime status === Kyral [n=kyral@ubuntu/member/kyral] has joined #ubuntu-motu === Hirion [n=hirion@draugr.de] has joined #ubuntu-motu === Hirion [n=hirion@draugr.de] has left #ubuntu-motu [] === Hirion [n=hirion@draugr.de] has joined #ubuntu-motu === Hirion [n=hirion@draugr.de] has left #ubuntu-motu [] === Kyral [n=kyral@cpe-24-59-44-127.twcny.res.rr.com] has joined #ubuntu-motu === Tifa [n=alucard@cpc6-hem14-6-0-cust87.lutn.cable.ntl.com] has joined #ubuntu-motu