[12:01] Last I heard, that was to keep the menu simple [12:01] Same with gvim [12:01] ahh [12:03] suck [12:04] hey, i saw vim-gnome for the first time the other day. [12:04] almost made an emacs convert out of me. [12:04] Does vim-gnome offer anything vim-gtk doesn't? [12:04] chrisa, i think dnd [12:04] and it must, it's a separate package [12:34] ok [12:34] sabdfl: ^ :-) [12:35] ah [12:35] mdz: re vim-* or menus? [12:35] jdub: distutils [12:35] oh [12:35] hey, had a fucked up dream [12:35] wanted to fact check it [12:37] since i want python to be a first class citizen on ubuntu it seems bizarre to be in a scrap with the pythonistas [12:37] the specifics of its function seem less important than the fact that they're part of the standard Python library [12:37] how do you stop a user doing LD_PRELOAD? [12:37] upstream made an explicit decision on that, and started shipping distutils with the python croe [12:37] core [12:37] mdz: we can't be beholden to someone else in that regard [12:37] jdub: stab them in the face? [12:37] err === mdz whistles innocently [12:37] o.m.g. [12:37] jdub: set-id executable? [12:37] ok, what if you don't have anything sharp handy? [12:37] they build distutils because most platforms don't have python as a central feature [12:37] sabdfl: I don't see it that way; it's a matter of compatibility? [12:37] jdub: otherwise, you don't [12:37] s/\?// [12:37] i'm not saying we should not support the distutils interface [12:37] Kamion: hrm. [12:37] but i think we should do so in a way that is integrated with dpkg [12:40] we have an excellent pkg management framework in dpkg [12:40] that's a very complex, long-term sort of project === Kamion thinks it's a bad idea to have dpkg installing stuff that doesn't come from a well-maintained archive, personally [12:40] whereas including distutils is simple, straghtforward, standard, compatible and useful today [12:40] where does distutils stuff its files [12:40] Kamion: i'm thinking LD_PRELOAD=ha-ha-gconf.so [12:40] jdub: ayup [12:40] /usr/local/lib/python-/site-python [12:40] jdub: you dreamt this? [12:40] jdub: making stuff setgid has been known [12:40] or worse, LD_PRELOAD=... gconfd [12:40] jdub: what's the use case exactly? [12:40] sabdfl: stfu! [12:40] mdz: getting around gconf lockdown. === doko [doko@dsl-084-057-057-118.arcor-ip.net] has joined #ubuntu-devel [12:40] between mdz's knee-jerk knifing and your dreams i think we all need a little time away from the keybd [12:40] jdub: what's gconf lockdown? [12:40] if lockdown was done in the backends, it probably wouldn't be an issue [12:40] mdz: you can set mandatory settings and so on with gconf [12:40] mdz: preventing users from changing settings [12:40] mdz: see /etc/gconf/2/path [12:40] bad idea> the worst corner case that comes to mind is file conflicts; we can't realistically ensure that all packages we ship properly conflict with all packages a hypothetical distutils-dpkg might make up on the fly when they share filenames [12:40] jdub: is that actually used for security-critical purposes? [12:40] kamion I'm not suggesting that distutils should make up a pkg on the fly [12:40] Kamion: depends on how you'd define security critical, but i'd probably say no [12:40] but rather that it should try to find the correct .deb [12:40] jdub: if it is, and if it runs entirely in a user's security boundary, whoever made it up was dreaming [12:40] Kamion: it's just a barrier to doofusness [12:40] jdub: ok, looked at that [12:41] sabdfl: ah, that would be a bit more palatable [12:41] jdub: but what is gconf lockdown? :-) [12:41] Kamion: slightly [12:41] :-) [12:41] sabdfl: although it obviously only works as root, and I'm betting most real distutils use cases don't happen as root [12:41] mdz: keys can be locked to administrator provided-values [12:41] jdub: to what end? [12:41] mdz: so they become read-only and users can't change them [12:41] how can you write to /usr/local/lib/python-/site-python unless you are root? [12:42] sabdfl: (although it could say "alternatively, you could ask your administrator to install python-", I suppose) [12:42] jdub: to what higher purpose? [12:42] sabdfl: surely distutils can write to somewhere in $HOME too? [12:42] sabdfl: CPAN.pm can [12:42] sabdfl: you can't; installing software is a rootish sort of thing at present [12:42] exactly [12:42] distutils and dpkg are not a very good match [12:42] any sensible system like that allows users to install their own libraries [12:42] mdz: to "lock" "down" parts of the desktop so that users can't change them. [12:42] distutils says "take this python module I wrote and put it into the system python catalog" [12:42] mdz: readonly configuration values means that the user can't make changes. [12:43] jdub: unless they really try hard === Kamion -> party again [12:43] such as LD_PRELOADing [12:43] i think we can make a credible effort to ensure that every serious python lib is available as a deb [12:43] sure [12:43] but that isn't the same thing as distutils [12:43] i'm willing to put the resources behind that [12:43] jdub: or ptrace(3), or any number of other things [12:43] and I don't think it's a reason to make distutils a second-class citizen [12:44] well, our distutils should at least TRY to find the right deb [12:44] jdub: non-set-id lockdown is just a dream [12:44] jdub: or any number of things [12:44] you can't realistically prevent a user from changing a program [12:44] can't distutils be packages and then used on will ? [12:44] mmm, ptrace(2) rather [12:44] fwiw, python fascists love debian as their python-crack CPAN [12:44] *packaged [12:44] because it's much better for support for us to install a deb than something in /usr/local [12:44] jdub: and we install a lot of those into desktop by default [12:45] sabdfl: you only get that among people with total, utter Debian/Ubuntu buy-in [12:45] sabdfl: this seems like a separate issue to me [12:45] sabdfl: "should we split distutils from python proper" vs. "should we make distutils smarter" [12:45] sabdfl: anybody in a heterogeneous environment, or even anyone who's ever administered machines in a heterogeneous environment, will I suspect end up with stuff in /usr/local [12:45] true [12:45] after all, linux is about control. If someone is doing some funky /usr/local stuff, we might want to only warn him. BUt let him go with the changes. [12:45] I think "no" and "yes" [12:46] so we could do both: ship distutils, and make it more ubuntu-aware [12:46] jdub: I can see that being useful for a site admin, to prevent users from accidentally shooting themselves in the foot [12:46] sabdfl: that seems like the best of both worlds, yeah [12:46] but it can't be realistic as a security feature [12:46] ok, so that's what we should do for hoary [12:46] mdz: not hard security, no [12:46] i'll update the bug [12:46] not any kind of security [12:47] does anyone else see a heisenbug with firefox refusing to take keyboard input? [12:47] (depends on your definition, and your audience) [12:47] sabdfl: the "smarter distutils" project would be a big one [12:47] in the mean time, i'm going to hassle havoc [12:47] mdz: would it be particularly tricky? [12:48] sabdfl: distutils works from a tree of python stuffs [12:48] sabdfl: there would need to be an external mapping from that to debs [12:48] it can't realistically find the .deb given the information in the source tree [12:48] s/given/given only/ [12:48] right, there needs to be a db of debs that's part of the same package as distutils [12:48] just like the "install an app" [12:49] mdz: why not? [12:49] md5sums [12:49] basically, the wish is for every modules to have a seperate package? [12:49] sabdfl: ok, so I unpack the python 'foo' module version 1.23 and run 'make install' which invokes distutils routines to install the stuff [12:50] mdz: (can we do this with the package post-processing foo we need for translations, embedded and installer?) [12:50] jdub: yes, it requires that sort of infrastructure [12:50] which is what makes it complex [12:51] thing is, we want to promote python as an app language [12:51] also, even with all of that, I think the best we can do (and remain sensible) is tell the user "hey, did you know you can get that as a .deb?" before doing what they asked [12:51] we can't substitute a .deb behind their backs [12:51] but we dont want to end up in a situation where instlaling a big app results in tons of stuff in /usr/local which is *perfectly* packaged for ubuntu === ctalkep [~ctalkep@212.21.138.21] has joined #ubuntu-devel [12:52] (there are also version considerations and so on, we might have too-new or too-old versions) [12:52] sabdfl: distutils is the sort of thing which is used in automated build systems [12:52] jdub: md5sums [12:53] if the user has a python module, and they say "install this", and we sneak about and give them something else, that's evil [12:53] how does distutils handle conflicts, depends [12:53] it doesn't, afaik [12:53] but dpkg does [12:53] it's not a package management system [12:53] it's more like debhelper than dpkg [12:54] you write a description of your project for it, and it puts everything in the right places for you [12:54] mdz: agreed, not behind their back or silently, it should give them the option to install the deb [12:54] so when you have a Debian package of a python module, it uses distutils to do the real work [12:54] "make install" uses distutils [12:55] really? deb's of python libs use distutils? [12:55] yes [12:55] that's what it's for [12:55] then why is it not installed? [12:55] it's used at build time [12:55] we have a lot of debs of python libs installed [12:56] not at install time [12:56] so the deb doesn't the deb0src does [12:56] mdz : does it unpack the source and run distutils against it? [12:56] correct === Ferry [~Ferry@cust.15.118.adsl.cistron.nl] has joined #ubuntu-devel [01:01] there are a few python gnome apps which use distutils for deployment [01:02] although i'm not really clear how robust that is outside of default install locations [01:02] like revelation [01:04] since gnome apps tend to need lots of registration files in the proper location.. http://oss.codepoet.no/revelation/ [01:05] hazmat : this is already used in ubuntu's current gnome installation? [01:05] not afaik [01:05] no [01:07] most of the python gnome apps tend to use the autoconf setups, which still reads like greek to me.. there are a few of those in ubuntu (like blog-applet, meld) [01:08] hazmat : if they were using distutils, they would have used a .py setup file for python foo.py install ? [01:09] sivang, yes.. and you can pass in different installation roots to the install.. but its fairly aribtrary code in terms of how the actual install is performed, the degree of customization for distutils varies greatly from systems like 4suite and scipy which are basically running their own distutils.. but the toplevel commands are typically the same. ie python setup.py install === srbaker_ [~srbaker@blk-224-143-227.eastlink.ca] has joined #ubuntu-devel [01:16] hazmat : so when you install scipy from source, it would use the "standard" distutils format, and as a side effect mangle with /usr/local etc? [01:17] ls [01:17] heh [01:17] bong [01:17] grr. is there a graphical tool for editing runlevels? [01:17] i want to stop raid, evms, lvm, etc. [01:18] <__daniel> srbaker_, i'm not quite sure, if i told _you_, but there's update-rc.d you could use on them [01:19] i know about update-rc.d. i wanted a gnome app to recommend to a friend. [01:19] so i'm trying to figure out gui ways to do things [01:24] there. boot time should be short now [01:32] is there a place to register ubuntu repositories? [01:32] like apt-get.org, only for ubuntu? [01:33] i'm going to be packaging ifolder, simias, addressbook, spamtrainer, and tomboy [01:36] yo [01:36] whoops. [01:36] what is tomboy? [01:36] uh "Wiki for your Panel" [01:36] huh? [01:36] it's a sticky note app with linking capabilities, basically [01:37] sounds nice [01:37] where do i get it? [01:38] srbaker_: tomboy is already done, ifolder and friends are on their way [01:38] see edd dumbill's log [01:38] jdub, oh. nice. where will i be able to find those? [01:38] tseng's repo for tomboy [01:38] mine will have ifolder and friends [01:39] and what are ifolder and friends? [01:39] ahh [01:39] are you doing for debian, too? [01:39] yeah [01:39] oh, excellent [01:39] :) [01:40] someone else has itp'ed it though [01:40] ahh === SuperLag [~colbyirc@CPE-69-76-188-71.kc.rr.com] has joined #ubuntu-devel === Keybuk [scott@descent.netsplit.com] has joined #ubuntu-devel === aj [aj-irc@azure.humbug.org.au] has joined #ubuntu-devel === Ng [~Ng@fairukipa.tenshu.net] has joined #ubuntu-devel === hazmat [~hazmat@c-24-15-10-12.client.comcast.net] has joined #ubuntu-devel === srbaker [~srbaker@blk-224-143-227.eastlink.ca] has joined #ubuntu-devel === srbaker_ [~srbaker@blk-224-143-227.eastlink.ca] has joined #ubuntu-devel === doko [doko@dsl-084-057-057-118.arcor-ip.net] has joined #ubuntu-devel === __daniel [~daniel@td9091c2c.pool.terralink.de] has joined #ubuntu-devel === rabidbt [~rabidbt@66.45.74.16] has joined #ubuntu-devel === Mitario [Michiel@sikkes.xs4all.nl] has joined #ubuntu-devel === magnon [~magnon@217.8.136.52] has joined #ubuntu-devel === asw [~asw@node-423a728a.bos.onnet.us.uu.net] has joined #ubuntu-devel === amu [~amu@195.71.9.198] has joined #ubuntu-devel === jvw [jeroen@233pc233.sshunet.nl] has joined #ubuntu-devel === doogie [~adam@brown.brainfood.com] has joined #ubuntu-devel === lifeless [~robertc@dsl-69.8.240.220.rns01-kent-syd.dsl.comindico.com.au] has joined #ubuntu-devel === chrisa [~chris@nullcode.org] has joined #ubuntu-devel === mjg59 [mjg59@cavan.codon.org.uk] has joined #ubuntu-devel === thom [~thom@amnesiac.heapspace.net] has joined #ubuntu-devel === sjoerd [~sjoerd@fire.ipv6.luon.net] has joined #ubuntu-devel === T-None [varenet@d190.dhcp212-198-139.noos.fr] has joined #ubuntu-devel === azeem [~mbanck@socks-out.lrz-muenchen.de] has joined #ubuntu-devel === lamont [~lamont@mix.mmjgroup.com] has joined #ubuntu-devel === madduck [~madduck@madduck.developer.debian] has joined #ubuntu-devel === bob2 [rob@202.60.66.46] has joined #ubuntu-devel === plovs [~plovs@62.84.21.44] has joined #ubuntu-devel === vorlon [vorlon@dsl093-039-086.pdx1.dsl.speakeasy.net] has joined #ubuntu-devel === [Clint] [~c123p456@user-12hdtek.cable.mindspring.com] has joined #ubuntu-devel === Riddell [jr@muse.19inch.net] has joined #ubuntu-devel === plovs_work [~plovs@195.13.248.82] has joined #ubuntu-devel === tseng [~tseng@thegrebs.com] has joined #ubuntu-devel === elmo [~james@83.216.141.215] has joined #ubuntu-devel === Ferry [~Ferry@cust.15.118.adsl.cistron.nl] has joined #ubuntu-devel === sladen_ [paul@starsky.19inch.net] has joined #ubuntu-devel === jk [~jochem@jkossen.xs4all.nl] has joined #ubuntu-devel === daf [daf@muse.19inch.net] has joined #ubuntu-devel === fabbione [~fabbione@port49.ds1-van.adsl.cybercity.dk] has joined #ubuntu-devel === smurfix [~smurfix@smurfix.developer.debian] has joined #ubuntu-devel === jdub [~jdub@home.waugh.id.au] has joined #ubuntu-devel === schweeb [~chris@schweeb.org] has joined #ubuntu-devel === sabdfl [~mark@host217-37-231-28.in-addr.btopenworld.com] has joined #ubuntu-devel === kylem [~kyle@CPE0030ab0b413b-CM023469906297.cpe.net.cable.rogers.com] has joined #ubuntu-devel === Keybuk [scott@descent.netsplit.com] has joined #ubuntu-devel === Clint [~asdfasf@user-12hdtek.cable.mindspring.com] has joined #ubuntu-devel === mako [~mako@micha.hampshire.edu] has joined #ubuntu-devel === calc [~ccheney@cdm-208-180-235-130.cnro.cox-internet.com] has joined #ubuntu-devel === x4m [~max@226.157-200-80.adsl.skynet.be] has joined #ubuntu-devel === sgtshatta [~sgtshatta@24-193-25-90.nyc.rr.com] has joined #ubuntu-devel [02:54] <__daniel> Kamion, still around - booshi in #ubuntu also experienced #1566 - if you need more input on the bug... === SuperLag [~colbyirc@CPE-69-76-188-71.kc.rr.com] has joined #ubuntu-devel === bur[n] er [~norml@c-67-173-243-73.client.comcast.net] has joined #ubuntu-devel === stevedeo [~steve@static24-72-62-185.regina.accesscomm.ca] has joined #ubuntu-devel === sid77 [~sid77@ppp-226-170.30-151.libero.it] has joined #ubuntu-devel [03:18] anyone here? [03:19] nope [03:19] hi [03:19] lol [03:19] i have a simple question? [03:20] don't know, have you? ;) [03:20] sgtshatta: is it development related? [03:20] actually no! [03:20] i am a new user to ubuntu [03:20] ah, you may find #ubuntu a far better place to ask it -- there's more people there with a much wider experience and you're more likely to get a useful answer [03:21] thank you much [03:21] this is where we talk about what patches are going in the libc6 of the next release, etc. [03:21] it's also best to simply ask your question, and wait for the answer; rather than asking to ask a question :) [03:23] quite tru [03:23] true [03:24] i change my $PATH in /etc/profile system wide after reboot it did not change [03:25] didn't change for what? === SuperLag [~colbyirc@CPE-69-76-188-71.kc.rr.com] has joined #ubuntu-devel [03:26] well I am trying to compile a piece of software from source and it requires some libraries from /usr/lib [03:26] and i made some changes to my $PATH to point to it but it did not locate /usr/lib/pkgconfig === KeyserSoze [unbound@pound.ifndef.com] has joined #ubuntu-devel [03:27] it wouldn't [03:27] /usr/lib/pkgconfig is a directory [03:27] it's looking for /usr/bin/pkg-config [03:27] I know its a directory but why did my environmental path not change [03:27] and that will definitely be in your $PATH, unless your system is insane and dribbling out of the ears [03:27] LOL [03:27] about a thousand reasons [03:28] mostly boiling down to most things don't read /etc/profile [03:28] what about playib with configure options? [03:28] playibg [03:28] urgh [03:28] get it right [03:28] lol [03:28] p l a y i n g [03:28] LOL [03:28] yatta! [03:29] keybuk: but from what this software is i wont need to mess with the config options [03:29] maybe using something like "./configure --pkg-path=..." [03:29] /etc/profile is only read for interactive login bourne-compatible shells [03:29] or, in english, it's only read if you login on the text-mode console [03:29] (option invented right now) [03:29] (and I really expect you're not doing that, and are just opening a graphical Terminal) [03:30] you're right but i did all that [03:30] what's not getting located? [03:30] libxine.so === mojo_ [~mojo@220-244-212-78-vic.tpgi.com.au] has joined #ubuntu-devel [03:30] I am trying to install my favorite video player [03:30] hi there [03:31] oh, wait [03:31] do you have the libxine-dev package installed? [03:31] I've had same problem loong ago [03:31] Anyone here reponsible for FireFox build? [03:31] no i dont have libxine-dev installed [03:31] i dloaded the source from the site [03:31] sgtshatta: install libxine-dev :o) [03:31] I want the Ubuntu mozconfig for some experimental tweak [03:31] can i use apt-get to do that? [03:31] mojo_: apt-get source mozilla-firefox [03:31] sgtshatta, and remember ldconfig after that! [03:32] yea i know ldconfig [03:32] sgtshatta: aptitude install libxine-dev will give you the xine development library [03:32] keybuk: give me that syntax again?? [03:32] does the src pkg from our repository contain mozconfig (for Unbuntu build)??? [03:33] keybuk: that worked kool [03:33] mojo_: if mozconfig is important to build mozilla-firefox, I would expect so [03:36] Keybuk, you've seen pitti, bob2 around? [03:37] I expect they're both doing Saturday things [03:37] bob2, Sunday morning things [03:39] maybe, damm too tired for whole months, now I can relax a bit === SuperLag [~colbyirc@CPE-69-76-188-71.kc.rr.com] has joined #ubuntu-devel === Mitario [~michiel@sikkes.xs4all.nl] has joined #ubuntu-devel [03:48] hi [03:49] watsup? === sgtshatta [~sgtshatta@24-193-25-90.nyc.rr.com] has joined #ubuntu-devel [03:51] <__daniel> good night === sjoerd [~sjoerd@fire.ipv6.luon.net] has joined #ubuntu-devel === Mitario [~michiel@sikkes.xs4all.nl] has joined #ubuntu-devel === hornbeck [~hornbeck@adsl-69-153-250-222.dsl.okcyok.swbell.net] has joined #ubuntu-devel === tuo2 [~foo@adsl-36-114.swiftdsl.com.au] has joined #ubuntu-devel [05:26] morning guys === nasdaq4088 [sdfsd@tkp-ip-nas-1-p160.telkom-ipnet.co.za] has joined #ubuntu-devel [05:31] hi [05:49] tseng: what is the chance of a gecko-sharp-0.6 package soon? [05:49] erm [05:49] what for? [05:49] so I can try the new blam [05:49] it uses gecko for rendering [05:50] I guess I could just learn to package it myself huh :-) [06:01] hm [06:01] maybe later [06:01] not today mater [06:01] mate* [06:04] I am working on it [06:04] it is not something that everyone would need right now, so I might as well learn [06:27] goodnight guys [06:43] totem in ubuntu is totem-gstreamer? === tuo2 [~foo@adsl-36-114.swiftdsl.com.au] has joined #ubuntu-devel [06:50] srbaker_: yes === hazmat [~hazmat@c-24-15-10-12.client.comcast.net] has joined #ubuntu-devel [07:07] Gah. Why do people insist on saying that Firefox is "more secure"? It's a tenuous claim, at best.... === tuo2 shakes his head === sivang [~dannyh@80.179.93.130.forward.012.net.il] has joined #ubuntu-devel [07:15] morning all [07:26] morning sivang === srbaker_ [~srbaker@blk-224-143-227.eastlink.ca] has joined #ubuntu-devel [07:32] hey fabbione, how's xorg going? [07:33] sivang: it's going :-) [07:33] i am breaking the libraries right now [07:33] the real problem is not building it [07:33] it's do in such a way that you can actually upgrade from Xfree86 to X.org [07:36] hmmm..interesting. Can't a way be found to do something like (in the upgrade process) to remove xfree's file and install xorg's ones? [07:37] sivang: that what needs to be done :-) [07:37] there is one way only [07:38] but it needs to be done very carefully [07:38] and that requires a lot of upgrade tests [07:40] fabbione : well, just let me know what you need :) [07:42] sivang: as soon as there is something more concrete to work on.. be sure i will call you [07:42] you are the first name in my list of bitches^Wpeople that can help ;) [07:43] moo [07:45] hey lamont [07:46] yo === lamont falls into bed [07:49] good night :) [07:59] fabbione : Well, that way I'll buy myself some treats in this jail :) [08:00] ehhe [08:00] night lamont [08:00] it's been a rough one I guess? === maskie [~maskie@196-30-110-221.uudial.uunet.co.za] has joined #ubuntu-devel === srbaker_ [~srbaker@blk-224-161-8.eastlink.ca] has joined #ubuntu-devel [08:38] tuo2: because they compare it to IE :-) [08:39] mdz: I just see people seeing themselves up for a fall, that's all. I mean, it's the fanboys who worry me... [08:39] making claims that they have no understanding of. === tuo2 mehs. [08:42] mdz: any news on the security team yet? === tuo2 still hasn't seen any movement on the website... [08:45] tuo2: you mean, apart from the two advisories posted on the website today? ;-) [08:46] mdz: ? [08:46] http://www.ubuntulinux.org/support/documentation/usn/errorreferencefolder_view [08:47] ah, sweet. [08:47] mdz: I was more talking about this...http://www.ubuntulinux.org/community/teams/security === sivang is also interested on info about security team [08:48] *in [08:49] I didn't even know that page existed until now [08:49] so obviously I haven't been updating it :-) [08:49] mdz: heh. [08:50] hey mdz [08:50] fabbione: morning [08:50] that might explain things.. I asked about this a couple of weeks ago (was in volunteering mood) and was told to watch that space.. [08:50] mdz: i didn't see any announcment about the new wiki [08:50] fabbione: I think it went to -doc [08:50] do we have a -doc mailing list? [08:51] no [08:51] we are currently using -devel with [doc] tag [08:51] fabbione: yes we do [08:51] sivang: no, please use the -doc list now === fabbione sighs [08:51] ha? [08:51] when that did happen? :) === mdz mails -devel [08:51] guys we need to post this stuff in like -announce or -news [08:51] sivang: yesterday [08:52] otherwise it gets lost in the noise [08:52] -devel is fine for this [08:52] ah === sivang feels lagged [08:52] Funny, I checked the mailing lists yesterday, wiki etc. Didn't see no evidence to it [08:52] mdz : you set it up? Enrico? [08:53] I'll rush up alos to update the wiki page of DocTeam [08:54] mdz : it started getting high traffic ? :) [08:55] mdz: did we get automatically subscribed? [08:56] fabbione: no one was automatically subscribed [08:56] ok [08:57] was this discussed over the weekend? [08:57] not really; it was just time for a new list [09:02] uff it's time to start to work in the house [09:02] bbl [09:03] ah mdz: is the old wiki completely imported into the new one? === srbaker_ [~srbaker@blk-224-143-227.eastlink.ca] has joined #ubuntu-devel === fabbione goes away [09:14] fabbione: not entirely [09:14] yet [09:16] mdz: warty-updates + warty-security -> we're keeping with that split? [09:33] jdub: yes, unless there's a compelling reason to do it differently [09:38] jdub: practically _everyone_ wants security fixes, but some folks are conservative enough not to want non-security fixes [09:38] for example, we're likely to put a kernel into warty-updates with some bugfixes [09:39] yeah [09:39] cool [09:44] jdub: the merging aspect will suck (package in -updates + new package in -security requires a merge for a new -updates package) [09:44] but hct will ease that when it comes [09:45] mmm [09:45] we probably won't put very much into -updates in the near future [09:46] so far the only candidate is #1814 [09:46] there's an evolution-exchange bug i'd like to see fixed in -updates, though [09:46] hrm, don't think it's in our bugtracker [09:46] we should have a representation for that in bugzilla [09:46] yeah [09:46] i.e., which items should be considered for -updates [09:47] bedtime now, though [09:47] night [09:47] night [09:48] perhaps target wartywarthog, severity critical [10:42] when pages are going to be migrated to the new wiki? === __daniel [~daniel@td9091c2c.pool.terralink.de] has joined #ubuntu-devel [10:44] <__daniel> good morning [10:45] morning __daniel [10:46] <__daniel> hai sivang :-) === tuo2 [~foo@adsl-36-114.swiftdsl.com.au] has joined #ubuntu-devel === tuo2 [~foo@adsl-36-114.swiftdsl.com.au] has joined #ubuntu-devel === aj_ [aj-irc@azure.humbug.org.au] has joined #ubuntu-devel === tuo2 [~foo@adsl-36-114.swiftdsl.com.au] has joined #ubuntu-devel === __daniel [~daniel@td9091c2c.pool.terralink.de] has joined #ubuntu-devel === maskie [~maskie@196-30-110-221.uudial.uunet.co.za] has joined #ubuntu-devel === sivang [~dannyh@80.179.93.130.forward.012.net.il] has joined #ubuntu-devel === sjoerd [~sjoerd@fire.ipv6.luon.net] has joined #ubuntu-devel === SuperLag [~colbyirc@CPE-69-76-188-71.kc.rr.com] has joined #ubuntu-devel === KeyserSoze [unbound@pound.ifndef.com] has joined #ubuntu-devel === stevedeo [~steve@static24-72-62-185.regina.accesscomm.ca] has joined #ubuntu-devel === x4m [~max@226.157-200-80.adsl.skynet.be] has joined #ubuntu-devel === calc [~ccheney@cdm-208-180-235-130.cnro.cox-internet.com] has joined #ubuntu-devel === mako [~mako@micha.hampshire.edu] has joined #ubuntu-devel === Clint [~asdfasf@user-12hdtek.cable.mindspring.com] has joined #ubuntu-devel === kylem [~kyle@CPE0030ab0b413b-CM023469906297.cpe.net.cable.rogers.com] has joined #ubuntu-devel === sabdfl [~mark@host217-37-231-28.in-addr.btopenworld.com] has joined #ubuntu-devel === schweeb [~chris@schweeb.org] has joined #ubuntu-devel === jdub [~jdub@home.waugh.id.au] has joined #ubuntu-devel === smurfix [~smurfix@smurfix.developer.debian] has joined #ubuntu-devel === fabbione [~fabbione@port49.ds1-van.adsl.cybercity.dk] has joined #ubuntu-devel === daf [daf@muse.19inch.net] has joined #ubuntu-devel === jk [~jochem@jkossen.xs4all.nl] has joined #ubuntu-devel === sladen_ [paul@starsky.19inch.net] has joined #ubuntu-devel === Ferry [~Ferry@cust.15.118.adsl.cistron.nl] has joined #ubuntu-devel === elmo [~james@83.216.141.215] has joined #ubuntu-devel === tseng [~tseng@thegrebs.com] has joined #ubuntu-devel === plovs_work [~plovs@195.13.248.82] has joined #ubuntu-devel === Riddell [jr@muse.19inch.net] has joined #ubuntu-devel === [Clint] [~c123p456@user-12hdtek.cable.mindspring.com] has joined #ubuntu-devel === vorlon [vorlon@dsl093-039-086.pdx1.dsl.speakeasy.net] has joined #ubuntu-devel === plovs [~plovs@62.84.21.44] has joined #ubuntu-devel === bob2 [rob@bob2.user] has joined #ubuntu-devel === madduck [~madduck@madduck.developer.debian] has joined #ubuntu-devel === lamont [~lamont@mix.mmjgroup.com] has joined #ubuntu-devel === azeem [~mbanck@socks-out.lrz-muenchen.de] has joined #ubuntu-devel === T-None [varenet@d190.dhcp212-198-139.noos.fr] has joined #ubuntu-devel === thom [~thom@amnesiac.heapspace.net] has joined #ubuntu-devel === mjg59 [mjg59@cavan.codon.org.uk] has joined #ubuntu-devel === chrisa [~chris@nullcode.org] has joined #ubuntu-devel === lifeless [~robertc@dsl-69.8.240.220.rns01-kent-syd.dsl.comindico.com.au] has joined #ubuntu-devel === doogie [~adam@brown.brainfood.com] has joined #ubuntu-devel === jvw [jeroen@233pc233.sshunet.nl] has joined #ubuntu-devel === amu [~amu@195.71.9.198] has joined #ubuntu-devel === asw [~asw@node-423a728a.bos.onnet.us.uu.net] has joined #ubuntu-devel === magnon [~magnon@217.8.136.52] has joined #ubuntu-devel === rabidbt [~rabidbt@66.45.74.16] has joined #ubuntu-devel === doko [doko@dsl-084-057-057-118.arcor-ip.net] has joined #ubuntu-devel === srbaker [~srbaker@blk-224-143-227.eastlink.ca] has joined #ubuntu-devel === Kamion [~cjwatson@host81-153-126-219.range81-153.btcentralplus.com] has joined #ubuntu-devel === daniels [daniel@fooishbar.org] has joined #ubuntu-devel === mdz [~mdz@69-167-148-207.vnnyca.adelphia.net] has joined #ubuntu-devel [11:32] <__daniel> *grmbl* what do i do on "Language ar_EG.UTF-8 doesn't exist, using system default."? [11:32] __daniel : this should be asked on #ubuntu, but you'd probably do "sudo dpkg-reconfigure locales" [11:32] check the local you want to have, and let it be generated. [11:32] <__daniel> sivang, that's what i did before [11:32] __daniel : you also chose it to be the system default? [11:33] <__daniel> sivang, no, that's not needed [11:34] <__daniel> sivang, other locales like nl_NL.UTF-8 worked nice without being the system default [11:34] __daniel : were you getting some sort of an error? [11:36] <__daniel> "Language ar_EG.UTF-8 doesn't exist, using system default." when i chose it in gdm and logged in [11:36] <__daniel> the guys in #arabeyes are clueless too (but they told me ar_EG was the arabic "best guess") [11:39] maybe it's just missing [11:39] <__daniel> sivang, that would be very strange, because i got it with *all* ar_* locales [11:39] lemme check myself === aj_ [aj-irc@azure.humbug.org.au] has joined #ubuntu-devel === tuo2 [~foo@adsl-36-114.swiftdsl.com.au] has joined #ubuntu-devel === __daniel [~daniel@td9091c2c.pool.terralink.de] has joined #ubuntu-devel === maskie [~maskie@196-30-110-221.uudial.uunet.co.za] has joined #ubuntu-devel === sjoerd [~sjoerd@fire.ipv6.luon.net] has joined #ubuntu-devel === SuperLag [~colbyirc@CPE-69-76-188-71.kc.rr.com] has joined #ubuntu-devel === KeyserSoze [unbound@pound.ifndef.com] has joined #ubuntu-devel === stevedeo [~steve@static24-72-62-185.regina.accesscomm.ca] has joined #ubuntu-devel === x4m [~max@226.157-200-80.adsl.skynet.be] has joined #ubuntu-devel === calc [~ccheney@cdm-208-180-235-130.cnro.cox-internet.com] has joined #ubuntu-devel === mako [~mako@micha.hampshire.edu] has joined #ubuntu-devel === Clint [~asdfasf@user-12hdtek.cable.mindspring.com] has joined #ubuntu-devel === kylem [~kyle@CPE0030ab0b413b-CM023469906297.cpe.net.cable.rogers.com] has joined #ubuntu-devel === sabdfl [~mark@host217-37-231-28.in-addr.btopenworld.com] has joined #ubuntu-devel === schweeb [~chris@schweeb.org] has joined #ubuntu-devel === jdub [~jdub@home.waugh.id.au] has joined #ubuntu-devel === smurfix [~smurfix@smurfix.developer.debian] has joined #ubuntu-devel === fabbione [~fabbione@port49.ds1-van.adsl.cybercity.dk] has joined #ubuntu-devel === daf [daf@muse.19inch.net] has joined #ubuntu-devel === jk [~jochem@jkossen.xs4all.nl] has joined #ubuntu-devel === sladen_ [paul@starsky.19inch.net] has joined #ubuntu-devel === Ferry [~Ferry@cust.15.118.adsl.cistron.nl] has joined #ubuntu-devel === elmo [~james@83.216.141.215] has joined #ubuntu-devel === tseng [~tseng@thegrebs.com] has joined #ubuntu-devel === plovs_work [~plovs@195.13.248.82] has joined #ubuntu-devel === Riddell [jr@muse.19inch.net] has joined #ubuntu-devel === [Clint] [~c123p456@user-12hdtek.cable.mindspring.com] has joined #ubuntu-devel === vorlon [vorlon@dsl093-039-086.pdx1.dsl.speakeasy.net] has joined #ubuntu-devel === plovs [~plovs@62.84.21.44] has joined #ubuntu-devel === bob2 [rob@bob2.user] has joined #ubuntu-devel === madduck [~madduck@madduck.developer.debian] has joined #ubuntu-devel === lamont [~lamont@mix.mmjgroup.com] has joined #ubuntu-devel === azeem [~mbanck@socks-out.lrz-muenchen.de] has joined #ubuntu-devel === T-None [varenet@d190.dhcp212-198-139.noos.fr] has joined #ubuntu-devel === thom [~thom@amnesiac.heapspace.net] has joined #ubuntu-devel === mjg59 [mjg59@cavan.codon.org.uk] has joined #ubuntu-devel === chrisa [~chris@nullcode.org] has joined #ubuntu-devel === lifeless [~robertc@dsl-69.8.240.220.rns01-kent-syd.dsl.comindico.com.au] has joined #ubuntu-devel === doogie [~adam@brown.brainfood.com] has joined #ubuntu-devel === jvw [jeroen@233pc233.sshunet.nl] has joined #ubuntu-devel === amu [~amu@195.71.9.198] has joined #ubuntu-devel === asw [~asw@node-423a728a.bos.onnet.us.uu.net] has joined #ubuntu-devel === magnon [~magnon@217.8.136.52] has joined #ubuntu-devel === rabidbt [~rabidbt@66.45.74.16] has joined #ubuntu-devel === doko [doko@dsl-084-057-057-118.arcor-ip.net] has joined #ubuntu-devel === srbaker [~srbaker@blk-224-143-227.eastlink.ca] has joined #ubuntu-devel === Kamion [~cjwatson@host81-153-126-219.range81-153.btcentralplus.com] has joined #ubuntu-devel === daniels [daniel@fooishbar.org] has joined #ubuntu-devel === mdz [~mdz@69-167-148-207.vnnyca.adelphia.net] has joined #ubuntu-devel === sivang [~dannyh@80.179.93.130.forward.012.net.il] has joined #ubuntu-devel [11:46] __daniel : here? [11:46] <__daniel> sivang, yes [11:46] __daniel : It works perefectly. Arab letters had never seen so beautiful before :) [11:46] <__daniel> do i have to modify /etc/gdm/local.alias or something to make it map "ar_EG.utf8"? [11:46] <__daniel> *DAMN* i want to have that too [11:46] <__daniel> *cry* [11:46] Arabic(Egypt) ar_EG [11:46] Arabic(Egypt) ar_EG.UTF-8 [11:46] this what I Have on /etc/gdm/local.alias [11:46] that is UTF8 , caps [11:46] UTF-8 that is, sorry [11:46] <__daniel> sivang, i have that one too [11:46] <__daniel> very very strange [11:46] __daniel : that might be a bug, but could you try again the dpkg magic thingy? :) [11:46] <__daniel> sivang, dpkg magic thingie? [11:46] __daniel : I asked it to create egyptian UTF8 arabic, and didn't set it to default [11:47] __daniel : sudo dpkg-reconfigure locales [11:49] <__daniel> sivang i tried it a dozen times :-) [11:49] <__daniel> and restarted gdm and everything [11:49] <__daniel> hmmm, don't know how i could have screwed this up [11:49] __daniel : hmm, I didn't even do a restart. let's move this to #ubuntu, shall we? === Erix [~erixSP@dsl81-215-13094.adsl.ttnet.net.tr] has joined #ubuntu-devel [11:49] <__daniel> right === enrico [~enrico@enrico.developer.debian] has joined #ubuntu-devel === __daniel [~daniel@td9091c2c.pool.terralink.de] has joined #ubuntu-devel [11:57] so I installed warty on my parent's computer two weeks ago. [11:57] My dad used to bitch around how I should install Windows again on their computer all the time [11:58] yesterday, he asked me to install Ubuntu next to Windows on his new notebook :) [11:58] heh [11:58] rock! === __daniel [~daniel@td9091c2c.pool.terralink.de] has joined #ubuntu-devel === enrico [~enrico@enrico.developer.debian] has joined #ubuntu-devel === Erix [~erixSP@dsl81-215-13094.adsl.ttnet.net.tr] has left #ubuntu-devel [] === seb128 [~seb128@ANancy-151-1-7-115.w83-194.abo.wanadoo.fr] has joined #ubuntu-devel [12:38] moinD [12:41] amu: who of you credativ guys is coming to LWE? === ctalkep [~ctalkep@212.21.138.21] has joined #ubuntu-devel === Keybuk [scott@descent.netsplit.com] has joined #ubuntu-devel [12:45] hm, how come tomboy includes a .so? [12:45] isn't it written in C#? [12:47] there's some c code in there as well [12:47] erk [12:47] tseng: your romboy packages are missing build-deps on gdk-2.0 and atk-2.0 [12:47] er, just atk === azeem [~mbanck@socks-out.lrz-muenchen.de] has left #ubuntu-devel [] === azeem [~mbanck@socks-out.lrz-muenchen.de] has joined #ubuntu-devel [12:52] gah, stupid irssi tab-completion for /leave [12:53] I was in #ubuntu, typed /leave #ubun and it completed to #ubuntu-devel for some weird reason === seb128_ [~seb128@ANancy-151-1-8-176.w83-194.abo.wanadoo.fr] has joined #ubuntu-devel === inklingx [~inklingx@u212-239-167-206.adsl.pi.be] has joined #ubuntu-devel [01:13] hehe SUSE-Linux-9.2-LiveCD-Gnome.iso === carlos_ [~carlos@69.Red-80-33-181.pooles.rima-tde.net] has joined #ubuntu-devel [01:44] someone run a sip phone? [02:05] tseng: and libgtkspell-dev === x4m [~max@237-117.240.81.adsl.skynet.be] has joined #ubuntu-devel === hornbeck [~hornbeck@adsl-69-153-250-222.dsl.okcyok.swbell.net] has joined #ubuntu-devel [02:42] mdz: you around? === Micksa [~mslade@203-217-18-166.perm.iinet.net.au] has joined #ubuntu-devel [02:44] am I allowed on here? :) [02:44] sure [02:45] why not? [02:45] well I'm not an ubuntu developer [02:45] I like to lurk :) [02:45] just remember it's a development channel, nota user support one [02:45] yeah, I know the drill :) [02:46] bob2: did you used to hang out in #debian-devel? [02:46] still do [02:46] ah. === ..[topic/#ubuntu-devel:Keybuk] : Ubuntu development -- general discussion and support on #ubuntu | Happy Hoary Trail! | BE THE SIGNAL | Warty release is DONE | Hoary kickoff meeting Monday, 2004-10-25 1600UTC === asw [~asw@node-423a728a.bos.onnet.us.uu.net] has joined #ubuntu-devel [02:53] hornbeck, sivang, hi! [02:53] hey plovs, what's up? [02:53] hey plovs [02:53] another day huh? [02:53] hornbeck, plovs, sivang -- hi all! [02:53] hello asw [02:53] hey asw [02:54] sivang, hornbeck, asw, spare time! time for wiki! [02:54] plovs : you mean the new wiki? [02:54] plovs: do we start adding things before it get migrated? [02:54] reStructuredText is sexy [02:54] I've been reading the new list, watching the move to the Plone Wiki but I also shipped my PHD thesis proposal last night (the "official" draft goes out tomorrow). Sorry I've been out of touch... [02:55] asw: congrats === hornbeck still has no bachlors [02:55] hornbeck, yes, maybe start with DocTeam stuff, i want to write a reStructuredText, document [02:55] so, please, explain. reStructuredText is not docBook? right? So what formats can we export to from plone? [02:56] asw, congrats as well [02:56] why don't we start discussions on the new list? so not to leave things off to IRC and get lost, as it already did? I only missed 2 days and already I feel the world has turned over [02:56] THis is not benefitting us [02:56] asw: I am not sure what we can export to [02:56] hornbeck. I dropped out of school at 20. (admittedly ten+ years later) I have a bsc and (very soon?) will have an msc in CS and phd in biophysics (eventually.) [02:57] asw: nice [02:57] how are you now? [02:57] old [02:57] :-) [02:57] 31 [02:57] nice, I still have hope [02:57] sivang: i agree we don't want to write too much in here. === hornbeck is 24 [02:58] I've asked before about logs. I think there are some logs floating around that we can probably get access to. [02:58] Now that I've started using IRC I guess it isn't so bad. [02:58] asw : it was very odd finding out we *already* have a doc list, we're *moving* to antoher wiki system , the doc team is starting it's *own* distro.. :) [02:58] the problem with irc is people have to sleep and most of us are in different parts of the world [02:59] sivang, agreed, maybe drop more logs on the wiki as well? [02:59] sivang: we have our *own* distro. OK that's news to me. [02:59] sivang, although the rest was for me surprise as well [02:59] asw: I hope he was joking on that [02:59] :-) [02:59] asw : I was joking. [02:59] :) [02:59] it was suprise for all of us [02:59] if you guys want to get serious discussion going, you have to do it on the lists [03:00] asw : just to stress out the problematic aspect of doing stuff that way. [03:00] plovs (thanks for the congrats btw.) sivang: laughing [03:00] even if you just post summaries of stuff you come up with on IRC, you need list discussion [03:00] silly question but how do I make an "aside" as I see people doing. === bob2 makes an aside [03:00] asw, /me aside [03:00] asw: like that? [03:00] yeah, just like the devels doing it. You would never spot here one of them discussion anything but late minute important stuff mostly :) [03:00] bob2: that seems like a problem with us right now [03:00] summeries would be just as bed [03:00] bad [03:01] asw: use slash action [03:01] people need time to think things, comment and respond properly etc [03:01] /action [03:01] we *must* move to the list. [03:01] hornbeck: plus IRC is more ephemeral, and doesn't get archived. and people tend to not think things through so much. [03:01] bob2: but its so much more fun in here :-) [03:01] let's agree on putting important stuff to the list, but irc is *nicer* [03:01] I just can't bare in mind that I will work on something off the road, won't be on IRC for a day or 2 [03:02] and then it would be decided that this work altogether is redundent [03:02] which could happen, [03:02] sivang: not on irc for a day or two === asw asw makes an aside [03:02] as things are currently managed. === plovs congretulates asw [03:02] asw it puts your name right away [03:02] so //action makes an aside [03:03] with one / === asw light shines over sasha's head [03:03] yes [03:03] congrats [03:03] irc elite [03:03] :-) [03:04] so how about as we talk, we write ideas in mails than mail them, than we tell each other that we mailed than we can go and remail each other, [03:04] I do not intend to scare anybody off from doing work, this is not the intent. I'd just like to see things discussed on the list before hand, documentation should be of no difference from development. [03:04] given they are slightly more than cosmetic changes. [03:04] sivang, although we should the wiki as well, just have a docteam page for *current* discussions [03:06] discussion *on* the wiki? === bob2 ew ew ew ews [03:06] sivang (others) I use gmail and let it help me search the ubuntu traffic. I've left XChat open so I can load the logs in emacs and search. I have most IRC logs since our doc-meeting and I expect somebody at Canonical has full logs we could access if it helps. (In addition do doing more list discussion, naturally) === Gmail [~Google@gnu-debian.user] has joined #ubuntu-devel [03:07] asw : well, has has (mako) however when dicussing things on a mailing list, one does care to make things more readable and understandable, making it more easy to catch up by other people who weren't online on IRC or were not into the mindset that a specific conversation was in. === asw sasha wants to keep using IRC now that he is e - l - i - t - e (This just reminds me too much of being 17 and I really liked that age actually.) [03:07] do any of the devel want so of the port from debian .debs i will be working on? [03:08] like i will port the latest gaim, xchat, firefox.... internet programs [03:08] asw : I think it's no wonder most of the real development stuff is discussed on mailing lists, take for example, GNOME, KDE, Debian etc [03:08] sivang: yeah, I totally agree that people should not hav eto wade through IRC logs to get essential details of what's going on! [03:08] Gmail: hoary will have them soon enough [03:09] i am talking about porting them to warty [03:09] asw : keeping current with stuff should be easy, not a pain in the arse :) (my idea about searching through 3 days, few megs irc logs) [03:09] sivang, asw, *essential* stuff should be on the list (esp. now we have a real one) [03:09] Gmail: you can do whatever you want, but they will not go into warty [03:10] sivang: agreed re. *essential* stuff. It is interesting, however, "meeting" you guys in IRC. [03:10] bob2: not *offical* === asw Sasha goes to read [doc] and the new list... [03:10] bob2: not *offically* [03:10] Gmail: then host them in your own web space === x4m [~max@237-117.240.81.adsl.skynet.be] has joined #ubuntu-devel [03:11] but i want to know if i should backport from hoary or port them from debian [03:11] asw : Ofcourse it is, and I persoanlly really like it, but it's more suitable for stuff like "do you remembner the docbook tag for header" then "Let's decide to open a new mailing list" , do you get my point? [03:11] Gmail: hoary doesn't exist. [03:12] sivang: that is the dynamic a lot of projects end up with...little reminders, questions, etc happen on IRC, but the big discussion ahappens on the list so everyon can contribute. [03:12] sivang, i don't think that was a docteam decision, was it? [03:13] plovs : I was using it as an example. yes, I think not :) [03:13] bob2 : agreed [03:13] bob2: yet i am talking about when it comes out [03:14] we cannot expect each and every interested doc contributor to be online, some of them maybe expecting the list to be just as informative in the essential matters as IRC might be. [03:14] (*online all the time) [03:14] bob2: actually, I follow lists extremely carefully and have done so for ten+ years. Until I found IRC I never really felt "part of the process". It's quite a dramatic difference actually. [03:14] Gmail: when it comes out those packages will already exist in hoary, and backporting will be trivial...regardless, it's a discussion that can wait until hoary exists. [03:14] asw: oh, yes, it's very good for team building [03:14] what about the proposed doc sounder team? we could use the mailing list also to announce new documentation for testing etc.. [03:15] hornbeck, good mail, who is on the docteam etc... but ubuntu moves so fast it is hard on everybody, and the new wiki was a surprise for everybody i suppose, although it was expected [03:15] asw: and to get to know people outside the strict technical forum of a list [03:15] asw: they're definitely complimentary [03:15] So who has seen http://www.pastebin.com [03:15] bob2: so i should just port from debian [03:15] ok thanks [03:16] Gmail: hoary doesn't exist, so where else would do it from? [03:16] plovs: write that to the list [03:16] I agree with bob2, these are very good for getting to know each other and etc, and also if we are to decided things using this wonderful medium, we ought to make it a meeting , and announce it as wide as we can to maximize participation [03:16] plovs: thanks though, I thought it was a good mail [03:16] sivang: read your mail [03:17] :-) [03:17] bob2: i am talking about in a few weeks whn hoary work will start [03:17] sure thing :) [03:17] gmail: do it if you want [03:17] Gmail: then practice your backporting skills and make a decision later [03:17] gmail: no one will tell you not to but it will not be included in warty, you will have to dipench them yourself [03:18] *dispench [03:18] nevermind === hornbeck 's ability to spell does not exist [03:18] hornbeck, that's what spellcheckers are for :) [03:19] hornbeck: but my package will *work* with warty that what i am tring to say [03:19] if we are going to put irc logs, they need to be summrized to include the essentials, so to ease finding the really important stuff [03:19] the only thing i think we should do is make a new docteam page on the new wiki, and a new intro to the wiki [03:19] not just put them there :) [03:20] plovs : I think we should wait with this until we are appointed a leader [03:21] sivang, agreed, under docteam a page called CurrentIssues or something, with notes from the logs. If st is important enough for that page it should also be in te mailinglist [03:21] Has anyone has anything to say about the documentation proposal by Enrico? I think it's very good, has anyone else seen it on -devel? [03:21] just an idea for ubuntu: make in the boot up thing you are doing alt+f-lock's f1 == alt+f1, i was on a friends computer which he had a m$ kerboard and it was hell because his power went out every 5min and i had some console work to do === sivang was wondering why nobody commented on that. [03:22] sivang, so who appints, mark? [03:22] plovs : I believe so. [03:23] sivang, i humbly disagree, let's get writing, later when we have a formal team-leader, he can sort it out, we need pages, not politics, the politics will follow, they always do. [03:23] gmail: it will not be included because new things like that are for hoary not warty, but you are free to host them yourself and distibute them [03:24] sivang: I just resent all of enrico's writeups to -doc [03:24] is it possible to tern on f-lock if its off by default because you are using a fscked up keyboard [03:24] plovs: I agree to the lets write. [03:25] hornbeck: I SAID: it will work *with* warty and not be part of offically [03:25] plovs: I however and being careful because I don't want to step in and start writing knowing that the wiki will start merging soon [03:25] hornbeck, off course i partly agree with sivang as well, i just don't like sitting around [03:25] gmail: please don't yell [03:25] Gmail: chill out. [03:25] Gmail: if you want to get an answer about your backports, ask on the list. [03:25] plovs: I hate sitting and it makes me think of working with other stuff than I get interested in them and lose site [03:26] plovs : I agree to leave behind the politics, however without the even most basic preparation and planning, we would end up with a bunch of pages, each one understandable only to the author , without an apparent way to sort out, to index, something that could cause an immesne turn of on a user trying to just get help === hornbeck has add [03:26] ADD [03:26] plovs : I think we are already at this point :( [03:26] hornbeck, some pages will need to change like restrucyredtexthowto [03:26] plovs: it's certainly true about the politics. All, sorry if I've talked too much about my PHD etc but it's rather pressing on my mind since if all goes well on Nov. 1st when I present my proposal I can have a year of full-time paid work that, in part, can go into ubuntu. Personally, as one of the people that was interested in the moin->docbook gateway. I'm now intersted in ReStructuredText since we seem to have switched away from Doc [03:26] Book to that. (I'm actually all for the idea in principle I just don't have any clude about ReStructuredText in practice.) Anyway, this is a long message. I should go prepare for my proposal. I'm following the lists. It's -really- nice meeting you all online. [03:26] sorry i terned on caps lock by mistake as caps is under caps and saw and terned it off and wasnt bother to retype it all [03:27] plovs: I know, but there is no reason to cause more work for myself, so I am going to wait a day [03:27] Gmail: just chill in general. [03:27] I think waiting until next CC meeting is fine === Gmail 9is chilly === Gmail 's blood temp is 36c [03:28] hornbeck, ok, i continue with https://site-edit.ubuntulinux.org/wiki/QuickreStructuredText, feel free to comment on it, this page we will need anyway [03:28] has anyone decided to drop docbook for us? [03:28] plovs: feel free to do what ever [03:28] sivang: no docbook has not been dropped [03:28] reStructuredText is for the new wiki === sivang just feared another important decision has been yet *already* made :) [03:29] docbook is how we write offline docs [03:29] hornbeck, i thought you were team leader? === plovs reading the mail again [03:29] plovs: no, I am not the teamleader [03:29] so investigations were made and we cannot have a docbook eating Plone? === hornbeck hopes he did not write that wrong in the mailing [03:30] sivang: I am not sure [03:30] hornbeck : do you know who's the contact for that matter? [03:30] sivang: right now no. [03:31] sivang: restructuredtext to docbook? [03:32] that can't happen automatically, docbook is a lot richer [03:32] bob2 : I was more thinking of the other way around [03:32] sivang: hm......sounds like an interesting project [03:32] sivang, bradb and lulu are doing plone stuff [03:32] write once, publish anywhere ? :) === Gmail [~Google@gnu-debian.user] has left #ubuntu-devel ["Leaving"] === sparkes [~sparkes@host217-42-162-144.range217-42.btcentralplus.com] has joined #ubuntu-devel [03:33] I see. Well, are they on IRC? [03:33] sparkes hello [03:33] hi again hornbeck [03:34] sivang, they should be on irc monday [03:34] sparkes: meet plovs, and sivang [03:34] two other doc guys [03:34] plovs : where do you know all this from? [03:34] sivang: plovs, spends alot of time in here :-) [03:34] sivang, they got tired of me yesterday, asking plone questions [03:34] I see [03:34] bob2: reStructuredText->docbook is in progress according to: http://docutils.sourceforge.net/index.html [03:34] :) [03:35] reStructuredText->docbook would be *very* nice [03:35] yes it would [03:35] cut down on alot of work [03:35] brb, wife just woke up [03:35] how is it going with the yelp stuff? [03:36] babies eating so I have a few === alextreme [~alex@am.xs4all.nl] has joined #ubuntu-devel [03:40] hey sparkes [03:40] hey sivang, everyone else [03:43] so what else has been going on? I'd like to get myself current on latest affairs [03:43] (docteam wise) [03:43] sparkes, hi, nice to see you, and i agree with your mail [03:43] sivang: there is not really much else [03:44] ok then. [03:44] sivang, 1) surprised by plone-wiki 2) surprised by mailinglist [03:44] plovs, which mail? [03:44] the nomination? ;-) [03:45] sparkes, yes, if hornbeck is the ad hoc leader well, so be it until further notice, later we can vote or have sb appointed, but that is just my opinion [03:46] plovs, so that's a second [03:46] hornbeck, you're it ;-) [03:46] plovs, sparkes: I will wait for sabdfl/mdz/jdub to do the appointing. I don't want to step on any toes. [03:46] guys, havn't we just dicussed that such important decision should be made in the mailing list or in a CC meeting? [03:46] do you guys have plone accounts yet? [03:46] Thanks though, I am honered [03:47] bob2: For the new wiki, yes [03:47] ah, cool [03:47] besides, I think it's on Ubuntu Governence RUles that team leader get appointed only by CC meetings [03:47] at least some of us do [03:47] bob2, nope [03:47] sparkes: in due time you will [03:48] bob2: you are wrong about libgtkspell-dev [03:48] http://www.ubuntulinux.org/community/governance/document_view [03:48] sivang, plovs, sparkes: I think this should all be discussed at the CC meeting so could someone add something to the Agenda for it [03:48] tseng: it wouldn't build until I installed it [03:48] sivang, agree,agree, just voicing opinion, not making policy [03:48] bob2: libgtkspell-dev (>= 2.0.5), [03:49] hornbeck, true [03:49] And I hope hornbeck won't resent me in the future just for making those observations..:) [03:49] tseng: hmmm [03:49] sivang, balance of power is always healthy [03:50] tseng: ok, sorryy; I see it in the control file, but debuild didn't complain [03:50] hornbeck : I just want things to be done properly. Or else we would end up on an isolated island, doing everything on our own, without noticing we're missing the point :) === sid77 [~sid77@ppp-112-135.30-151.libero.it] has joined #ubuntu-devel [03:51] bob2: did you apt-get build-dep tomboy? [03:51] tseng: no, but debuild should complain about missing build-deps [03:52] then i blame debuild [03:52] i dont see a syntax error === sid77 saluta [03:53] ops [03:53] sotty 'bout that [03:54] lintian doesnt mind it either [03:55] how odd [03:55] dpkg-checkbuilddeps doesn't complain when I remove libgtkspell-dev [03:57] is there a way to display the devices during the installer? lspci does not seem to be around [03:58] sivang: I agree completely [03:58] sivang, plovs, asw, sparkes: I am going to spend some time with the family right now so I will be away for awhile. [03:59] hornbeck : why thank you. feew, I feared for you silenting suddenly :) [03:59] hornbeck, see you later [03:59] hornbeck : c'ya laterz then [03:59] tseng: was I right about the other two? [03:59] I am about to head off out with my son as well [03:59] well I guess I am not leaving afterall [03:59] my little girl is going back to bed :-) [04:00] sivang: I was silent because I was talking with the wife [04:00] hornbeck : ok cool ;) [04:01] sivang: I don't want anyone appointing anyone with out CC approval or at least a higher up saying so [04:01] ofcourse. I am adding to the CC agenda as we speak [04:04] sivang, link? [04:04] plovs : sec, still revising it [04:08] if random letters start appearing from me sorry, I have a six month old on my lap [04:10] hornbeck, we'l think it's haiku wisdom [04:10] yes, please do [04:10] :-) [04:12] done. [04:12] http://wiki.ubuntulinux.org/CommunityCouncilAgenda?action=show [04:14] sivang: looks great [04:15] hornbeck : thanks :) I'm glad you're ok with that. [04:15] sivang: why would I not be? === plovs forwarded it to the list === Mitario [~michiel@sikkes.xs4all.nl] has joined #ubuntu-devel [04:16] hornbeck : Just my paranoic, "I hope everyone is ok with what I'm doing" self :)) [04:16] plovs: good thinking [04:16] hornbeck: have you done any beagle packaging, or just a howto? [04:17] tseng: I am still not to sure on packaging [04:17] anyway guys, I have to go now, I'll see you tonight or tommorow maybe.. [04:17] tseng: so just the howto [04:17] I would love to learn to package [04:17] oh sure [04:17] google debian new maint guide [04:17] sivang: later [04:18] tseng: I have it bookmarked, just have not really had the time to read all of it [04:18] ok [04:18] kinda long [04:18] i suppose. [04:18] I did make a inotify kernel package :-) [04:18] we need debian packaging in three easy steps, that would be nice [04:18] hehe make-kpkg [04:18] a couple people said it worked [04:19] tseng: I was proud [04:19] hm yeah.. i think a simple template will just work for many autotooled apps? [04:20] tseng: as I move along I would like to move more into the developer stage of things [04:20] i think thom already has dbus-cvs [04:20] nice, I need to get ahold of a copy than [04:20] http://people.ubuntu.com/~thom/ [04:20] I have mine all rigged up [04:21] heh, I already have that in my sources [04:21] inotify will hopefully make 2.6.10 [04:21] I am hoping [04:21] and just happen in Hoary [04:22] beagle is nice [04:22] I use best to find all the stuff I look for now [04:22] is there a workable beagle release tarball [04:22] or just cvs? [04:22] I think just cvs [04:22] hm that sucks a bit [04:22] cvs has all the new stuff, the only tarball I know of is way outdated [04:23] I could tar the cvs for ya :-) [04:24] well just trying to figure out a way around autogen.sh [04:24] how come? === hornbeck might learn something here so he opens tomboy for notes [04:25] well, ive been using cdbs templates for pkgs [04:25] and they call ./configure [04:25] well I could send you a already ./autogen'ed package or would that not work? [04:26] and iirc overriding a cdbs function adds your stuff to the end [04:26] possibly, i guess if its already autogen'd you can just run a clean configure again [04:26] i can checkout cvs and do that myself. [04:28] beagle requires dbus cvs, too [04:28] we've been over that [04:28] ~thom [04:29] ah, right [04:29] hah [04:29] "let's build us some beagle shall we?" [04:30] tseng: let me know how it goes [04:30] cause beagle is just so sexy [04:30] hm so what is the cvs naming scheme [04:30] beagle [04:30] im looking at dbus+cvs and i dont grok the string [04:30] no, for packages. [04:30] oh [04:31] I found no dbus-cvs [04:31] it is just dbus [04:31] _0.22+cvs.$datestamp [04:31] ahh [04:32] well I am going to make some food, be back in a few [04:33] Kamion: alright, thanks for the insights [04:34] morn daniels [04:34] could anyone point me to a debian cvs snapshot policy [04:35] hm found. [04:35] "don't do it (except in experimental)" [04:36] oh, version [04:36] well that goes without saying [04:36] hm, tomboy built fine on ppc [04:36] do you want the .deb to put in your repository? [04:36] the policy manual's bit about version numbers would be the obvious place [04:36] bob2: sure [04:36] section 3.2.1 [04:36] bob2: mxpxpod already sent me muine and something else [04:36] for ppc/ [04:36] Kamion: ya just found, thanks. [04:36] yes for ppc [04:37] hm, didn't see them in your archive [04:37] ah i have tomboy [04:37] bob2: didnt upload yet [04:37] ah, ok [04:37] i can throw ppc in the same dir, right? [04:39] bob2: try an update for muine + tomboy [04:40] they can go in the same dir, just remember to rerun your Package-generation tool [04:40] cool, thanks! [04:40] nps === sivang [~dannyh@80.179.93.130.forward.012.net.il] has joined #ubuntu-devel === x4m [~max@96.154-136-217.adsl.skynet.be] has joined #ubuntu-devel [04:49] bbiab === maskie [~maskie@196-30-111-232.uudial.uunet.co.za] has joined #ubuntu-devel [05:09] so those dbus+cvs are either not recent enough, or just dont have dbus# bindings [05:09] that is what I ran into I think [05:09] so I just build dbus from cvs [05:09] ok i will start with that [05:09] good deal [05:10] man it sucks to have to use windows for stuff, I had not installed windows on one of my computers in three years [05:10] and last night had to for school === markoni2 [marko_tasi@P1-229-20013.dialup.ns.ac.yu] has joined #ubuntu-devel === dgiagio [~dgiagio@179252202.rjo.virtua.com.br] has joined #ubuntu-devel === mainlylinux [~dbm@c-24-11-49-48.client.comcast.net] has joined #ubuntu-devel [05:40] hi azeem [05:40] I'll move my questions here [05:40] hi [05:41] can we make ntpupdate go into the background once it's called? [05:41] oops ntpdate [05:41] and call S99gpm sooner in the boot process? [05:42] am I right that there is no fat32 support in the default kernel? [05:42] I don't think you're right there, no [05:43] I tried to mount -t fat32 and got an error - should I just be using mount -t fat? [05:43] vfat [05:43] fat32 isn't listed in mount(8) as far as I can see [05:43] ah [05:43] gotcha thanks [05:44] as far as my previous questions about the boot process, is anyone here from the ubuntu-dev team to hear them? [05:45] File a wishlist bug perhaps? [05:45] ok sounds good [05:46] how about the wiki, anyone here have admin access there? I want to edit a page that's marked immutable === ttaranto [~ttaranto@200.172.93.7] has joined #ubuntu-devel === rdnk [~rdnk@susiraja.lnet.lut.fi] has joined #ubuntu-devel [05:47] mainlylinux: you're not logged in [05:48] mainlylinux: I think the things you've mentioned are covered in http://wiki.ubuntulinux.org/HoaryHedgehog [05:48] " Start gdm earlier [05:48] # [05:48] Don't try DHCP if we don't have a link beat. [05:48] * [05:48] Double-whammy improvement: you don't get DHCP timing out and trying an old lease when you're not plugged in, and you don't get NTP timing out thus. [05:48] " [05:49] is that really pronounced as 'whorey'? [05:49] is hoary the next version? [05:49] mainlylinux: yes [05:49] kylem: that would depend on your accent, I guess :-) [05:49] (it's not in mine) [05:50] hmm. [05:54] Kamion : have you gotten a rather, vauge email from me lately? :) [05:55] Kamion : I forgot to state what I was referring there, but it was the gui installer :) === max_ [~max@203-122.240.81.adsl.skynet.be] has joined #ubuntu-devel === chrisa chuckles at the part of the hoary wiki that has "Gui installer" listed as a to-do === x4m [~max@203-122.240.81.adsl.skynet.be] has joined #ubuntu-devel [06:20] sivang: yes; have you done any d-i work? [06:20] sivang: I'd suggest that Debian would be a better place to learn that than Ubuntu, really; you can be surrounded by far more people who are expert in the installer there [06:20] chrisa: ayup [06:21] chrisa: may not make it for Hoary, but it's something I've already done some work on === x4m [~max@203-122.240.81.adsl.skynet.be] has joined #ubuntu-devel [06:34] Kamion: lame question, does d-i stand for debian installer? === Keybuk [~scott@syndicate.netsplit.com] has joined #ubuntu-devel [06:38] hornbeck: yes [06:38] ok thought so [06:38] particular implementation rather than just generically "whatever software happens to be responsible for installing Debian", though [06:38] the successor to boot-floppies [06:42] wonder if dpkg-repackage could be used to do a warty install from livecd [06:45] the procedure documented in the installation manual for installing from another Unix system is probably a better idea === max_ [~max@136-91.242.81.adsl.skynet.be] has joined #ubuntu-devel [07:10] hm [07:10] has anyone made a stab at a libdbus-cil ? === carlos [~carlos@69.Red-80-33-181.pooles.rima-tde.net] has joined #ubuntu-devel === max_ [~max@224-221.243.81.adsl.skynet.be] has joined #ubuntu-devel === max_ [~max@81.235-200-80.adsl.skynet.be] has joined #ubuntu-devel [08:02] Kamion : ok, but *you* are one of the known experts as well :) === max_ [~max@136-208.243.81.adsl.skynet.be] has joined #ubuntu-devel === pitti [~martin@195.227.105.180] has joined #ubuntu-devel [08:04] sivang: I am only one overworked person :-) [08:05] I'd much rather have help from people who've already gained experience in the Debian hothouse, because one person is not enough to both teach others and do the work [08:05] if we had several installer people already, things might be different [08:09] Kamion : ok, no prob. [08:10] the #debian-boot crew are a nice bunch though [08:12] Kamion : yes I know :) you once was one of them ;-) [08:13] Kamion : sorry, that went like something else, I meant you are still one of them hehe [08:13] basically as I'm coming to understand, Ubuntu is not the place for the less experienced, faint of heart, uninitiated d-i person :) [08:14] that's not necessarily true, but right now the gtk frontend is one of the hardest possible places to dive in [08:14] my bug list may provide less intimidating introductions :-) === T-None is now known as T-Bone [08:24] mdz: here? [08:24] pitti: yes === omar [~omar@24-193-25-90.nyc.rr.com] has joined #ubuntu-devel [08:25] mdz: my network was down today, I will deal with gaim now [08:25] ok [08:25] mdz: why do the recent security updates appear in the sources list, but not in Packages? [08:25] pitti: ? [08:25] mdz: cups/xpdf are compiled and at the mirror, but my apt packages file is still 0 bytes [08:26] pitti: powerpc? [08:26] mdz: hmm, odd, the packages file on the mirror has the files.. [08:26] mdz: no, i386 [08:26] mdz: I apt-get updated several times now [08:26] mdz: does it work for you? [08:27] pitti: they are there on archive.ubuntu.com [08:27] mdz: /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_warty-security_main_binary-i386_Packages is 0 bytes [08:27] mdz: yes, that's the odd thing [08:27] pitti: hmm, security.ubuntu.com has two IPs [08:27] elmo: ? [08:28] mdz: http://archive.ubuntu.com/ubuntu/dists/warty-security/Contents-i386.gz is empty [08:28] mdz: is that on purpose? [08:28] pitti: it probably just hasn't been generated yet; Contents is not very important [08:28] I think it happens once per week or something? [08:28] mdz: hmm, still this is quite odd... apt-get update should update the package index [08:28] mdz: well, if it works for you, I will investigate this on my side [08:28] -rw-rw-r-- 1 archvsync archvsync 3648 2004-10-23 03:08 /srv/ftp.root/ubuntu/dists/warty-security/main/binary-i386/Packages.gz [08:29] -rw-rw-r-- 1 archvsync archvsync 3648 Oct 23 03:08 /srv/ftp.root/ubuntu/dists/warty-security/main/binary-i386/Packages.gz [08:29] elmo: wondering why security.ubuntu.com points to both .138 and .155 [08:29] look fine to me [08:29] and what .155 is [08:29] it works also here (ppc), I think I got them yesterday [08:30] mdz: we round-robined stuff in preparation for the release. we had to undo archive.ubuntu.com 'cos people we're using it to reach cdimages which we don't have the space for on mirnyy [08:30] yes, it is certainly working in general [08:30] 155 is mirnyy [08:30] aka releases.u.c [08:30] elmo: and the security mirror on mirnyy is up to date? [08:30] yes [08:30] that's the two lines I pasted above [08:30] ok [08:30] auckland and mirnyy [08:30] pitti: no idea what your problem is [08:30] mako: ping? [08:31] mdz: okay, thanks; I'll investigate further === lupus_ [~lupus@kn-ivl-2.kuleuven.net] has joined #ubuntu-devel === inklingx [~inklingx@u212-239-167-206.adsl.pi.be] has joined #ubuntu-devel [08:59] T-Bone: hey there [08:59] hey mako [09:01] hm, should dbus-sharp be called libdbus-cil ? [09:14] tseng: it would fit the other's than [09:14] yesm [09:18] T-Bone: whats up === T-Bone [varenet@T-Bone.developer.debian] has joined #ubuntu-devel === KeyserSoze [unbound@pound.ifndef.com] has joined #ubuntu-devel === KeyserSoze [unbound@pound.ifndef.com] has joined #ubuntu-devel === KeyserSoze [unbound@pound.ifndef.com] has joined #ubuntu-devel [10:03] mdz: https://chinstrap.warthogs.hbd.com/~pitti/ has an updated gaim package and an interdiff (with a very verbose changelog) [10:03] mdz: Debian already has 1.0.2, so it does not need a patch [10:04] mdz: is there any more formal staging area for such updates for you to approve? [10:24] pitti: I am happy for you to upload them to the security queue immediately [10:24] pitti: I prefer to test the official binaries anyway [10:24] they are not published until amber is run [10:25] mdz: okay, here we go; uploaded [10:25] mdz: can you just remove the upload from the queue if there was sth wrong? [10:25] pitti: no, but we can supersede it trivially with a new upload [10:26] mdz: ah, okay [10:26] mdz: it would be nice to have a staging area that is already autobuilt while waiting for approval [10:26] pitti: that is essentially what it is [10:26] they are autobuilt as soon as you upload them [10:26] mdz: elmo said that I should not upload unapproved updates [10:27] mdz: btw, what's the warty-updates distribution for? [10:27] Keybuk: non-security bugfixes for stable [10:28] but we've not documented that anywhere, and warty hasn't been shipped with any mention of it in /etc/apt/sources.list [10:28] pitti: as long as you get the version numbering right, pretty much anything else can be fixed trivially [10:28] Keybuk: it's also empty [10:28] in fact, the comment in sources.list specifically seems to say that the ordinary warty archive is going to get the updates [10:28] Keybuk: it does? [10:28] it does how I read it [10:29] Keybuk: if you think it needs clarification, file a bug against base-config with suggested text [10:29] the way we've set it up now, I don't think we *can* use warty-updates [10:29] if we were going to do that, we should've shipped warty with it in sources.list [10:30] Keybuk: it's no different than proposed-updates [10:31] it's opt-in [10:31] do the updates end up in warty when approved? [10:31] no [10:31] so warty isn't getting any bug fixes? [10:32] "warty" / Ubuntu 4.10 is static [10:32] according to sabdfl there shall be no point releases [10:32] right, I misunderstood that then :) [10:32] I assumed we were still going to do occasional major-bug fixes to it [10:33] we will, but they'll be kept separate [10:33] fair enough I guess; would've still been nice to document this somewhere for users :o) === __daniel [~daniel@td9091c2c.pool.terralink.de] has joined #ubuntu-devel [11:05] <__daniel> re === Ferry [~Ferry@cust.15.118.adsl.cistron.nl] has joined #ubuntu-devel === maskie [~maskie@196-30-111-232.uudial.uunet.co.za] has left #ubuntu-devel ["Leaving"] [11:24] Keybuk: yes, we should have mentioned warty-updates in sources.list, i didn't realise the distinction myself until after release [11:24] but mdz is right: security-updates only will generate better trust with sysadmins [11:25] and with our regular release schedule a point release of warty seems silly unless it's a disastrous bug we have to fix === __daniel [~daniel@td9091b68.pool.terralink.de] has joined #ubuntu-devel [11:26] what we might do, if warty-updates keeps making warty better, is release warty again when hoary goes out, as "enterprise grade", but we've not really put any thought into the work required to keep fixing bugs in warty, and no clear idea how to fund that sustainably === SuperLag [~colbyirc@CPE-69-76-188-71.kc.rr.com] has joined #ubuntu-devel === ysbeer [~d0nn3rgra@spc2-ayle1-3-0-cust194.asfd.broadband.ntl.com] has joined #ubuntu-devel [11:40] enterprise-grade> the five-year thing? [11:50] sjoerd: Hey, pmount already made it through NEW. That was quick... [11:50] sjoerd: it should go into the archive with tomorrow's katie run [11:51] pitti: saw it.. hal 0.4.0 made it too [11:51] sjoerd: oh, nice [11:52] sjoerd: let the future begin :-) === ysbeer [~d0nn3rgra@spc2-ayle1-3-0-cust194.asfd.broadband.ntl.com] has left #ubuntu-devel ["lapsus] [11:52] #2698 is kind of d'oh; fortunately not critical ... [11:54] pitti: g-v-m 1.0.2 is going to sarge tonight too === lucas_ [~lucas@ca-grenoble-1-139.w80-8.abo.wanadoo.fr] has joined #ubuntu-devel