[12:17] geser: of course, that's why I asked if he planned on filing an M.I.R. to have it in gutsy/main. [12:19] ScottK, crimsun: Thank you. this package will be my first contribution in ubuntu reps :) === Monk-e [n=guido-xu@c529dd229.cable.wanadoo.nl] has joined #ubuntu-motu [12:21] mohammad: Uploaded. Thank you for contributing. Everyone having access to Ubuntu in their own language is an important value in Ubuntu, so this contribution is particularly appreciated. [12:22] thx crimsun. [12:22] whew, thank goodness my ttf- upload failed ;) [12:22] What, you uploaded it too? [12:22] (this caf's wifi is wonky) [12:22] no, I attempted, but it failed [12:23] rsync error: unexplained error (code 130) at rsync.c(271) [sender=2.6.9] [12:23] your upload is [or should be] the accepted one [12:23] I got an accepted message, so we're good. [12:23] crimsun: You rsync your uploads? [12:24] mohammad: It has to be manually accepted by the archive admins, so it will be a while before it's actually published. [12:24] shawarma: to a trusted remote host. [12:24] crimsun: Ah, from which you do the actual upload? [12:24] I dput from there. Yes. [12:25] That's pretty much what I do when on a questionable connection, too. [12:26] ScottK, crimsun: thanks [12:27] mohammad: No, thank you. You did the hard work here. Welcome to the club.... [12:28] ScottK, I need one more on mythbuntu-default-settings yet, would you be able to look that over as well? [12:28] err? [12:28] you already have 2 +1s on mythbuntu-default-settings [12:28] crimsun, did you upload? [12:28] oh whoops :) [12:28] I'm working on that [12:28] superm1: No. Unfortunately I have to be on the road in roughtly 120 seconds. [12:29] Ah. Looks like you're OK anyway. [12:29] roughtly/roughly === ScottK enjoys tsmithe continuing to instruct esr on the motu list .... [12:31] See you all later. Have a good $TIME_OF_DAY. [12:31] l8r === lfittl [n=lfittl@2001:6f8:107e:30:216:36ff:fe17:3cef] has joined #ubuntu-motu [12:34] *headdesk* [12:35] `sudo ifconfig eth0 mtu 1300`, and voila, we're in business again. === theCore [n=alex@ubuntu/member/theCore] has joined #ubuntu-motu === ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu [12:47] reviewing ubuntustudio* source packages on REVU now. [12:48] Could someone nuke http://revu.tauware.de/details.py?upid=5888 ? [12:49] why for? [12:49] crimsun: Has been renamed and will enter through Debian. [12:50] archived for now. [12:50] crimsun: Thanks === ceros [n=user@c-76-111-84-156.hsd1.va.comcast.net] has joined #ubuntu-motu === zul__ [n=chuck@mail.edgewater.ca] has joined #ubuntu-motu [12:54] <_16aR_> has anyone know how to register env variable in debian package ? [01:05] <_MMA_> crimsun: Thanx. === chillywilly [n=danielb@CPE-72-133-221-181.wi.res.rr.com] has joined #ubuntu-motu === reggaemanu__ [n=manu@ARennes-257-1-84-219.w86-199.abo.wanadoo.fr] has joined #ubuntu-motu === ScottLij [n=scott@66-227-218-192.dhcp.klmz.mi.charter.com] has joined #ubuntu-motu [01:14] _16aR_: more precisely, please? === doko [n=doko@dslb-088-073-106-070.pools.arcor-ip.net] has joined #ubuntu-motu [01:19] when you use nautilus to connect to ftp server and it prompts you for password and user name even though you always hit always remember, what app is that a problem with? [01:21] gnome-keyring.gnome-keyring-manager | 2.18.0-2 | gutsy | source, amd64, i386, powerpc [01:21] argh [01:21] gnome-keyring-manager <-- [01:21] thats what i was afraid of === cypherbios [n=cypher@ubuntu/member/cypherbios] has joined #ubuntu-motu === rexbron [n=rexbron@CPE001310b2d1d1-CM0012256e816a.cpe.net.cable.rogers.com] has joined #ubuntu-motu [01:25] crimsun: ty trying to file bug but LP isnt playing nicely === tritium [n=tritium@ubuntu/member/tritium] has joined #ubuntu-motu === persia [n=persia@ubuntu/member/persia] has joined #ubuntu-motu === jml [n=jml@ppp121-44-211-82.lns1.hba1.internode.on.net] has joined #ubuntu-motu === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-motu === minghua [n=minghua@ubuntu/member/minghua] has joined #ubuntu-motu === zul_ [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-motu === robby [n=robby@c-76-18-187-43.hsd1.tn.comcast.net] has joined #ubuntu-motu [02:27] <_16aR_> crimsun: for example, my soft checks a custom env var to look for medias [02:29] <_16aR_> at runtime, it checks the DELTA_DATA env to prepend it before each media needed by the game (texture sounds, models) [02:30] <_16aR_> so that it can load them === zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-motu === radhios [n=radhios@200-122-53-60.dsl.prima.net.ar] has joined #ubuntu-motu === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-motu === anibal [n=anibal@debian/developer/anibal] has joined #ubuntu-motu [02:46] _16aR_: that sounds like a runtime executable thing, not a packaging thing - or am I missing something? === beuno [n=martin@ubuntu/member/beuno] has joined #ubuntu-motu [02:48] <_16aR_> crimsun: yes, but without this env var , every launch of the prog and further developped programs will fail loading the media. quite annoying [02:49] _16aR_: ok, confirm if I understand your statements. You'd like a user-specific or global environment variable to be seeded at user login for your package? [02:51] <_16aR_> crimsun: since every user could launch or develop an app, I think a global env would be cool [02:51] _16aR_: perhaps the software could supply a default value for this variable in a global configuration script, which could be patched (if required) in packaging, and use the default variable if the environment variable is not configured? [02:52] <_16aR_> but i may not know every aspect of packaging a distrib, so... [02:52] <_16aR_> persia: yes. It's a kind of $PATH var [02:53] <_16aR_> in fact, it is [02:53] <_16aR_> it is a path where to look for files to load in the app === LaserJock [n=mantha@ubuntu/member/laserjock] has joined #ubuntu-motu [02:57] persia's suggestion is worth investigating. === Arrogance [n=aks@ottawa-hs-206-191-39-150.d-ip.magma.ca] has joined #ubuntu-motu [02:58] e.g., conditionally source [well, '.' /etc/foo/bar] and modify $PATH as appropriate [03:00] <_16aR_> so it should be included in the libraries ? [03:01] <_16aR_> by default, it looks in the . dir [03:02] <_16aR_> otherwise it looks in the DELTA_DATA dir === cynics [n=cynics@211.94.35.200] has joined #ubuntu-motu [03:02] is this environment variable something you _want_ the user to set? [03:03] i.e., if you're providing files that will be in $DELTA_DIR and hence will be needed, why not simply look there? [03:07] evening all === TeTeT [n=spindler@modemcable045.37-82-70.mc.videotron.ca] has joined #ubuntu-motu === jussi01 [n=jussi@dyn3-82-128-187-102.psoas.suomi.net] has joined #ubuntu-motu === ScottLij [n=scott@66-227-218-192.dhcp.klmz.mi.charter.com] has joined #ubuntu-motu === antioxid [n=antioxid@ip58.183.reserved.ish.de] has joined #ubuntu-motu === ScottLij [n=scott@66-227-218-192.dhcp.klmz.mi.charter.com] has joined #ubuntu-motu [03:34] i will compile email-claws, in repository is libetpan 0.48 , but 0.49 is needed [03:34] crimsun: all moved? [03:34] mostly. === luisbg_ [n=luisbg@202.Red-83-40-100.dynamicIP.rima-tde.net] has joined #ubuntu-motu [03:38] crimsun: is it nice so far? [03:39] quite. Had lunch with Scott(K) earlier this afternoon. Finding all the free wifi spots in D.C. === hggdh [n=hggdh@pool-71-164-135-78.dllstx.fios.verizon.net] has left #ubuntu-motu [] [03:39] awesome [03:39] what area of D.C. are you in? [03:40] I live in MD, but I commute to NW D.C. and Baltimore. [03:40] hello crimsun, LaserJock [03:40] 'lo ajmitch [03:41] I got to ride the subway a fair amount for the National American Chemical Society meeting last fall [03:41] I bet that was exciting ;) [03:41] I found a motel 6 out by the pentagon [03:42] and had to ride 20 min each way to the conference center in the middle of DC [03:42] hehe [03:42] yeah, I'm on Green/Yellow and Orange daily. [03:42] that motel 6 was $105/night [03:44] hey [03:44] hi zul [03:45] hey zul, how's the young one? [03:45] well, I really can't imagine living in the DC area but it was fun riding around the subway for a week [03:46] crimsun: good kind of cranky right now because he pulled out his feeding tube [03:47] yikes, is that easy to get back in? [03:47] i cant do it, have to wait until my wife gets home [03:47] ouch [03:48] yeah so he is crying every 2 minutes.. [03:48] its not like we dont feed him [03:51] but of course he thinks it's been days since you fed him last === antioxid [n=antioxid@ip58.183.reserved.ish.de] has left #ubuntu-motu [] [03:51] yeppers [03:53] zul: ah. And how are his folks doing? [03:54] very tired... === zul goes to feed the little stinker [03:54] :-) [03:55] darn, my swap/resume is still messed up [03:56] my swap partition has a new UUID every time I reboot it seems [03:57] I hope somebody gets some use out of the switch to UUIDs because it's been nothing but trouble for me === javier_galicia [n=Javier@189.130.231.56] has joined #ubuntu-motu [04:02] hey Jordan [04:03] I see no purpose for UUID [04:04] it works for a few limited use cases of mine [04:04] using the location /dev/sda3 is much cleaner, and gives much more less problems [04:04] e.g., I have a bunch of external usb drives [04:06] luisbg: just because it gives less problems for you, doesn't mean that it is better [04:06] I have SATA drives where the BIOS order is quite different from the kernel detection order [04:06] ajmitch, it seams to give problems to LaserJock but I guess that if it's more problems for him, it doesn't mean it's worse [04:06] though I do use RAID on top of LVM for them (and so I can use the /dev/mapper/... syntax for filesystems) [04:07] the main reason was the switch from hdX to sdX [04:07] which really could get confusing when you have a mix of SATA & PATA devices [04:08] it does seem useful for often changing things, like USB sticks [04:08] if I place the UUID in my laptop the kernel panics, just changing it to sdX location fixes it [04:08] it's nice both things can be used [04:08] but I think it was Keybuk that was saying people shouldn't us /dev/sdX anymore [04:09] I'm not sure what else we're supposed to use, I'm not sure if LABEL= works everywhere UUID does and I'm not sure how I'm supposed to find what the LABEL is [04:09] vol_id? [04:09] so what if it doesn't have a label? [04:10] gotta leave [04:10] LaserJock, talk to you soon =) [04:10] ciao ajmitch [04:10] cya lucas [04:10] luisbg rather [04:11] ;) cya [04:12] LaserJock: I do confess to only using UUID for /boot === persia [n=persia@ubuntu/member/persia] has joined #ubuntu-motu [04:13] well, it *was* working for swap so I must have done something [04:13] cryptoswap? :) [04:13] but it's kinda difficult to know what all I need to change [04:14] the only reason the swap UUID shoudl change would be if mkswap was being run on startup [04:14] hmm [04:14] again, on my laptop I use the lvm name for swap [04:14] well, yes, that makes sense to me === ajmitch would prefer lvm-by-default [04:14] but I don't understand why it would be running mkswap === superm1 [n=superm1@ubuntu/member/superm1] has joined #ubuntu-motu [04:15] I"m still afraid of LVM, I don't know that I'd be all that happy with lvm-by-default :-) [04:16] LaserJock, i'm joining in this conv a bit late, but is LVM supported in ubiquity's partman yet? [04:16] there's nothing to be afraid of :) [04:16] superm1: no [04:16] okay thats what i thought... [04:17] LaserJock: LVM is tasty and good for you. [04:17] so any lvm-by-default spec would be a few releases away anyhow [04:17] yes [04:18] all this is in a spec somewhere [04:22] well, it seems too easy to make a mess with LVM [04:22] How? I've not managed to tie myself in a knot with it. [04:23] my biggest worry is that its too easy to lose data when you start spanning it across multiple drives [04:23] whereas with mount points instead, you only lose a little [04:23] superm1: No reason you can't use mount points AND LVM. [04:23] that's a false sense of security, really. [04:24] superm1: In servers, we use RAID 1 and LVM on top of that. [04:24] that would be the smarter way to go, but at that point why not RAID 0+1? [04:24] With only 2 disks? [04:25] These are 1RU rackmount servers. [04:25] ah right === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-motu [04:26] Then again, even with more than 2 drives, I can't see why to use RAID0+1. [04:27] well, I don't have much of a need for LVM [04:27] StevenK: Depends on your IO and uptime requirements. If you've large IO, and have high uptime requirements, it's useful (although most of the time RAID5+spare is a better allocation of 4 drives). [04:28] and I've blown away partitions and volume groups, etc. trying to figure things out [04:28] LaserJock: Then your method of figuring stuff out is too destructive. :-P === sharms [n=sharms@ubuntu/member/sharms] has joined #ubuntu-motu [04:28] StevenK: exactly [04:28] he plays with lasers. It's probably normal. ;) [04:29] so my cost/benefit hasn't really gone in favor of LVM [04:29] LaserJock: With lvm-by-default, that would become somebody else's problem, and it would just work. [04:29] Except when it breaks. === DarkMageZ [n=richard@238.101.233.220.exetel.com.au] has joined #ubuntu-motu [04:29] right [04:29] the only time I've had issues with LVM like that, was due to my own stupidity & not checking before rm -rf [04:29] well, it's lvm-by-default on Fedora/openSUSE that usually messes me up [04:29] ie, completely unrelated to LVM [04:30] hi [04:30] hello === jml [n=jml@ppp121-44-211-82.lns1.hba1.internode.on.net] has joined #ubuntu-motu [04:31] if I had a real reason to use LVM I suppose I'd go ahead an figure it out [04:32] but I don't have multiple linux drive, or big drives === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu [04:33] I think mostly I'm just an idiot with those kinds of things [04:33] hello Hobbsee === StevenK quotes LaserJock out of context. [04:34] since I seem to be the only one that has problems with it === FreeFish_ [n=dimas@201.2.143.198] has joined #ubuntu-motu [04:34] LaserJock: I doubt that: it's a different way of thinking about drives and data, and it really helps to have either several drives or a really big one that need management to learn. [04:35] hi LaserJock! [04:35] hi ajmitch! [04:42] hi Hobbsee [04:45] howdy [04:45] I had to stop with the hola cuz LaserJock stole it from me :) [04:45] hola nixternal [04:45] ;-) [04:45] hehe === cynics [n=cynics@211.94.35.200] has joined #ubuntu-motu [04:47] nixternal!!! [04:48] ajmitch!!! [04:48] it's the vista lover! [04:48] !nixternal [04:48] Oh no! The pointy-clicky Vista lover has arrived! He's rumoured to be giving out free money, too! === nixternal wishes he had some money [04:48] I need to figure out how to afford some RDRAM and a new hard drive for this free p4 server I got [04:49] RDRAM? throw out that motherboard [04:49] I've got 3 computers at work with RDRAM === FreeFish_ [n=dimas@201.2.143.198] has left #ubuntu-motu [] === Martinp23_ [n=Martinp2@wikimedia/Martinp23] has joined #ubuntu-motu [04:51] Rambus, isn't it? [04:52] yeah, that's why my machines at work only have 256MB of it [04:52] expensive stuff === tritium [n=tritium@ubuntu/member/tritium] has joined #ubuntu-motu [05:05] morning [05:05] tritium! [05:05] gpocentek! [05:05] Hi LaserJock :) [05:05] hiya gpocentek! [05:05] hi LaserJock :) [05:05] hi Hobbsee, hi tritium [05:05] LaserJock: congratulations are in order, yes? [05:06] hi gpocentek [05:06] tritium: maybe ;-) [05:06] That's awesome, LaserJock. Way to go :) [05:06] thanks [05:08] what happened? [05:08] --> still trying to wake up [05:08] Hey there, jsgotangco [05:09] hi! [05:09] hello jsgotangco, tritium [05:09] ajmitch! === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu [05:16] Buenas noches, amigos. [05:16] tritium: bye [05:16] Talk to you soon. === ajmitch wonders what LaserJock was being congratulated for this time [05:16] Treenaks: cya [05:16] blah [05:16] stupid xchat ;-) [05:16] tritium: cya [05:16] ajmitch: core-dev [05:16] ajmitch: late congrats for core-dev [05:17] rather late, I'm sure you've been around since he became core-dev :) === tritium hangs his head in shame [05:18] aw === superm1_ [n=superm1@ubuntu/member/superm1] has joined #ubuntu-motu === ajmitch wasn't trying to be mean, it just comes naturally [05:18] No worries, ajmitch. /me heads to bed... [05:21] bye! [05:36] I'm filing removal bugs for packages removed from Debian. Can anyone think of a reason we might want to keep these? The only thing that's coming to mind for me is patent-related stuff for multiverse, but any other reasons I shouldn't file bugs would be welcome. [05:36] anyone here familiar with the freedesktop menu-spec and if debian supports it? [05:37] ceros: Somewhat, and not officially, but most of the time. === micahcowan [n=micah@ubuntu/member/micahcowan] has joined #ubuntu-motu [05:38] persia: will it work for KDE and Gnome? [05:39] persia: should rephrase that, is it supported in KDE and Gnome? [05:39] ceros: It should, but there may be some customisations to the menus (as we have in Ubuntu) that may cause some confusion. [05:39] ceros: I think both upstreams strive for compatibility, but it's been a moving target until recently. [05:40] do you happen to know how kdevelop and kdesdk installs the submenus? [05:40] that's what I've been trying to figure out [05:42] ceros: Not at all, sorry. I'd guess that the contents of /etc/xdg/menus may be helpful, but I can't be sure. Also, you might find something useful in /usr/share/desktop-directories/ [05:45] thanks persia [05:45] i think i've figured it out now [05:46] ceros: Great! How does it work? (I mostly use GNOME or xfce menus, so I'm curious about KDE). [05:46] persia: they tend to work with kde as well [05:47] it's basically the same [05:47] KDE just implements submenus [05:47] nixternal: Right. For .desktop files I'm confident about KDE: it's more the mechansim for building menus, default search paths, etc. [05:47] LaserJock: Dynamically when the menu gets too large? Is this in /etc/xdg/? [05:48] no [05:48] well, they aren't on until there is something in them [05:48] if I remember right [05:48] persia: let me make sure before i explain [05:48] ceros: Thanks. [05:48] but like there is an Education/Science menu [05:49] LaserJock: That sounds like an improvement. My menus are a little crowded. [05:49] gnome specifically doesn't do that [05:52] persia: About the removal bugs... What would you think about sending the list to devel-discuss to see if anyone objects. [05:52] yeah [05:52] there has always been a bit of a philosophical element to that [05:53] ScottK: I'd think it was a waste of time. Things like exim (replaced by exim4) or 3ddesktop (dead upstream, no ubuntu uploads, beryl is better) are obvious. When I trim a bit, a mail might be more useful. [05:53] i.e. Universe is the place where *everything* in free software can live [05:53] persia: What is gained by removing them? [05:53] Less archive space, for one. [05:53] I think some people in the past haven't wanted any packages removed [05:53] ScottK: less bugs in the archive, less space [05:54] er, more space [05:54] LaserJock: I completely agree with *everything* in free software, but leftovers from package transitions (exim), things that just don't work in ubuntu (modutils), things that were renamed ages ago (laptop-mode), etc. are just cruft. [05:54] If it's buggy and broken, sure, but hard drive space is pretty cheap. [05:54] ScottK: bandwidth is not [05:54] True. [05:54] if nobody is using them and there aren't many of them than both arguments are somewhat mute [05:54] ScottK: But triage time to chase bugs for things that we can't or don't care to support isn't cheap. [05:55] Sure. [05:55] ScottK: And when you're mirroring a complete shedload, it isn't fair for Ubuntu to turn around and say "You now need twice the space to mirror Ubuntu, sorry." [05:55] that is to say, if people are using them enough that there are bug reports you can hardly say "this package is dead" [05:55] I think there is probably some stuff that's obvious cruft and should go, but if people still find stuff useful, just because Debian dumped it, doesn't mean we should. [05:56] They sometimes remove stuff for reasons that would be irrelevant in Ubuntu. [05:56] LaserJock: But they shouldn't be. There were about 25 open bugs being ignored against "laptop-mode" a month or so ago. About 5 of them applied to "laptop-mode-tools", and the rest were because the user installed the wrong package. [05:57] well, I don't know that we should be avoiding triage work by removing packages [05:57] ScottK: Right. Anything not obviously cruft or illegal to distribute (freecraft comes to mind), I'll not ask for removal without seeking a wider opinion. [05:57] LaserJock: Not "avoiding triage work", but rather rendering it unnecessary by reducing user confusion. [05:57] Sounds good to me. [05:57] note that I'm not opposed to removals, I'm just saying that some people (including Mark) think Universe should be a vast playground of all FLOSS [05:58] LaserJock: Right. As mentioned before, I agree with that :) [05:58] hence why we have apt-get.org stuff [05:58] (and open REVU) [05:58] Wah. ScottK, think about it. If Debian don't maintain it, we have to. [05:58] of course...are we willing to maintain this stuff, which debian has removed? [05:58] even though that is largely dead/unmaintainable/uncool stuff [05:58] Hobbsee: As long as there is an upstream, why not? [05:59] persia: because upstream dont package it, and who's going to go and make sure they're all updated [05:59] Hobbsee: and the question is if we *have* to maintain it [05:59] Hobbsee: cruft checkers :) [05:59] LaserJock: well, someone has to, else it rots [05:59] that's the point [05:59] and if debian isnt, then it becomes our problem [05:59] I've heard some people pretty much say that was fine [06:00] somebody might pick it up, who knows :-) [06:00] LaserJock: Now there's where we differ. Rotting is bad - either we should get it up to date (on a best-effort basis), or we don't want it. [06:00] that's were it would be nice to get a general opinion on Universe [06:01] or some direction at least [06:01] Actually I think our quality problems are more with new stuff than old bitrot stuff. [06:01] I agree with persia, for what it's worth. === ScottK unsubbed pythonistas from exaile because the bugmail was just more than I could bear to read. [06:02] There's a balance here and there is no exact right answer. [06:02] I think what persia said about removal of obvious cruft and ask about the rest is reasonable. [06:02] I just don't want there to be a big difference in expectation === ScottK might think that a Sendmail package is a waste since after all we've got a perfectly good Postfix package.... [06:03] Not to mention Exim4... [06:03] And all three are well maintained, so why kill them? [06:04] Which means vi, kate, gedit and every other editor should be killed because emacs exists? === ScottK was joking about the specifics, but one man's cruft due to age/redundancy in the archive is another man's essential package. [06:04] There is the point of choice, and also one of where do we draw the line? [06:05] Speaking of removals.... === ScottK has been wondering what to do about pypy. 1.0.0-1 was FTBFS and so I asked for a sync of 1.0.0-2 since it's changelog promised a fix to FTBFS. Guess what ... Yep.. FTBFS again. [06:06] LaserJock: as to whether it's the place for everything, or it's something that has some level of QA? [06:06] LaserJock: afaics, canonical doesnt care about it to a great extent - as in, they dont support it [06:06] of course, the quality of it does make a large part of the quality of ubuntu, by sheer package count [06:09] ScottK: and your testbuild of pypy worked? === acm_ [n=ameinke@p54BC2411.dip0.t-ipconnect.de] has joined #ubuntu-motu === ScottK declines to answer on the grounds that the answer might tend to incriminate me. === ScottK decides to add pypy to the TODO due to guilt list. === ScottK will say it isn't any more FTBFS than it was before I asked for the sync. [06:12] haha [06:14] That's on the list for after I convince Hobbsee to upload my gnupg update (which will be after I make it work right). [06:15] hah [06:18] You laugh, but that one wasn't a joke. [06:19] well, i realise that - but you're asking someoen to sponsor an upload, right after you admit to not test building.. [06:20] Sure. I realize the theory isn't perfect, but I figured there was no downside risk on that one. [06:21] persia: the reason why there's submenus installed for kdevelop is because there are entries already specified for kdevelop under /etc/xdg/menus/kde-applications.menu === persia [n=persia@ubuntu/member/persia] has joined #ubuntu-motu [06:21] oh === bersace [n=bersace@did75-13-82-243-217-90.fbx.proxad.net] has joined #ubuntu-motu === persia [n=persia@ubuntu/member/persia] has joined #ubuntu-motu [06:22] persia: === persia is rapidly running out of spare monitors [06:22] persia: the reason why there's submenus installed for kdevelop is because there are entries already specified for kdevelop under /etc/xdg/menus/kde-applications.menu [06:22] ScottK: :) [06:23] ceros: Ah. That makes sense. Thanks. [06:23] persia: yep, they have an extra category which is X-KDE-KDevelopIDE [06:24] which is used with the kdevelop .desktop files [06:24] read up on http://standards.freedesktop.org/menu-spec/menu-spec-1.0.html [06:24] and read the section titled "Merging" [06:24] ceros: Right. I know how it's supposed to work, just didn't know how KDE did it. I'm glad to hear it's the sensible way. [06:25] one thing though, the spec says to put custom menu files under $XDG_CONFIG_DIRS/menus/applications-merged/ [06:25] yet kde only offers /etc/xdg/menus/kde-applications-merged [06:25] is it the same for gnome? [06:27] by the way, this announcement was made on the fourth [06:27] this one: http://lists.debian.org/debian-devel-announce/2007/07/msg00000.html [06:37] bah, does anybody know of any good places to get clipart for linux? [06:42] i see that gutsy will use /etc/xdg/menus/applications-merged as far as kdebase-data is concerned [06:42] http://packages.ubuntu.com/cgi-bin/search_contents.pl?searchmode=filelist&word=kdebase-data&version=gutsy&arch=all [06:43] anyone here know if gnome will do the same [06:43] ? [06:44] ceros: what do you mean exactly? [06:45] LaserJock: what i'm trying to do with some packages i'm making is to provide a custom submenu for them [06:45] ok [06:45] for instance if a game has a gui configuration window and the main game launcher [06:45] i want to create a subment and add the appropriate links in that submenu [06:46] won't happen in Gnome [06:46] not even with gnome-menu? [06:46] no [06:46] why? [06:46] because Gnome doesn't like submenus [06:47] i take it you mean the Gnome developers, right? [06:47] and that's not really the way the XDG spec is designed [06:47] it has categories [06:47] and menu items fall into those categories [06:48] but the spec says "By convention, third parties may add new files in this location to create their own sub-menus." [06:49] right, but that doesn't me Gnome has to honor that [06:49] *mean [06:50] hmm, it might work [06:50] so this means that gnome won't have custom submenus [06:50] huh? [06:51] in general Gnome doesn't do that [06:51] but I just tried some stuff locally [06:51] dropping something in ~/.config/menus/applications-merged [06:52] so I guess it's doable, I'm just not sure that Gnome likes people doing that [06:53] well, i would like to create packages that doesn't mess with a user's home path [06:53] exactly [06:53] when you say Gnome, are you referring to the developers or the program? [06:54] developers [06:54] that's why I said it appears to be doable (the programs work) [06:54] ok, well isn't this about Ubuntu and Debian [06:54] ? [06:55] why? [06:55] I thought it was about Gnome's implementation of XDG === calc coughs at debian menu format === LaserJock gives calc a slap on the back [06:56] perhaps i should have stuck around and gotten bill to get rid of the debian spec and transition to xdg completely :\ oh well too late now === calc wrote menu-xdg in hopes bill would get the idea and drop debian menu format [06:57] I'm really not sure why it's kept [06:57] what i'm after is finding a standard way to support custom submenus through different desktop environments [06:57] whether it be Gnome, KDE, Enlightenment, XFCE, etc [06:58] LaserJock: well the main reason is not very many window managers supported and probably still don't support the fdo standard one [06:58] calc: but in general you can convert an xdg menu into many window manager's menus [06:58] LaserJock: however it shouldn't be that hard to write a parser to convert from fdo standard to their window manager format [06:59] LaserJock: true and that is the reason against there still being a debian format instead of just using fdo one [06:59] I think you can do it with openbox, enlightenment, fluxbox I'm pretty sure [06:59] and XFCE4, KDE, and Gnome have XDG support out of the box [07:00] so you're left with not that many you'd need to support [07:00] it'd be at least nice to see debian menu backseated for a failback [07:00] *fallback [07:01] ceros: just try it out, drop a .menu into /etc/xdg/menus/applications-merged/ [07:01] and provide .directory files [07:01] k [07:01] LaserJock: if you are a DD you could get the ball rolling :) [07:01] if you're not, you could just flame until it gets done! [07:01] LaserJock: even if you aren't you could work on it ubuntu and get someone to apply it to debian packages :) [07:01] calc: unfortunately (or is that fortunately?) I'm not [07:01] ajmitch: that doesn't work so well ;) [07:02] well, it doesn't require anything really [07:02] that's my point [07:02] other than DDs not saying "eww, we use debian menu not .desktops" when we give them one [07:02] :-) [07:02] calc: it could be entertaining though [07:02] mhm [07:03] debian doesn't have enough good-quality flamewars [07:03] I suppose I could do a blog/email debian-devel blitz [07:03] ;-) [07:03] LaserJock: i doubt many would complain since most people use modern desktops [07:03] debian-menu is the suXor!!! === bersace_ [n=bersace@did75-13-82-243-217-90.fbx.proxad.net] has joined #ubuntu-motu [07:03] LaserJock: i think its just bill that is stuck in < 2000 ;) [07:03] that should go over well, don't you think? [07:04] to be fair i think that KDE didn't support fdo menu until 3.x [07:04] so it wasn't able to be used until like 3-4 years ago ;) [07:04] calc: 3.2 actually [07:04] we've pushed a fair number of .desktops to Debian [07:04] ceros: ah yea i thought it was after 3. [07:04] er 3.0 [07:04] I think mostly the Debian maintainers have responded well [07:04] 3-4 years in debian time is a drop in the bucket ;) [07:04] like 2 release cycles ;) [07:04] yeah [07:05] it's hard to turn the ship ;-) [07:05] they didn't even officially ship amd64 port until ~ 3 years after its existence [07:06] it could be worse - it could be the windows release cycle [07:06] debian was getting close [07:06] they seemed to have figured out how to get it down to ~ 2 year cycles [07:06] for a while the cycles were getting longer every release [07:06] 2 years is pretty good for those of us that like it on servers === StevenK quite likes how Ubuntu does it. [07:07] i like 6mo cycles [07:07] so do I [07:07] LTS for servers, and new shiny bling on the desktop every 6 months. [07:07] but for server stuff, LTS [07:07] i usually run dev version anyway, but i think i am going to stick with stable after all the problems with gutsy [07:07] just do my dev work in a vm or chroot [07:07] I think I'd like 1 year cycles, but 6 months is ok too [07:07] unless I need specifically need something that's newer === ajmitch has had few problems with gutsy [07:08] LaserJock: You don't have to upgrade ... [07:08] StevenK: development cycles, not upgrade cycles [07:08] it's constant deadlines, for me anyway [07:08] ajmitch: i have to reinstall my box now apt-get dist-upgrade keeps oopsen my box [07:08] Good night all. I'm out of juice for the day. [07:10] cya ScottK [07:10] calc: that's exciting [07:11] I generally find that *if* there's a problem like that, it can be worked around [07:11] but I tend not to upgrade as often as others === dholbach [n=daniel@i59F76804.versanet.de] has joined #ubuntu-motu === ajmitch hugs dholbach [07:12] lol [07:12] ajmitch: well i probably could mark the packages it happens on to hold but if apt-get oops my box something is very wrong with the kernel [07:12] look at what you did ajmitch [07:12] haha [07:12] ajmitch: or my system perhaps [07:12] i think its something in the kernel though since it is reproducible [07:12] calc: generally, yes === ajmitch can't keep up with the latest kernel [07:13] i'll probably know something more tomorrow I emailed BenC with the oops log [07:14] it oops in do_utimes if i read the trace right === ajmitch hasn't had an oops for a few weeks now, when plugging in the phone to charge oopsed both the laptop & my desktop [07:15] i did a fsck -f on the fs to see if it was ok and it reported good === YannDinendal [n=Yann@dyn-91-163-249-158.ppp.tiscali.fr] has joined #ubuntu-motu === eagles0513875 [n=jonathan@88.203.73.158] has joined #ubuntu-motu === Sindwiller [n=sindwill@84-75-101-114.dclient.hispeed.ch] has joined #ubuntu-MOTU === viviersf [n=cain@gw.impilinux.co.za] has joined #ubuntu-motu === ScottLij [n=scott@66-227-218-192.dhcp.klmz.mi.charter.com] has joined #ubuntu-motu === thekorn [n=thekorn@a89-182-67-200.net-htp.de] has joined #ubuntu-motu === DarkMageZ [n=richard@ppp121-44-43-70.lns3.syd7.internode.on.net] has joined #ubuntu-motu === sahin_h [n=ezaz@dsl5400DA55.pool.t-online.hu] has joined #ubuntu-motu === ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-motu === hoora_ [i=ariel@gateway/tor/x-88ccc8f99519f4d3] has joined #ubuntu-motu [08:24] calc: My kernel reproducably oopses when configuring various things like mysql-server-5.0. There are a number of bugs on it. [08:24] I don't think reinstalling is likely to fix a kernel bug. [08:35] can somebody tell me how to force orig tarball inclusion with pbuilder? -sa doesnt seem to work no matter what I try. === mohammad [n=mohammad@CPE001346f4a717-CM0011aea585d0.cpe.net.cable.rogers.com] has joined #ubuntu-motu === Nightrose [n=lydia@port-87-234-150-228.dynamic.qsc.de] has joined #ubuntu-motu [08:36] man-di, in the .dsc file is the .orig.tar.gz listed? [08:36] DarkMageZ: no, but thats what I need [08:36] man-di, how are you creating the .dsc? [08:36] DarkMageZ: my last idea would be to vi *.dsc [08:37] DarkMageZ: pdebuild does that by calling dpkg-buildpackage [08:37] DarkMageZ: (this is with a binary+source upload) === Lure [n=lure@external-1.hermes.si] has joined #ubuntu-motu [08:39] I think I will just edit the .dsc manually [08:39] man-di, have you been poking around with the changelog file too much? [08:40] if you edit the .dsc manually then it will fail the gpg verification (only matters if you intend to get package to anywhere official) [08:40] aeh, [08:40] I meant .changes, not .dsc [08:40] what is the name of the orig.tar.gz and what is the line @ the top of the debian/changelog ? [08:40] DarkMageZ: the package is not signed yet, I will sign it afterwards [08:41] This is for a libapache-mod-jk backport for www.backports.org [08:41] and I need to do a source+binary+orig tarball upload [08:42] the problem is, the revision is -3~bpo.1 [08:42] and pdebuild refuses to include the orig tarball in the resulting .changes file [08:43] hmm. backup what you've done and try debuild -S within the root of the altered source tree [08:43] Hello, Is it possible for liblucene2-java which needs accepting java-sun license be merged to mutliverse instead of universe? [08:43] http://packages.debian.org/unstable/text/liblucene2-java [08:44] DarkMageZ: the debdiff is really minimal, thats not the problem [08:44] Hobbsee: could you tell me how I could make KDE use ~/.bash_logout, or if there's something similar I could use? [08:45] DarkMageZ: I just dont wanna build the package in my normal system. I dont want to install Apache1 and Apache2 at once in my system [08:45] gpocentek: thought it did, btw [08:45] *tbh [08:45] mohammad: port it to java-gcj-compat-dev [08:45] looks like it doesn't (for me at least :p) [08:45] mohammad: thats the best thing for all [08:46] gpocentek: then i have no idea :) [08:46] man-di: I tested it with java-gcj-compat-dev. build failed. [08:46] Hobbsee: ok, thanks anyway [08:46] man-di, debuild -S doesn't cause the package to be built in the system. it just looks for the orig.tar.gz (to see if it is named right :P). then compares it to the changes and creates the .diff.gz & .dsc and signs it. [08:46] mohammad: how? log? [08:47] DarkMageZ: I know what it does, I use that since several years. The problem is that it doesnt build the package [08:48] then if you want to build the package within the pbuilder just run pbuilder build whatever.dsc [08:48] DarkMageZ: and I disabled signing with debuild long ago, I perfer to explicitely call debsign [08:48] DarkMageZ: thats waht I did, the problem is that pbuilder misses to include the orig.tarball in the .changes file [08:48] DarkMageZ: and yes I tried serveral usages with -sa [08:49] pbuilder seems to just ignore it, or I dont found the right way to tell it to pbuilder === dholbach [n=daniel@i59F76804.versanet.de] has joined #ubuntu-motu [08:49] good morning [08:50] pbuilder will pull the orig.tar.gz if it's in the .dsc. so something is up with how that's being created [08:50] DarkMageZ: hmmm [08:50] man-di: I tested it once and it failed, but I donot have the log right now. if you want to see the log file let me know I will run gutsy pbuilder locally again [08:50] thats good to know, thanks, DarkMageZ [08:51] mohammad: it would be nice why it fails, then we can fix it [08:51] man-di: ok i will build it again :) [08:51] man-di, what is the top line of the debian/changelog? and the name of the orig.tar.gz? [08:53] DarkMageZ: "libapache-mod-jk (1:1.2.23-3~bpo.1) etch-backports; urgency=low" and libapache-mod-jk_1.2.23.orig.tar.gz [08:54] hmm, that looks fine. hmm. [08:54] I edited the .changes file now manually, signed the package and uploaded and it seems to work too [08:54] DarkMageZ: I think my problem was that the initial .dsc dont included .orig.tar.gz [08:55] DarkMageZ: and pdebuild ignored -sa [08:55] I try debuild -S -sa ; pbuilder-etch build libapache-mod-jk_1.2.23-3~bpo.1.dsc now [08:55] man-di: is there a simple way to log pbuilder output? [08:56] pbuilder --buildlog logfile.tx [08:56] thanks [08:57] err, --logfile [08:57] sorry about that === man-di would have used "... | tee logfile" [08:58] that is how I run my pbuild script, that way there I can watch it and also have it logged === jekil [n=alessand@host228-234-dynamic.14-87-r.retail.telecomitalia.it] has joined #ubuntu-motu [09:01] DarkMageZ: even the trick with "debuild -S -sa" doesnt work [09:01] DarkMageZ: I think its just a feature pbuilder doesnt have === persia [n=persia@ubuntu/member/persia] has joined #ubuntu-motu [09:03] persia: my hero [09:04] persia: you surely know this [09:04] man-di: Warning: I've gone through 3 montors today, so I may stop being able to see you without warning :) [09:04] someone can review please? http://revu.tauware.de/details.py?upid=5896 [09:05] persia: I want to build a package and upload source+binary+orig.tarball, version is -3. How do I force inclusion of .orig.tar.gz in the resulting .changes file? [09:05] persia: my current solution is: vi *.changes ; debsign; dput [09:06] man-di: debuild -S -sa? (also, use -v if the version changed significantly since the last upload). [09:07] persia: debuild -S -sa doesnt include the *.debs in the .changes [09:07] and I need to build it pbuilder to do big dependencies on apache1 and apache2 [09:07] man-di: Ah. You're uploading to Debian then :) Does debuild -sa work? [09:08] persia: in this case to www.backports.org [09:08] man-di: Ah. I'm not a pbuilder expert, but I'd suggest something like unrolling the tarball, using it as a chroot, and running debuild therein. [09:09] persia: pbuilder ignores -sa and I tried serveral ways to tell it to pbuilder [09:09] persia: you mean like pbuilder login [09:09] hmmm [09:09] not really nice but would work too [09:09] man-di: Exactly. (I use schroot / sbuilder, so I do schroot -c release & run debuild when the options I want don't pass well). [09:09] I think I will stay with the solution with editing .changes manually, its the smallest effort for me [09:10] man-di: Makes sense. That's why there's debsign :) [09:11] persia: I never sign with debuild [09:11] I like to have some control when I sign something [09:11] and I do debuild too often === bigon [i=bigon@imladris.bigon.be] has joined #ubuntu-motu [09:16] oh, there's something that's been bothering me for a while. how do i do something equal to debuild -S without the signing? [09:17] DarkMageZ: debuild -S -us -uc [09:17] DarkMageZ: Or perhaps, rather, only -us (-uc is no changes, which may not also be what you want, although it often is for me). [09:18] that'll make it easier to remember. :) [09:19] DarkMageZ: or put this into ~/.devscripts [09:19] DarkMageZ: mkoch@lappi ~> grep uc .devscripts [09:19] DEBUILD_DPKG_BUILDPACKAGE_OPTS="-i -uc -us -I.svn" [09:20] i like to decide just before running debuild. but thanks anyways. === viviersf [n=cain@gw.impilinux.co.za] has joined #ubuntu-motu === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-motu === BugMaN [n=BugMaN@nat.cabi.uniroma1.it] has joined #ubuntu-motu [09:25] why some packages like http://ftp.debian.org/debian/pool/main/s/snort/snort_2.3.3-14.diff.gz make modification outside /debian ? [09:26] becuase they were bad, and didnt use a patch system, probably [09:27] jekil: Alternately, they may be very old. [09:27] jekil: If you're patching an update, please try to maintain the maintainers patch system (even when it's bad). [09:27] Hobbsee: Meh. Patch systems aren't required. [09:27] yeah, i am repackaging it with new version 2.6 [09:28] persia: i thinks that because the package i very is very old its better if i remake it [09:28] current snort version is 2.6 [09:28] jekil: I only recommend that if Debian has no maintainer. Otherwise you may annoy someone, which might make it harder to work with them later. === coNP [n=conp@unaffiliated/conp] has joined #ubuntu-motu [09:29] persia: debian dont accept the policy of new 2.6 [09:29] persia: so.. tha package is very old [09:30] (and bugged) [09:31] jekil: Still, you might want to get in touch with Javier before changing the patch system. [09:33] persia: but this isn't a new package? outside patch system. because debian package now is 2.3 and current snort is 2.6 [09:35] jekil: New version of an existing package. If the Debian maintainer chooses to update the package, and you've changed the patch system, merging is hard. Also, if you've added a useful patch, and the Debian maintainer doesn't want to switch to your patch system, it may be difficult for them to extract it. [09:37] persia: actually in debian cannot be updated [09:37] jekil: Why is that? Also, if it cannot be updated in Debian, why can it be updated in Ubuntu? [09:38] persia: because snort is GPL but rules license is proprietary [09:38] persia: debian want to ship snort with rules === viviersf [n=cain@gw.impilinux.co.za] has joined #ubuntu-motu [09:38] but it's not needed [09:38] man-di: the log file of lucene2 is ready: http://www.iqc.ca/~mderakhshani/transfer/lucene2-log.txt [09:38] jekil: OK. So, ubuntu should ship snort without rules? [09:39] persia: yes, because they are like antivirus rules, changes are frequently, the people manage thet ourself [09:41] jekil: That sounds like a significant change. Given the policy differences, it may be slightly more acceptable to adjust the patch system (but I'd still be against it). Separately, you might want to ask for feedback from ubuntu-motu@l.u.c regarding such a change, as users will now be expected to generate their own rules, rather than having default set (which may require additional documentation, etc.). === yosch [n=yosch@clrglop207.in2p3.fr] has joined #ubuntu-motu [09:43] persia: thanks [09:45] jekil: Alternately, you might consider having a snort team in ubuntu, and generating a standard set of GPL'd 2.6 rules as a bzr branch in LP, and including that in your package. This might also allow Debian to adopt it. [09:47] I am going to sleep. anyone who is interested to know why build of lucene2 using java-gcj-compat-dev fails , please take a look at http://www.iqc.ca/~mderakhshani/transfer/lucene2-log.txt === superm1_ [n=superm1@ubuntu/member/superm1] has joined #ubuntu-motu [10:00] eeak, I remember that issue of mohammed with lucene2 [10:02] i have a great problem with a software that i am packaging [10:02] 1) the tar.gz contains .svn directory [10:03] 2) the name of tar.gz and the directory inside isn't the package name === tsmithe [n=toby@ubuntu/member/tsmithe] has joined #ubuntu-motu [10:04] jekil: rename the .tar.gz [10:04] and probably remove the .svn directory from the tarball [10:05] so, my source package wired provides a couple of global libraries in /usr/lib, and i would like to create a libwired? package for them. however, they are not built with a SONAME version, which makes this tricky (and scary ABI-wise)... what do you folks suggest i do? [10:05] Hobbsee: this can be done? i read that i can't modify the tar.gz [10:06] jekil: you can in some circumstances [10:06] jekil: see the packaging guide [10:06] Hobbsee: ok, thanks [10:06] tsmithe: put them into /usr/lib/wired [10:07] tsmithe: and tell people not to link them [10:07] jekil: but you dont need to rename the directory inside - dpkg already does that, whenever it extracts the source [10:07] Such as when upstream is stupid or forgetful :). Hey Hobbsee! [10:07] ok. but then wouldn't i have to add /usr/lib/wired to ld.so.cache? how would i tell wired where to find them? [10:08] tsmithe: depends on how they are loaded [10:08] hiya RAOF! [10:08] Hobbsee: great, thanks [10:08] man-di, hmm? [10:08] if i tell configure to put all libraries into /usr/lib/wired, the wired-specific files get put into /usr/lib/wired/wired, which is ugly. === Q-FUNK [n=q-funk@dsl-hkibras1-ff55c300-121.dhcp.inet.fi] has joined #ubuntu-motu [10:08] tsmithe: are they directly linked or loaded at runtime? [10:08] directly linked [10:09] tsmithe: take a big stick and hit upstream hard [10:09] trust me, i've tried [10:09] hehe [10:09] it's so hard to get to them - as far as i can see they don't have a mailing list, the irc channel is always dead, the guy i sent an email to never got back to me. but development still continues... somehow. [10:09] tsmithe: this means you need to handle this in the package [10:09] yea [10:10] (for the 0.4 release, they were quite amenable) [10:10] by libwired1 .. 2 .. 3 ... etc [10:10] and always conflicting with the older ones [10:10] lovely [10:10] and put them into /usr/lib [10:10] yep [10:11] so when you are at libwired20 you will conflict with 19 other libwiredX packages [10:11] isnt that funny? [10:11] not really [10:11] :-) [10:11] hehe [10:11] tsmithe: so try the big stick again [10:11] that conflict line will get pretty large... === jeromeg [n=jerome@gra94-2-82-66-142-60.fbx.proxad.net] has joined #ubuntu-motu [10:11] yeah... i just want it done! [10:12] tsmithe: and you will need to do a lot of testing to see if you need to increment the X or not [10:12] of course, i'm aware abi changes are tricky to spot [10:12] yes [10:13] thats why C/C++ libs are such bitches [10:13] well, Java jar are too [10:13] and probably other formats too [10:13] heh [10:13] yay === pgquiles [i=pgquiles@conference/kde/aKademy/x-a0657b5a9ac7ba97] has joined #ubuntu-motu === persia [n=persia@ubuntu/member/persia] has joined #ubuntu-motu [10:15] persia, hi. i notice you weren't able to find the source package. i think joejaxx had the web structure non-browsable, for reasons of his own. looks like crimsun found it, though, so it's all good. what's the process now? [10:15] *source package for ubuntustudio-screensaver [10:15] hmm, I know the solution for lucene2/mohammed: build the package on a single core machine [10:16] man-di, is it not possible to restrict a process to one core? [10:16] (or is that not the issue?) [10:16] tsmithe: Wait ;) An archive admin should look at it in the next couple days. [10:16] ahh that's super :) === Q-FUNK [n=q-funk@dsl-hkibras1-ff55c300-121.dhcp.inet.fi] has joined #ubuntu-motu [10:18] tsmithe: when you know a way to tell GCJ to put all his threads on the same cpu/core [10:18] tsmithe: You can check the queue from https://bugs.launchpad.net/~ubuntu-archive/+subscribedbugs, but my experience is that the archive admins don't respond well to poking. [10:18] tsmithe: I dont think thats possible whithout configuring the kernel in a special way [10:18] persia, yeah. i'll just wait :) [10:18] man-di, oh right ok. yay again === Neonightmar1 [n=neonight@140.94.62.81.cust.bluewin.ch] has joined #ubuntu-motu === cassidy [n=cassidy@186.234-242-81.adsl-dyn.isp.belgacom.be] has joined #ubuntu-motu [10:28] what are .la files for? do i need them? [10:28] i heard they were obsolete [10:29] tsmithe: libtool needs them when you wanna load libs at runtime === DarkMageZ [n=richard@ppp121-44-43-70.lns3.syd7.internode.on.net] has joined #ubuntu-motu [10:30] libltdl to be more clear [10:30] ok. so i'll include them [10:30] tsmithe: for plugins thats useful [10:30] yes [10:30] and tsmithe for linking with libtool when compiling [10:30] yeah. [10:30] tsmithe: Contraily, I'd recommend removing them unless you really need them (your application doesn't work otherwise) [10:31] hmm [10:31] i'll see if it works without [10:31] tsmithe: Be sure to check plugins: as man-di said, sometimes you need it. [10:32] yes === Sindwiller [n=sindwill@84-75-101-114.dclient.hispeed.ch] has joined #ubuntu-MOTU [10:35] man-di, if i'm doing libwired1, would i have libwired-dev or libwired1-dev? [10:36] tsmithe: I would go for libwired-dev as long as the API is stable at least [10:36] ok [10:36] libwired1 is about ABI compatibility, libwired-dev about API compatibility [10:37] thats a bit simplified but mainly it [10:37] and libwired-dev makes your work a bit easier [10:38] libwired1-dev only really makes sense when you wanna have different version of wired in the archive to compile against [10:38] makes sense [10:38] e.g. when you wanna have 2 API-incompatible version of wired in the archive [10:38] yes [10:38] i don't think that's going to happen [10:38] as I dont think you will need that. stay with libwired-dev [10:38] excellent [10:39] someone can review please? http://revu.tauware.de/details.py?upid=5896 [10:39] the debian library packaging guide recommends for plugins a lib*-runtime package. would a libwired-runtime or libwired-plugins package be useful in this case, considering there are plugins? [10:40] tsmithe: Are the plugins for wired, or libwired? [10:41] hmm. i think just for wired. how could i check? [10:41] More generally, libfoo-runtime is a good place for utility code that people may want, but don't need, libfoo-plugins is a good place for library extensions, and foo-plugins is a good place for general application plugins [10:42] ok. i think i'll put them in wired-plugins [10:42] tsmithe: Are the plugins useful with libwired installed, but not wired? If yes, then you might want libwired-plugins. If no, just wired-plugins (this is *much* more common) [10:43] i think they are useful with just libwired installed, looking mainly at the file names: "libWiredReverb.so", for example. so i guess libwired-plugins [10:44] tsmithe: Ummm.. the filenames are probably not a good indication. Where is the plugin-loading code? Do the plugins extend the API, or extend the interface? [10:45] s/interface/user interface/ [10:45] hehe ok. i'm gonna go check out the sources, and get back to you [10:46] tsmithe: Another way to ask the question is: would an application developer working on something that linked against libwired (but not wired) use the plugins? [10:49] well, having looked at the sources, most seem to extend the api, and i could see a developer wanting to link against them [10:49] tsmithe: OK. libwired-plugins might be right. Thanks for checking carefully. [10:49] no problem :) [10:49] but now, as they have no versioning again, do i want libwired1-plugins? [10:49] tsmithe: Yes (because they provide .so files) [10:49] yes [10:49] cool [10:49] i just really don't like the idea of having a package in the archive depend on libwired1, and then for me to come along and upload a new wired source package... what happens to the old libwired1, if i have libwired2 in the new sources? [10:50] it doesn't disappear, does it? [10:51] tsmithe: That's the reason for the versioning: the old binary libwired1 stays around. New builds get libwired2 (because of libwired-dev depending on libwired2 and providing a libwired2 interface). When everything is rebuilt, libwired1 will be removed as cruft. [10:51] aha thanks [10:51] Hey, how come gst-plugins-farsight got syncd without a sync bug on LP? [10:51] tsmithe: Just remember, only do libwired1 -> libwired2 if you really need it: as long as it's compatible, stay with libwired1. [10:52] RAOF: Poor record keeping? The archive-admins aren't perfect :) [10:52] persia, of course [10:53] Also, I thought it would be a merge... === RAOF checks out the new source :) [10:53] RAOF: If something important was dropped, we can always restore with ubuntu1 :) === CrummyGummy [n=CrummyGu@dsl-242-24-97.telkomadsl.co.za] has joined #ubuntu-motu [10:55] Yeah. Hey, I wonder if that fixes my bug against debian's -farsight :) === RAOF goes to re add the ubuntu changes :/ [11:01] hmm... now i look at them again, they all seem to provide functionality and extend the UI. so wired-plugins after all, i guess === micahcowan [n=micah@ubuntu/member/micahcowan] has joined #ubuntu-motu === thekorn [n=thekorn@vpn141.mip.uni-hannover.de] has joined #ubuntu-motu === jussi01 [n=jussi@dyn3-82-128-187-102.psoas.suomi.net] has joined #ubuntu-motu === MagnusR [n=magru@c83-252-237-96.bredband.comhem.se] has joined #ubuntu-motu [11:30] good morning all [11:30] morning jussi01 === RainCT [n=RainCT@77.209.35.46] has joined #ubuntu-motu === bersace [n=bersace@did75-13-82-243-217-90.fbx.proxad.net] has joined #ubuntu-motu [11:31] heya tsmithe [11:31] yo === pgquiles [i=pgquiles@conference/kde/aKademy/x-4d89c65bed2eecdd] has joined #ubuntu-motu === blueCommand [n=bluecomm@unaffiliated/bluecommand] has joined #ubuntu-motu === CrummyGummy [n=CrummyGu@dsl-242-24-97.telkomadsl.co.za] has joined #ubuntu-motu === yamal [n=yamal@unknown.chuui.jp] has joined #ubuntu-motu [11:50] should i have my libwired1 package provide libwired? [11:50] if it conflicts against all older versions in future, but api stays the same, then that would seem ok. but then again, if api changes... [11:50] maybe it's safer not to [11:54] tsmithe: Safer not to: that's more useful when transitioning from libwired to libwired0 (or the like). Also, what's the upstream soname? Do you want libwired1? libwired0? libwired47? It's nice to use something with some relation (although many maintainers don't: this is not a requirement in any way). [11:56] well, there are two libraries shipped, so the sonames don't necessarily reflect upon the package name, although both contain libWired. i don't think i need to provide libwired, in this case. === Knightlust [n=Dax@ubuntu/member/knightlust] has joined #ubuntu-motu === Monk-e [n=guido-xu@c529dd229.cable.wanadoo.nl] has joined #ubuntu-motu [12:06] Do we still have php4 on purpose, or is it just leftovers? (note: I'm not filing a removal, just looking for a pointer to any documentation for someone else's removal plans) [12:08] RAOF: about gst-plugin-farsight I've already made a package === jellyfish2002 [n=Miranda@bb121-7-207-190.singnet.com.sg] has joined #ubuntu-motu [12:09] RAOF: http://revu.tauware.de/details.py?upid=5890 [12:10] bigon: Does this represent a new upstream, or just a merge from Debian? [12:10] persia: merge from debian [12:11] bigon: Ah. Merges sent to REVU sometimes get lost. Next time, please consider submitting a merge bug against the package in Ubuntu and attaching a debdiff against debian to process the merge. [12:12] does my library package need to call ldconfig? i've seen others that don't [12:12] More generally, REVU should be used when 1) the package is not in Debian or Ubuntu, or 2) this is a new upstream version not yet in Debian or Ubuntu [12:12] tsmithe: that should be autimatically added by some debhelper tool [12:13] oh right ok [12:13] hmm === Bassetts [n=Bassetts@5ac7bcef.bb.sky.com] has joined #ubuntu-motu [12:13] persia: ok :) === dharrigan [n=dharriga@dsl-217-155-228-129.zen.co.uk] has joined #ubuntu-motu [12:13] bigon: Thanks. Sorry for the confusion. === Sindwiller [n=sindwill@84-75-101-114.dclient.hispeed.ch] has joined #ubuntu-MOTU === pgquiles [i=pgquiles@conference/kde/aKademy/x-277b308c9370a696] has joined #ubuntu-motu === Fujitsu [n=fujitsu@ubuntu/member/fujitsu] has joined #ubuntu-motu === Sindwiller [n=sindwill@84-75-101-114.dclient.hispeed.ch] has joined #ubuntu-MOTU [12:20] Anyone here familiar with cipe & openvpn? If so, would you mind taking a look at debian bug 428977 to see if we are similarly affected? [12:20] Debian bug 428977 in ftp.debian.org "RM: cipe -- RoQA; orphaned; abandoned upstream; incompatible with all Debian kernels; obsoleted by openvpn" [Normal,Open] http://bugs.debian.org/428977 [12:23] persia: Why wouldn't we be? We have a newer kernel than Debian, and I don't see how the others issues wouldn't be relevant to us. [12:23] Fujitsu: That's my thought, but I'm not great with kernel interfaces, so I wanted a second opinion. [12:24] Fujitsu: Separately, based on conversation about 6 hours ago (if I remember correctly), it was suggested that packages only be removed when they were truly broken, rather than just useless. [12:25] That sounds a little odd. [12:27] Fujitsu: The idea is that maybe there is a user somewhere, and maybe someone will want to become a new upstream. [12:27] After 5 years? Hm... [12:28] Fujitsu: This spring I updated a dead upstream package that hadn't been touched in 3 years, so it's not outside the realm of possibility. [12:29] persia: I guess... But what counts as broken? [12:29] cipe won't work. Is that broken? [12:30] Fujitsu: Yep. Thanks. I'll go request removal then :) [12:30] Good idea. Removal of useless/broken stuff is good. === BugMaN [n=BugMaN@nat.cabi.uniroma1.it] has left #ubuntu-motu [] [12:30] Fujitsu: On the other hand, if it installed, worked, and was just full of security holes and not recommended, we should keep it. [12:30] I suppose so! [12:35] Fujitsu: Just to repeat some of the earlier discussion, and explain why: imagine the result of discussions regarding which text editors could be considered useless... === Fujitsu culls nano and emacs. [12:36] Fujitsu: Why stop there: nobody really needs a CLI editor, when we have so many good GUI editors :) [12:36] Ah yes, definitely. === man-di kicks persia for that sentence [12:38] man-di: It's a joke. I could count the number of times I've used a GUI text editor on my fingers (well, I might need a toe or two). [12:38] One of the other techs at school is most irritated that we don't have a GUI for managing the firewall rules on the Internet gateway. That CLI is just so evil. [12:38] in not totally sure what to do about lintian "E: libwired1: no-shlibs-control-file" errors. i've gone through the library guide, and the policy manual as referenced, but i don't really see what i'm doing wrong [12:38] what do i need to do to fix it? [12:38] tsmithe: Does using the -iIv flags give you any useful guidance? [12:39] Is it possible to fix a "please sync" bug for a non-MOTU (e.g., bug 122018)? [12:39] Launchpad bug 122018 in wajig "please sync wajig 2.0.37 from debian" [Unknown,Fix released] https://launchpad.net/bugs/122018 === luisbg [n=luisbg@202.Red-83-40-100.dynamicIP.rima-tde.net] has joined #ubuntu-motu [12:39] persia: I guessed that, but even some jokes need some kicks :-) [12:39] persia, not really, i've tried as suggested in the manual, section 8.6 [12:40] hey tsmithe [12:40] coNP: Yes. Just subscribe U-U-S rather than U-A to get MOTU approval. [12:40] hey persia [12:40] luisbg: Hi [12:40] hi luisbg [12:40] =) [12:40] are you guys talking about the uploaded packages (waiting for archive admin approval) [12:40] nope [12:40] persia: what is U-A? :) By the way to fix a bug (debian -> ubuntu) it should be patched. [12:40] and the screensaver is pending of tsmithe giving the url [12:40] So in fact this should be a merge I guess. [12:40] luisbg, no crimsun found it :) [12:41] luisbg: coNP U-A: ~ubuntu-archive: The Ubuntu Archive Administrators [12:41] we're talking about libwired1's shlibs files [12:41] tsmithe, but I don't see it uploaded [12:41] luisbg, the archive admins check it out :) [12:41] tsmithe, the archive admins are very busy [12:41] let's see how that goes [12:42] it can take weeks if they don't see it as priority [12:42] coNP: If there are no Ubuntu changes, and we want all the Debian changes, a sync is good. If there are Ubuntu changes, we'd need to merge. [12:42] luisbg, it's ok - i'm on it :) [12:42] persia: we need to introduce ubuntu changed, because ubuntu differs from debian (to fix a bug) [12:42] tsmithe, good to know =) [12:42] persia, you on it too :P [12:42] he doesn't need to be [12:42] persia, did joejaxx granted you access to the ubuntu studio devel channel? [12:42] coNP: That's a merge then :) [12:43] luisbg: I can't do anything else at this point, so I'm not important. [12:43] luisbg: grant access? It's just /join, no? [12:43] persia, you still are important :P not because of this, because of the rest [12:43] persia, yes, try to join [12:44] luisbg: My client says I'm joined. [12:45] LOL, I don't see you there [12:45] tsmithe, how is wired going? [12:45] persia, are you in the ubuntu devel mailing list? [12:45] luisbg: Not sure. Probably. Why? === mruiz [n=mruiz@ubuntu/member/mruiz] has joined #ubuntu-motu [12:46] luisbg, fine. just wondering about "no-shlibs-control-file" errors [12:46] persia, since it's moderated I don't know if a reply I've sent has gone through or not [12:47] tsmithe, ahhh [12:47] luisbg: Check the archives: https://lists.ubuntu.com/archives/ubuntu-devel/2007-July/thread.html === Sindwiller [n=sindwill@84-75-101-114.dclient.hispeed.ch] has joined #ubuntu-MOTU [12:49] hasn't been aproved and through [12:50] :( [12:50] it makes a discussion go slow if everybody statements must be approved [12:51] luisbg: use ubuntu-devel-discuss to discuss the discussion on ubuntu-devel - the moderation is considerably lighter [12:51] luisbg: That's what IRC's for! === persia thought IRC was for avoiding mail to any of the lists === tru_`z24 [n=truz_`24@74-129-166-232.dhcp.insightbb.com] has joined #ubuntu-motu [12:53] Fujitsu, LOL not when you need the big guys participate [12:53] to participate* [12:54] luisbg: They also use IRC [12:54] luisbg: I see them more often on IRC. [12:54] persia, yes but is harder to grab them and get them all together in the same discussion [12:55] I didn't think devel-discuss was moderated. [12:55] StevenK: subscribers only [12:56] Ah [12:56] (non-subscribers are subject to moderation - usually takes 2-3 days) [12:58] there have been ubuntu members waiting for approval for a month now :S [01:01] Hey, StevenK, do you have some time now to review my openbox package? I don't want to annoy you, if you have it somewhere at the end of your TODO list, is fine for me... :) === icf7 [n=icf7@PPPOE-05-0124.UNI-MUENSTER.DE] has joined #ubuntu-motu [01:03] coNP: Yup, sure. [01:04] when is the next community council meeting? [01:04] luisbg: still TBA, I'm afraid [01:05] TBA? [01:06] to be assigned? [01:06] to be announced [01:06] luisbg: There are sometimes delays or missed meetings around the sprint - things should get back to normal thereafter. [01:07] cool === TeTeT [n=spindler@modemcable178.77-70-69.static.videotron.ca] has joined #ubuntu-motu [01:07] meanwhile it's not this weekend [01:07] I can make it [01:07] =) [01:07] luisbg: the later you get approved as a member, the later it expires... :) [01:08] heh [01:08] coNP, it expires? [01:08] after a year [01:08] in two years, yea [01:08] o i thought it was one [01:09] maybe one [01:09] LOL, didn't knew that [01:09] well, you can get it renewed [01:09] but you can become a candidate again after it expires right? [01:09] it was two years last time [01:09] if they approved you the first time, unless you quit your projects [01:09] you will continue being accepted === seb128 [n=seb128@ubuntu/member/seb128] has joined #ubuntu-motu [01:09] hi [01:10] hey seb128 [01:10] persia and tsmithe, you coming to the next community council meeting to say I deserve being a member? [01:10] could anybody do an emerald and a heliodor rebuild, they still use libwnck18 [01:10] LOL [01:10] luisbg, sure [01:10] tsmithe, awesome [01:10] seb128, have you reported a bug in launchpad? [01:10] seb128: Do we not like bug 124385? [01:10] Launchpad bug 124385 in emerald "Packages to remove from Gutsy" [Wishlist,Confirmed] https://launchpad.net/bugs/124385 [01:11] bbl guys [01:11] persia: I've not looked at bug, just to http://people.ubuntu.com/~ubuntu-archive/NBS/libwnck18 === Pumpernickel [n=Pumperni@about/essy/bacon/PuMpErNiCkLe] has joined #ubuntu-motu [01:11] persia, you haven't said yes to talking good about me btw === luisbg is gone [01:11] persia: 12 minutes ago, ok ;) [01:11] That was the bug I just filed. [01:12] luisbg: Sorry - hunting a bug :) Depends on when it's scheduled. [01:13] persia, StevenK: thanks === Czessi [n=Czessi@dslb-088-073-053-186.pools.arcor-ip.net] has joined #ubuntu-motu === apachelogger [n=me@N780P024.adsl.highway.telekom.at] has joined #ubuntu-motu [01:20] could you rebuild sear also so libatlas-cpp-0.6-0c2a can be cleaned === persia looks at sear [01:21] seb128: Waiting on the Debian maintainer for that. === StevenK glances at man-di === persia stops [01:21] and gnome-chemistry-utils gchempaint? [01:22] I think they both failed to build. === StevenK checks. [01:23] seb128: Are you going on a purging run? [01:23] StevenK: trying to cleaning the NBS list [01:24] I've been doing that for days. :-) === DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu [01:24] StevenK: good ;) [01:24] StevenK: why do you wait for the Debian maintainer to rebuild sear? === StevenK is just looking to see if he's tried to build either of gnome-chemistry-utils or gchempaint. [01:24] StevenK: nothing prevent to upload a build1 version now and sync when there is a new revision [01:25] seb128: Because I thought he would be quicker than this. :-) [01:25] seb128: the DM is usually in this channel, and just as likely to rebuild as any of the rest of us :) [01:26] seb128: sear is a bitch, I'm debian maintainer of it [01:27] seb128: I'm waiting for two library transitions in Debian to be able to update it. [01:27] ok === Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu === persia wonders who to ask for a rebuild of something in the commercial repositories. [01:34] nevermind: it's in multiverse after all... [01:35] motus can do multiverse no problem [01:35] dholbach: Yep :) [01:35] :-) [01:36] I just didn't think the source for vmware-player was actually open. === blueCommand [n=bluecomm@unaffiliated/bluecommand] has joined #ubuntu-motu [01:40] Hmm.. OK. Any suggestions on rebuilding a package in multiverse to update the library dependencies when there's no source in the source package? [01:48] persia: Run away screaming. === Admiral_Chicago_ [n=FreddyM@adsl-68-72-109-250.dsl.chcgil.ameritech.net] has joined #ubuntu-motu === slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu [01:49] Fujitsu: Perhaps, but I'd prefer not to carry libssl097 without debian support, especially as we've got libssl098 for almost everything else... [01:49] Fujitsu: Someone built it, and someone allowed it in multiverse, so there should be some way to maintain it. [01:50] persia: Ask upstream? [01:50] Fujitsu: Maybe. There's a lot of static libs that come with the package - perhaps I can work out something with those... === _czessi [n=Czessi@dslb-088-073-130-246.pools.arcor-ip.net] has joined #ubuntu-motu === persia wonders how a source package containing no source got into multiverse anyway [01:51] persia: They don't have to have source. [01:51] Fujitsu: Really? Do we have any other examples of these monstrosities? [01:51] flashplugin-nonfree? [01:52] persia: eagle comes to mind. [01:53] tsmithe: That's a rather different case. [01:53] oh ok [01:53] tsmithe: That's just an installer - not a problem. [01:53] right [01:53] Fujitsu: Hrm. I still don't like it, but if it's not only one package, I'm less motivated to complain [01:54] man-di, i uploaded wired 0.5+dfsg1-1 to mentors. i don't know what to do about the shlibs error, having tried a number of things, but the package works as it is, builds ok over here, and seems to be quite clean apart from that. [01:54] tsmithe: please mail me the link of the dsc file and I will look over the weekend into it and probably sponsor it [01:55] tsmithe: If you're pushing wired to Debian, may I archive the REVU upload? [01:55] persia, there's a revu upload? sure! go ahead :) [01:55] tsmithe: Thanks. [01:55] man-di, thank you - what was the e-mail address again? [01:56] tsmithe: Done (also, everyone's email address is in LP) [01:56] ahh good point === pgquiles [i=pgquiles@conference/kde/aKademy/x-60561ea04a66c7fc] has joined #ubuntu-motu [01:58] seb128: gchempaint uploaded, looking at gnome-chemistry-utils now [01:58] StevenK: thanks === acm_ is now known as acm [02:03] tsmithe: konqueror@gmx.de [02:03] man-di, sent :) [02:03] thanks [02:04] Good morning all. [02:04] morning ScottK === DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu [02:05] Hi all [02:06] ScottK: Hi. The only package I wasn't sure of for removals was newlib (removed from Debian as it has no reverse-depends and was not useful for a system with an installed kernel). I'm not sure it's worth a mail for one package, so perhaps we can just leave it? === tsmithe can't wait for PPAs to be rolled out [02:08] persia: I'm fine with leaving it. === pochu [n=emilio@ubuntu/member/pochu] has joined #ubuntu-motu === xxxxx1 [n=xxxxx1@44125.static.fln.virtua.com.br] has joined #ubuntu-motu === PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-motu [02:18] morning all! === slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu [02:32] jdong: Ping [02:33] Tha package texmaker is fakesync? === norsetto [n=norsetto@host165-226-dynamic.17-87-r.retail.telecomitalia.it] has joined #ubuntu-motu === apachelogger [n=me@N780P024.adsl.highway.telekom.at] has joined #ubuntu-motu [02:40] DarkSun88: It looks to me like a merge (needs dh_iconcache). Separately, what does 1.6 get us that 1.5 doesn't have? At this point, we don't need to merge non-bugfix updates unless we so desire. [02:41] Ok === thekorn_ [n=thekorn@130.75.237.74] has joined #ubuntu-motu === norsetto [n=norsetto@host165-226-dynamic.17-87-r.retail.telecomitalia.it] has left #ubuntu-motu [] === czessi_ [n=Czessi@dslb-088-073-130-246.pools.arcor-ip.net] has joined #ubuntu-motu === rexbron_ [n=rexbron@TOROON63-1177742445.sdsl.bell.ca] has joined #ubuntu-motu [02:45] persia: it's still way before feature freeze though [02:46] Hobbsee: Sure, but are merges still mandatory? I thought we considered at this point, to make sure nothing broke, and we got useful features. I'm against a flood, but don't see any reason not to grab most of it. [02:47] uh, yes they are [02:47] ("this point" being between DebianImportFreeze" and "UpstreamVersionFreeze") [02:47] it's only when it hits upstream version freeze and such that it's bug fixes only [02:48] Hobbsee: Ah. Hmm. That's annoying. I'll go file another couple hundred sync bugs then... [02:48] i'm not sure why DIF is so early [02:48] heh [02:48] well, if there's reason to, then that's probably a good idea [02:49] Hobbsee: There must be some reason for DIF: I thought it was to give us time to finish the transitions, clean up unmetdeps, do coding for the features we wanted, etc. I'm not yet completely convinced (unless you'd be processing all the syncs :) ) [02:50] persia: may well be [02:50] Hobbsee: Who might have an authoritative answer? [02:50] persia: wlel, yeah, i think it is to do with the unmet deps and that kind of stuff - and to be able to bring new packages to fix such things [02:50] ask in #ubuntu-devel [02:50] probably pitti or someone [02:50] Hmm.. === guardian_ [n=Guardian@mar44-1-87-90-32-28.dsl.club-internet.fr] has joined #ubuntu-motu === guardian_ is now known as guardian [02:53] hi, i have a noob question related to alsa: where to start if i want to compile 1.0.14 from source, targetting feisty ? [02:53] please === rraphink [i=raphink@ubuntu/member/raphink] has joined #ubuntu-motu [02:56] Hobbsee: OK, Now I'm sure I'm not convinced :) [02:58] persia: Sounds to me like "Ooohhh. That new release looks shiny and wonderful." is sufficient reason at this point. [02:59] ScottK: I'd agree with that, but someone should look at it to decide it's shiny and wonderful, rather than just reviewing the MoM output. === hggdh [n=hggdh@pool-71-164-135-78.dllstx.fios.verizon.net] has joined #ubuntu-motu === persia goes back to estimating the relative reflective properies of various new Debian uploads [03:07] persia: since when are debian uploads reflective? === rexbron_ [n=rexbron@TOROON63-1177742445.sdsl.bell.ca] has joined #ubuntu-motu [03:07] "ooh, shiny..." [03:07] Hobbsee: :) [03:08] :) === Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu === rraphink [i=raphink@ubuntu/member/raphink] has joined #ubuntu-motu === avoine [n=avoine@69.70.0.36] has joined #ubuntu-motu === cypherbios [n=cypher@ubuntu/member/cypherbios] has joined #ubuntu-motu === rraphink [i=raphink@ubuntu/member/raphink] has joined #ubuntu-motu === dholbach_ [n=daniel@i59F726DE.versanet.de] has joined #ubuntu-motu [03:25] guardian: err... [03:25] guardian: do you mean simply compiling it, or do you mean creating a Debian package of it? [03:26] running it on my own box [03:26] went to the alsa web site yesterday but doc links were outdated or gave 404 [03:26] or i did not search well :/ [03:29] guardian: it's literally as straightforward as `sudo aptitude install pbuilder devscripts && dget http://archive.ubuntu.com/ubuntu/pool/main/a/alsa-driver/alsa-driver_1.0.14-1ubuntu1.dsc && cp /usr/share/doc/pbuilder/examples/pbuilder-distribution.sh ~/pbuilder-feisty && mkdir -p ~/pbuilder/result && ~/pbuilder-feisty create && ~/pbuilder-feisty build alsa-driver_1.0.14-1ubuntu1.dsc [03:30] the two debs you need end up in ~/pbuilder/result/ [03:31] if you're quite lazy, you can simply grab the 1.0.14-1ubuntu1 debs that were built this morning [03:32] you'll also need do to similarly for the alsa-lib and alsa-utils source packages. === Mez [n=Mez@ubuntu/member/mez] has joined #ubuntu-motu === fraco [n=fraco@213.219.165.163.adsl.dyn.edpnet.net] has joined #ubuntu-motu === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-motu [03:38] well gonna save this command line [03:39] i was afraid of having to look for kernel patches corresponding to my exact kernel version or such [03:39] i don't know alsa at all: i don't know how it integrates with the kernel and what are the roles of the various libs [03:40] well, do you want an overview of it generally or an overview of Ubuntu-specific packaging of it? [03:40] crimsun: you mentioned .debs built this morning, will they work on feisty ? i thought ubuntu would start supporting 1.0.14 in gusty [03:41] both would be nice :) [03:41] both overviews that is [03:41] guardian: the alsa-base and linux-sound-base debs for gutsy will work unmodified in feisty, yes. [03:41] ok [03:41] good to know === _16aR_ [n=dolanor@unaffiliated/16ar/x-367395] has joined #ubuntu-motu [03:43] ALSA's actually fairly straightforward. There are kernelspace and userspace portions. The Ubuntu alsa-driver source package (derived from Debian's source package of the same) builds three binary packages: alsa-source, alsa-base, and linux-sound-base. You only need the latter two, because our kernel (linux-image-2.6foo) provides the equivalent of what is generated from the first binary package, alsa-source. [03:44] Thus, linux-image-2.6foo and alsa-source both provide the kernelspace portion, which pokes your audio hardware. [03:45] The Ubuntu alsa-lib source package (again, derived from Debian's) builds numerous binary packages, most important of which are libasound2 and libasound2-dev. The former is the critical userspace library that all native ALSA apps use at runtime; the latter is used during compilation of said native ALSA apps. === Sindwiller [n=sindwill@84-75-101-114.dclient.hispeed.ch] has joined #ubuntu-MOTU === calc [n=ccheney@conr-adsl-209-169-124-200.consolidated.net] has joined #ubuntu-motu [03:47] Very generally, a native ALSA app is written against the [newest] alsa-lib API. When you use an ALSA app, it speaks to this library, which hooks into the driver (the kernelspace portion). [03:48] In this light, the Ubuntu alsa-utils source package (also derived from Debian's) is simply another set of ALSA applications, since it needs libasound2-dev to build (thus needing libasound2 to run). [03:49] Same applies for the alsa-tools source package. [03:49] someone can suggest me a good rtfm for build meta packages? [03:51] jekil: it's just a package with no meaningful content: /usr/share/doc/package/ and a control file. Towards what end are you developing a meta-package? [03:52] persia: i dont known how to write the rules file, i am building a series of package in ubuntu stuio style [03:54] jekil: Ah. For rules, I'd suggest CDBS, but you could probably get away with just using dh_installdocs if you want to do it manually. Take a look at your sample package. Also, I'd suggest putting all the meta-packages you need in a single source, to save effort. [03:55] persia: thanks, yes i use a single source === luis_lopez [n=llopez@68-182-36-32-Public-Marmac-MIPHA.client.eng.telusmobility.com] has joined #ubuntu-motu === thekorn [n=thekorn@a89-182-20-79.net-htp.de] has joined #ubuntu-motu === radhios [n=radhios@200.47.67.169] has joined #ubuntu-motu [04:03] could you point me to a good CDBS guide [04:04] porthose: google for CDBS Documentation, and use the duckcorp link. [04:04] porthose: Google cdbs documentation and click on the first link. [04:04] ;-) [04:04] thanks [04:06] did everybody add a license notice to their scripts in the ubuntu-dev-tools branch? [04:06] if so, it'd be nice if somebody checked it out and uploaded it === bigon [i=bigon@imladris.bigon.be] has joined #ubuntu-motu === mohammad [n=mohammad@CPE001346f4a717-CM0011aea585d0.cpe.net.cable.rogers.com] has joined #ubuntu-motu === mohammad_ [n=mohammad@CPE001346f4a717-CM0011aea585d0.cpe.net.cable.rogers.com] has joined #ubuntu-motu === asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu [04:21] dholbach: motu-sru are people who decide if an sru is ok or not, or does it involve actual work? :) [04:21] shawarma: I can't speak for him, but some people willing to actually process uploads would be great :) [04:22] shawarma: I meant -uvf [04:22] oh my god [04:22] I see.. [04:22] dholbach: No, it's all good. The sru team needs help too :) [04:22] dholbach: motu-uvf are people who decide if an sru is ok or not, or does it involve actual work? :) [04:22] Er.. [04:22] "if an uvf is ok or not" of course. [04:23] . o O { I'm glad I'm not the only one } [04:23] heh. [04:23] yes, we have a procedure for that, where we check the changelog diff and a diffstat [04:23] Doesn't the last member of the UVF team to approve need to upload as well? [04:23] to get a rough idea what the changes are about and how big they are [04:24] and if we can have LP bugs that get fixed by that upload we prefer it even more :) [04:24] shawarma: thanks for letting me know === mohammad [n=mohammad@CPE001346f4a717-CM0011aea585d0.cpe.net.cable.rogers.com] has joined #ubuntu-motu [04:24] dholbach: I think I understand the evaulation process involved. I'm just curious if that is all that's needed. [04:25] yes, that's all that's needed [04:25] https://wiki.ubuntu.com/FreezeExceptionProcess#head-9c768217b322f8567d24d91647eaf0a256a73046 [04:25] Wicked. === persia [n=persia@ubuntu/member/persia] has left #ubuntu-motu [] [04:27] can you follow up on the thread and say that you'd be interested? [04:27] we want to have a few people nominated, so we can set up a poll on LP [04:28] dholbach: Sure. I also just applied for the team on lp.. [04:28] right, saw that :) [04:28] thanks for offering to help out [04:32] dholbach: how much time do you have to put into the uvf stuff? === icf7 [n=icf7@PPPOE-05-0124.UNI-MUENSTER.DE] has joined #ubuntu-motu [04:33] quite a bit [04:33] but in the end - with 5 members of the team it went much quicker and better [04:33] I think we agreed on 2 ACKs in a 5 member team, so that was fine === tsmithe [n=toby@ubuntu/member/tsmithe] has joined #ubuntu-motu === Vorian [n=steve@ubuntu/member/Vorian] has joined #ubuntu-motu [04:37] how i can create control file for a meta package that give me this error?http://rafb.net/p/toKqzH30.html [04:37] this is the rules http://rafb.net/p/ttRBY242.html [04:38] dholbach: Nominate oneself how? [04:38] just follow up on the list [04:38] and we'll add you to the poll [04:39] thanks a lot StevenK === AnAnt [n=anant@217.53.144.34] has joined #ubuntu-motu [04:41] we have a poll about that now? [04:41] StevenK: or maybe apply to the team too (since it's moderated...) [04:41] oh neat [04:42] Hobbsee: not yet. There's a week for people to step up. [04:42] sorry, as in, we have nominations for it === Hobbsee ponders stepping up, very vaguely [04:47] crimsun: many thanks for the detailed explanation, sorry i was afk === etank [n=etank@ubuntu/member/etank] has joined #ubuntu-motu === stratus [n=stratus@201.53.55.52] has joined #ubuntu-motu === eagles0513875 [n=jonathan@88.203.73.158] has joined #ubuntu-motu === hagi [n=hagi@adsl-89-217-51-178.adslplus.ch] has joined #ubuntu-motu [05:05] I uploaded sabnzbd to revu, but the *_source.changes was put in incoming/rejected. What to do? === Hobbsee hugs dh === Hobbsee hugs dholbach, or attempts to, but finds he's not here [05:06] bribe higher placed officials [05:07] !revu [05:07] REVU is a web-based tool to give people who have worked on Ubuntu packages a chance to "put their packages out there" for other people to look at and comment on in a structured manner. See https://wiki.ubuntu.com/MOTU/Packages/REVU [05:07] yamal: are you in the group listed in that link? [05:10] Hobbsee: if you mean the "Contributors of packages for ubuntu universe" then yes. Joined few days ago [05:10] right [05:10] anyone can review please? http://revu.tauware.de/details.py?upid=5896 [05:11] axxo: who to bribe ;) [05:13] yamal: er, me, i guess === Hobbsee moves it out of hte rejected queue === Hobbsee doesnt remember what the command is to reprocess though - you'll need to wait 5 min [05:15] thanks... any clue/reason why it ended up there in the first place? === ivoks [n=ivoks@6-230.dsl.iskon.hr] has joined #ubuntu-motu === Martinp23 [n=Martinp2@wikimedia/Martinp23] has joined #ubuntu-motu === marcin_ant [n=marcin@194.114.146.126] has joined #ubuntu-motu [05:18] nope [05:18] just that it's a bit strange at times === apachelogger [n=me@N780P024.adsl.highway.telekom.at] has joined #ubuntu-motu === jeromeg [n=jerome@gra94-2-82-66-142-60.fbx.proxad.net] has joined #ubuntu-motu === jikanter [n=jordan@Leapfrog-Online-1143628.cust-rtr.ameritech.net] has joined #ubuntu-motu === javier_galicia [n=Javier@189.130.231.56] has joined #ubuntu-motu === effie_jayx [n=valles@ubuntu/member/effie-jayx] has joined #ubuntu-motu === porthose [n=charliej@24-119-100-168.cpe.cableone.net] has joined #ubuntu-motu === Vorian_ [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu [05:41] Can bug 90120 be solved by uploading the package that is provided on the website of pgadmin3 to ubuntu? Is something else needed? [05:41] Launchpad bug 90120 in pgadmin3 "New version of pgadmin3 available" [Wishlist,Confirmed] https://launchpad.net/bugs/90120 === tuxmaniac [n=tuxmania@unaffiliated/tuxmaniac] has joined #ubuntu-motu === Kano [n=kano@91.64.67.21] has joined #ubuntu-motu [05:45] hi, is it known that the feisty package for beryl lacks the beryl-xgl binary? [05:46] coNP: have you tried if the source builds in a gutsy pbuilder? [05:47] I'm trying it right now [05:47] I was going to ask first if it is possible at all [05:48] Kano: yes [05:48] geser: and is it too complicated to add it?! [05:48] coNP: do you know if the packaging is based on the Debian one? [05:49] seems so === Toadstool [n=jcorbier@cl-266.bru-01.be.sixxs.net] has joined #ubuntu-motu [05:50] Kano: I don't remember the reason exactly, but AFAIR it didn't get packaged because one was in hurry and possible also get beryl into main and beryl-xgl would stay in universe anyway [05:51] it is in universe [05:51] it is kinda stupid to have xgl and no beryl-xgl binary === Monk-e [n=guido-xu@c529dd229.cable.wanadoo.nl] has joined #ubuntu-motu [05:52] yes, it didn't get promoted into main at the end and stayed in universe [05:52] could nobody fix that issue [05:53] now? no. [05:57] has beryl any future? I know that there is some merging between beryl and compiz but don't know how the result will look like [05:57] geser: compiz fusion is the merge, i think === ceros [n=user@c-76-111-84-156.hsd1.va.comcast.net] has joined #ubuntu-motu === luis_lopez [n=llopez@68-182-37-16-Public-Marmac-MIPHA.client.eng.telusmobility.com] has joined #ubuntu-motu === luis_lopez [n=llopez@68-182-37-16-Public-Marmac-MIPHA.client.eng.telusmobility.com] has joined #ubuntu-motu === theCore [n=alex@ubuntu/member/theCore] has joined #ubuntu-motu === Bassetts [n=Bassetts@5ac7bcef.bb.sky.com] has joined #ubuntu-motu === leonel [n=leonel@189.155.156.197] has joined #ubuntu-motu === cypherbios [n=cypher@ubuntu/member/cypherbios] has joined #ubuntu-motu === zakame_ [n=zakame@69.60.114.100] has joined #ubuntu-motu === bryce [n=bryce@c-67-169-207-235.hsd1.or.comcast.net] has joined #ubuntu-motu === Mez [n=Mez@ubuntu/member/mez] has joined #ubuntu-motu === bmm [n=chatzill@cc400801-a.groni1.gr.home.nl] has joined #ubuntu-motu [06:15] Any MOTU: ccbuild is looking for it's second advocate, if you have time please take a look at http://revu.tauware.de/details.py?upid=5889 and post your comments === luis_lopez [n=llopez@68-182-37-16-Public-Marmac-MIPHA.client.eng.telusmobility.com] has joined #ubuntu-motu === radhios [n=radhios@96-208-126-200.fibertel.com.ar] has joined #ubuntu-motu === Lure [n=lure@89-212-19-55.dynamic.dsl.t-2.net] has joined #ubuntu-motu === leonel_ [n=leonel@189.155.156.197] has joined #ubuntu-motu === leonel [n=leonel@189.155.156.197] has joined #ubuntu-motu === leonel [n=leonel@189.155.156.197] has left #ubuntu-motu [] === leonel [n=leonel@189.155.156.197] has joined #ubuntu-motu === Bixente [i=bixente@vds67917.nfrance.com] has joined #ubuntu-motu === Czessi [n=Czessi@dslb-088-073-130-246.pools.arcor-ip.net] has joined #ubuntu-motu === Mez [n=Mez@ubuntu/member/mez] has joined #ubuntu-motu === alex-weej [n=alex@82.23.188.238] has joined #ubuntu-motu === luis_lopez [n=llopez@68-182-37-16-Public-Marmac-MIPHA.client.eng.telusmobility.com] has joined #ubuntu-motu === freeflying [n=freeflyi@123.116.97.128] has joined #ubuntu-motu === davromaniak [n=cyril@LAubervilliers-153-52-16-160.w217-128.abo.wanadoo.fr] has joined #ubuntu-motu === elektranox [n=elektran@p5481F827.dip.t-dialin.net] has joined #ubuntu-motu === davro-desktop [n=davro@LAubervilliers-153-52-16-160.w217-128.abo.wanadoo.fr] has joined #ubuntu-motu [06:55] can somebody review my package? :) === PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-motu [07:01] elektranox, paste the revu link [07:02] :) [07:02] http://revu.tauware.de/details.py?upid=5256 === freeflying_ [n=freeflyi@123.116.96.89] has joined #ubuntu-motu === leonel [n=leonel@189.155.121.136] has joined #ubuntu-motu === cbx33 [n=pete@ubuntu/member/cbx33] has joined #ubuntu-motu [07:09] hey all [07:10] howdy [07:10] hey nixternal [07:10] long time dude [07:10] how ya been? [07:10] busy busy busy [07:10] and you? [07:11] yeh more of the same [07:11] trying to learn Python, which is going OK right now, and doing the KDE 4 packaging..fun stuff === rexbron [n=rexbron@TOROON63-1177742445.sdsl.bell.ca] has joined #ubuntu-motu === pochu [n=emilio@4.Red-88-3-54.dynamicIP.rima-tde.net] has joined #ubuntu-motu [07:20] nixternal: There's an O'reilly book by that title that I recommend. [07:20] err.... [07:21] almost that title [07:21] "Learning Python" [07:21] I don't have that one...I got the one cbx33 recommended me though "Beginning Python" [07:22] nixternal, how are you finding it [07:22] I'm gonna be running those lessons soon :p [07:22] I can't wait for those...the book is good because it teaches...I also have Python in a Nutshell and Programming Python as backups [07:23] I am going to get the Learning Python one right now on Amazon, as I also want to get the O'Reilly Regular Expressions book === ScottK has both those too. They are good. [07:23] cool [07:23] well if anyone can help with setting up the environment [07:24] I can start them earlier [07:24] there is another book I wanted to get, and now I can't remember what it was [07:25] nixternal: Dive Into Python is also decent and Free (in fact I think it may already be installed in your Ubuntu system). [07:25] I've "Core Python Programming" here [07:25] I have dive into python electronically [07:25] geser any good [07:25] ? [07:25] That's a good one to start with although somewhat dated in some respects now. [07:25] That was to nixternal [07:25] ScottK: I noticed that it is dated [07:26] I find the most difficult stuff, for some reason, iterations..I am used to C/C++/Java iterations [07:26] cbx33: I've got time to read it yet, but it has a good review, over 1000 pages and covers also Python 2.5 [07:26] awesome [07:27] I haven't * [07:27] nixternal: It takes some getting used to. [07:27] but the parts which I already looked at are quite good [07:27] there is also a free chapter of it [07:27] geser link? [07:29] cbx33: http://corepython.com/ and then "Sample chapter" on the left side [07:29] cool === asisak [n=conp@unaffiliated/conp] has joined #ubuntu-motu === Mez [n=Mez@ubuntu/member/mez] has joined #ubuntu-motu === Subhuman [n=jack@host86-143-235-27.range86-143.btcentralplus.com] has joined #ubuntu-motu === pochu [n=emilio@4.Red-88-3-54.dynamicIP.rima-tde.net] has joined #ubuntu-motu === vil [n=vladimir@ubuntu/member/vil] has joined #ubuntu-motu === rexbron_ [n=rexbron@TOROON63-1177742445.sdsl.bell.ca] has joined #ubuntu-motu === Kmos [n=gothicx@unaffiliated/kmos] has joined #ubuntu-motu === kduboi1 [n=kdubois@adsl-71-148-47-118.dsl.sfldmi.sbcglobal.net] has joined #ubuntu-motu === Umngane [n=log@236-143-239.adsl.din.tie.cl] has joined #ubuntu-motu === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-motu === AnAnt [n=anant@217.139.224.194] has joined #ubuntu-motu === kduboi2 [n=kdubois@adsl-71-148-47-118.dsl.sfldmi.sbcglobal.net] has joined #ubuntu-motu === jdthood [n=jdthood@x092.decis.nl] has joined #ubuntu-motu [08:08] can anyone review this package: http://revu.tauware.de/details.py?upid=5901 [08:11] AnAnt: Using patches instead of modifying the Makefile directly would simply maintaining [08:12] AnAnt: Same with the .desktop file [08:12] ok [08:12] will work on that === vil [n=vladimir@ubuntu/member/vil] has joined #ubuntu-motu [08:17] AnAnt: I like your comment in line 2 of debian/rules ;) [08:19] icf7: I didn't put that comment, it comes by default === Lure_ [n=lure@89-212-19-55.dynamic.dsl.t-2.net] has joined #ubuntu-motu [08:20] icf7: should it be removed ? [08:21] AnAnt: No, no problem at all, just funny [08:21] doh I forgot how to make patches for dpatch system ! [08:22] AnAnt: man dpatch-edit-patch === phanatic [n=phanatic@ubuntu/member/phanatic] has joined #ubuntu-motu === macd [n=d@cl-116.atl-01.us.sixxs.net] has joined #ubuntu-motu [08:23] AnAnt: I'm not a MOTU, but except direct editing instead of patches, I only miss an icon [08:24] icf7: huh ? [08:24] icf7: I get the icon in Applications [08:26] AnAnt: sorry, my bad. It's alright, but not scalable [08:26] icf7: cannot cure that [08:27] AnAnt: No problem, shouldn't hinder anything. You may want to ask the icon's creator for a scalable version later, but that's unimportant === guardian [n=Guardian@ANantes-252-1-53-126.w82-126.abo.wanadoo.fr] has joined #ubuntu-motu === rexbron [n=rexbron@TOROON63-1177742445.sdsl.bell.ca] has joined #ubuntu-motu [08:31] bmm: Uploaded and archived with one trivial adjustment. Thank you for your contribution. === eagles0513875 [n=jonathan@88.203.73.158] has joined #ubuntu-motu [08:35] do we have any debuggers here [08:35] cuz i have a really cool debugging program i just found out about in a magazine [08:41] eagles0513875: This channel's members are the best debuggers I know of. They even find all the errors, fully automated ;) [08:41] really thats kool but what if ur an ordinary programmer that helps debug these programs and doesnt have the automation [08:42] Same thing here too, really. === asisak [n=conp@unaffiliated/conp] has joined #ubuntu-motu [08:43] ok im just trying to make peoples lives easier scott [08:43] OK. Then do it with Free/Open software. The last thing we need it more proprietary tools. === neversfelde|mobi [n=neversfe@82.113.106.1] has joined #ubuntu-motu [08:45] ScottK: it is free if not for commercial use [08:46] eagles0513875: He meant free as in freedom. [08:46] That's not Free Software [08:46] what icf7 said. [08:46] ok [08:46] ill just stop trying to push it [08:47] Good plan. [08:47] lol === Sindwiller [n=sindwill@84-75-101-114.dclient.hispeed.ch] has joined #ubuntu-MOTU [08:48] ScottK: thanks for uploading ccbuild, I'll fix the tabs->spaces thing locally without an upload, so it's fixed the next time I do something with it. Thanks! [08:49] No problem. Thank you for your contribution. === Bassetts [n=Bassetts@5ac7bcef.bb.sky.com] has joined #ubuntu-motu === blueCommand [n=bluecomm@unaffiliated/bluecommand] has joined #ubuntu-motu === hoora_ [i=ariel@gateway/tor/x-fc9653f2f8585483] has joined #ubuntu-motu === calc_ [n=ccheney@conr-adsl-209-169-124-200.consolidated.net] has joined #ubuntu-motu === Lure [n=lure@89-212-19-55.dynamic.dsl.t-2.net] has joined #ubuntu-motu === vi1 [n=vladimir@ip-85-160-72-234.eurotel.cz] has joined #ubuntu-motu === AnAnt [n=anant@217.139.224.194] has left #ubuntu-motu [] === jekil [n=alessand@151.82.3.32] has joined #ubuntu-motu [09:15] hello === ScottK [n=ScottK@ubuntu/member/scottk] has joined #ubuntu-motu === Nightrose [n=lydia@port-87-234-150-228.dynamic.qsc.de] has joined #ubuntu-motu === AnAnt [n=anant@217.139.224.194] has joined #ubuntu-motu [09:39] Hello, can someone please REVU: http://revu.tauware.de/details.py?upid=5903 , I've modified it to use the dpatch system. [09:40] AnAnt: Was thwab-lib (1.0-1) uploaded to Debian? [09:41] ScottK: no === DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu [09:41] ScottK: thwab-lib doesn't exist in Debian yet [09:42] Then your changelog entry for the current version in debian/changelog should be the only one. What you have now looks like an Ubuntu update to a Debian package. === superm1 [i=malimonc@ubuntu/member/superm1] has joined #Ubuntu-motu [09:42] ok === micahcowan [n=micahcow@ubuntu/member/micahcowan] has joined #ubuntu-motu [09:48] ScottK: ok, new upload is on http://revu.tauware.de/details.py?upid=5904 [09:50] AnAnt: I don't have a lot of time at the moment. Given your interests, I thought you might be interested in a new Arabic font that was just uploaded for Gutsy: https://launchpad.net/ubuntu/+source/ttf-scheherazade [09:50] is this the first package for Ubuntu (or Debian)? [09:51] ScottK: I know about it [09:51] AnAnt: OK. [09:51] geser: yes first package [09:51] ScottK: the packager contacted me [09:51] ScottK: and I tried it [09:51] AnAnt: How is it? [09:51] ScottK: he has another package that will depend on that font [09:51] I see. === coNP [n=conp@unaffiliated/conp] has joined #ubuntu-motu [09:52] ScottK: well, I dunno Urdu or so, but I was interested in its abilities to display Qur'an (as it has special font requirements) and it was alright (there is no complete solution so far anyways) [09:53] I see. Is it oriented towards Urdu then? === Monk-e [n=guido-xu@c529dd229.cable.wanadoo.nl] has joined #ubuntu-motu [09:53] ScottK: no, it is not oriented towards Urdu (it was just an example) [09:53] Ah. [09:54] ScottK: it is an arabic fonts , but Urdu, arabic, pushto, farsi have a lot of common characters === munckfish [n=munckfis@82-41-13-152.cable.ubr02.edin.blueyonder.co.uk] has joined #ubuntu-motu [09:54] Right. Pakistani Punjabi too. === asisak [n=conp@unaffiliated/conp] has joined #ubuntu-motu [09:54] ScottK: the author says that this font can display all those fonts [09:54] ScottK: oops sorry, the author says that this font can display characters for all those languages [09:55] Right. [09:55] ScottK: err, Pakistani is Urdu, it's their formal language at least [09:55] Not what I meant. [09:56] Punjabi is used both in India and Pakistan, but in India they use a different alphabet entirely even though it's the same spoken. [09:56] oh [09:56] Sometimes it's called Western Punjabi and Eastern Punjabi too. [09:59] well, what I know is that in each of Pakistan and India, they have too many languages === allee [n=ach@dialin-212-144-131-065.pools.arcor-ip.net] has joined #ubuntu-motu [09:59] ScottK: so ppl from different areas would talk to each other in English !!!! === coNP_ [n=conp@unaffiliated/conp] has joined #ubuntu-motu [10:00] ScottK: I saw that myself [10:00] They can speak to each other just fine. It's written communication that's the problem. The switch has come since the partition in 1947. I don't recall which changed. === coNP_ [n=conp@unaffiliated/conp] has joined #ubuntu-motu [10:01] Of course English is the common language there for most anyway. [10:02] I mean, I saw 2 indians who were from India, but from different areas within India, they talked to each other in english, so when I asked, I was told that India has too many languages, and they don't understand each other [10:02] AnAnt: you should add perl to the Depends for the binary package [10:03] geser: oh, because of the other scripts ? [10:03] geser: thanks for pointing that out ! [10:03] yes === phanatic_ [n=phanatic@ubuntu/member/phanatic] has joined #ubuntu-motu [10:04] you will find perl installed on nearly all systems but it's only important [10:04] yeah, you're right, I missed that [10:05] geser: uploading now === blueyed [n=daniel@i5387DA71.versanet.de] has joined #ubuntu-motu === cbx33 [n=pete@ubuntu/member/cbx33] has joined #ubuntu-motu [10:09] hey all [10:09] what's the smallest linux device people know of....hand held that you can still do things like create python programs actually on the device? [10:10] Specifically Python or just create programs? [10:11] well [10:11] install stuff [10:11] and hack around on it [10:11] not it plugged into a pc [10:11] geser: ok, it's on http://revu.tauware.de/details.py?upid=5906 [10:11] cbx33: there are some mobile phones with linux inside === apachelogger [n=me@amarok/rokymotion/apachelogger] has joined #ubuntu-motu [10:15] cbx33: http://www.nokiausa.com/770 [10:16] yeh saw that [10:16] can you code actually on the thing [10:16] or just outside of it? [10:17] Dunno as I haven't actually tried. You can get to a root shell with effort and from there you can do anything I would assume. === slackwarelife [n=slackwar@host237-118-dynamic.56-82-r.retail.telecomitalia.it] has joined #ubuntu-motu === eagles0513875 [n=jonathan@88.203.73.158] has joined #ubuntu-motu === finalbeta [n=gggggggg@d54C6865D.access.telenet.be] has joined #ubuntu-motu === Lure_ [n=lure@89-212-19-55.dynamic.dsl.t-2.net] has joined #ubuntu-motu [10:43] cbx33, you cxan actualy code on it( 770 ) and the 800 [10:43] s/cxan/can [10:43] they are nice actualy, based on debian even too [10:43] imbrandon, W000000000000000000000000T [10:43] dude [10:43] where have you been? [10:43] cool [10:43] I may get one [10:43] battery life seems a bit bad though? [10:44] 3 hours? [10:44] nah, its better than advertised, ask seveas about his, he seems to lvoe it [10:44] love* [10:44] oooh [10:44] maybe I'll get one [10:44] replace my aging dell axim x3i [10:44] which is win2003 [10:44] imbrandon, you still up for helping me out? [10:44] he has a 770, and the 800 seem to be even better as far as screen and proc power and bat life [10:44] or are you super busy [10:44] not today obviously [10:45] wow [10:45] awesome [10:45] yea i can, just not this weekend [10:45] cool [10:45] oh dude [10:45] I've been like frantic [10:45] had soooo many people interested [10:45] on my way to an amusement park with my gf and kids [10:45] in the lessons [10:45] in a few minutes ;) [10:45] awww cool [10:45] but yea i'm definately still down to help out when i have a moment to get with you [10:46] awesome [10:46] what times gmt are good for you generaly? [10:46] we'll have to schedule a time [10:46] tell ya waht [10:46] mail me your availability next week [10:46] and I'll try to work into that [10:46] kk sounds good\ [10:46] kk , they are here, got to run, ttyl [10:46] np === luka74 [n=lure@89-212-19-55.dynamic.dsl.t-2.net] has joined #ubuntu-motu [10:49] bye all === avoine [n=avoine@69.70.0.36] has left #ubuntu-motu [] === munckfish [n=munckfis@82-41-13-152.cable.ubr02.edin.blueyonder.co.uk] has joined #ubuntu-motu === ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu [11:24] \quit === Umngane [n=log@236-143-239.adsl.din.tie.cl] has joined #ubuntu-motu === Acksys [n=acksys@cpe-071-070-084-000.sc.res.rr.com] has joined #ubuntu-motu === Acksys [n=acksys@cpe-071-070-084-000.sc.res.rr.com] has left #ubuntu-motu [] === mwolson [i=mwolson@jpi-wlafyte-212-116.dmisinetworks.net] has joined #ubuntu-motu === persia [n=persia@ubuntu/member/persia] has joined #ubuntu-motu [11:48] pochu: /me waves [11:54] mwolson: hey there [11:55] hi siretart [11:55] mwolson: see your inbox :) [11:55] just hit C-c C-c [11:56] sweet! === mwolson downloads the bzr branch [11:57] siretart: can that branch be set up to send commit notifications? since Romain asked for commit messages of my initial git repo for emacs22, I image he'd like them for this one as well [11:57] s/image/imagine/ [11:59] mwolson: yes [11:59] mwolson: on https://code.launchpad.net/~ubuntu-elisp/emacs/ubuntu, there is a tab on the left side, where you can subscribe [12:00] you can even specify if you want just notifications, or diff of the changes [12:01] mwolson: IIRC, you wanted to remove yourself from the CC of the bugs? [12:02] siretart: right === mwolson checks the emacs21 packaging to see if they had that Cc field at all [12:03] mwolson: ok, I'll upload to gutsy after your push, ok? [12:03] alright, i'll get on that right away [12:04] it looks like emacs21 didn't add the Cc, so perhaps it should just be removed; sending to ubuntu-motu might make people mad at us :^) [12:04] right [12:05] we'd rather want to point ppl to visit https://launchpad.net/ubuntu/+source/emacs22/+filebug [12:05] which will work as soon as the package enters gutsy [12:09] Is there a timeframe for emacs22 inclusion? There's a heap of updates in the U-U-S queue related to emacs22, but I'm not sure about uploading them before we actually have an emacs22 package. === nixternal is using mwolson's branch === YannDinendal [n=Yann@dyn-88-122-230-243.ppp.tiscali.fr] has joined #ubuntu-motu